slavkap opened a new issue, #8478:
URL: https://github.com/apache/cloudstack/issues/8478
This could be used when you want to import an unmanaged VM and the user
doesn't remember from which template the VM was created. It could be added as
an `entry` in the `sysinfo` tag:
current state:
```
<sysinfo type='smbios'>
<system>
<entry name='manufacturer'>Apache Software Foundation</entry>
<entry name='product'>CloudStack KVM Hypervisor</entry>
<entry name='uuid'>9f9d39da-e243-473a-b21d-3e31ea2d1cb1</entry>
</system>
</sysinfo>
```
with the template UUID
```
<sysinfo type='smbios'>
<system>
<entry name='manufacturer'>Apache Software Foundation</entry>
<entry name='product'>CloudStack KVM Hypervisor</entry>
<entry name='uuid'>9f9d39da-e243-473a-b21d-3e31ea2d1cb1</entry>
<entry name='template'>[UUID]</entry>
</system>
</sysinfo>
```
This will be in case the template isn't deleted from CS
##### CLOUDSTACK VERSION
<!--
New line separated list of affected versions, commit ID for issues on main
branch.
-->
~~~
4.19.1.0 or 4.20
~~~
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]