BenoitLair commented on issue #6349:
URL: https://github.com/apache/cloudstack/issues/6349#issuecomment-1116357040

   There is also some bugs with "Debian 11" vms
   
   Vms running "Debian 11" on 8.2.0 were finding their mapping with ACS trough 
"Other media"
   Now with 8.2.1, features like snapshots are no more working due to error of 
guest os mapping
   
   I used this fix in order to get it working "Debian 11" 
   
   INSERT INTO `cloud`.`guest_os_hypervisor` (`hypervisor_type`, 
`guest_os_name`, `guest_os_id`, `hypervisor_version`, `uuid`, `created`, 
`removed`, `is_user_defined`) VALUES ('Xenserver', 'Debian Bullseye 11', 337, 
'8.2.1', uuid(), now(), NULL, 0);
   INSERT INTO `guest_os_hypervisor` (`id`, `hypervisor_type`, `guest_os_name`, 
`guest_os_id`, `hypervisor_version`, `uuid`, `created`, `removed`, 
`is_user_defined`) VALUES (8231, 'Xenserver', 'Debian Bullseye 11', 338, 
'8.2.1', uuid(), now(), NULL, 0);
   
   It could be done too for adding support for "WIndows server 2022", 
"AlmaLinux 8", "Gooroom Platform 2.0" and "Rocky Linux 8"


-- 
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]

Reply via email to