set xen.storage.network.device1 xen.storage.network.device2 to null when upgrade

This commit is contained in:
frank 2012-03-05 15:15:14 -08:00
parent 9afb07540e
commit ec3878955e
1 changed files with 2 additions and 0 deletions

View File

@ -331,6 +331,8 @@ UPDATE `cloud`.`host` SET resource_state='Maintenance', status='Disconnected' WH
--- Storage network
---;
update `cloud`.`networks` set guru_name='StorageNetworkGuru' where traffic_type='Storage';
update `cloud`.`configuration` set value=NULL where name='xen.storage.network.device1' and value='cloud-stor1';
update `cloud`.`configuration` set value=NULL where name='xen.storage.network.device2' and value='cloud-stor2';
--;
--NAAS;