You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Ensure correct guest_os_name for guest OS type 'Windows Server 2008 R2 64-bit' for VMware
54
+
UPDATE IGNORE `cloud`.`guest_os_hypervisor`SET guest_os_name ='windows7Server64Guest'WHERE guest_os_id IN (SELECT id FROM guest_os WHERE display_name LIKE'windows%2008%r2%64%') AND hypervisor_type ='VMware'AND hypervisor_version !='default';
0 commit comments