rohityadavcloud opened a new issue, #9607: URL: https://github.com/apache/cloudstack/issues/9607
Due to https://github.com/apache/cloudstack/pull/9163/files the product name is set to blank. This causes an issue for KVM, where in cloud-init enabled template VMs don't get product name for some reason. This was seen in agent logs on EL8: ``` 2024-08-30T10:51:57,308 DEBUG [resource.wrapper.LibvirtStartCommandWrapper] (agentRequest-Handler-4:[]) (logid:635c967a) starting i-2-6-VM: <domain type='kvm'> <name>i-2-6-VM</name> <uuid>305f0bac-4106-44bc-9d63-df36234945f1</uuid> <description>Other Ubuntu (64-bit)</description> <cpu><topology sockets='1' cores='1' threads='1' /></cpu><sysinfo type='smbios'> <system> <entry name='manufacturer'>Apache Software Foundation</entry> <entry name='product'></entry> <entry name='uuid'>305f0bac-4106-44bc-9d63-df36234945f1</entry> </system> </sysinfo> ``` The resultant domain has product entry missing so cloud-init cannot detect if it's on CloudStack/KVM. ##### ISSUE TYPE <!-- Pick one below and delete the rest --> * Bug Report ##### COMPONENT NAME <!-- Categorize the issue, e.g. API, VR, VPN, UI, etc. --> ~~~ KVM, cloud-init ~~~ ##### CLOUDSTACK VERSION <!-- New line separated list of affected versions, commit ID for issues on main branch. --> ~~~ main/4.20 ~~~ ##### CONFIGURATION <!-- Information about the configuration if relevant, e.g. basic network, advanced networking, etc. N/A otherwise --> Adv zone + KVM EL8 -- 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]
