mirror of https://github.com/apache/cloudstack.git
bug 11956: change guest_os type for template before upgrading xenserver host
status 11956: resolved fixed Reviewed-by: sangeetha
This commit is contained in:
parent
b6e370081a
commit
64b5224d43
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue