bug 11956: change guest_os type for template before upgrading xenserver host

status 11956: resolved fixed

Reviewed-by: sangeetha
This commit is contained in:
anthony 2011-11-14 15:13:15 -08:00
parent b6e370081a
commit 64b5224d43
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
update vm_instance set guest_os_id=98 where guest_os_id in (111, 113, 134, 121, 136) and hypervisor_type='XenServer';
update vm_instance set guest_os_id=99 where guest_os_id in (112, 114, 135, 126, 137) and hypervisor_type='XenServer';
update vm_template set guest_os_id=98 where guest_os_id in (111, 113, 134, 121, 136) and hypervisor_type='XenServer';
update vm_template set guest_os_id=99 where guest_os_id in (112, 114, 135, 126, 137) and hypervisor_type='XenServer';