From ec3878955ebe40125f2ffd08f1bb850376ab1844 Mon Sep 17 00:00:00 2001 From: frank Date: Mon, 5 Mar 2012 15:15:14 -0800 Subject: [PATCH] set xen.storage.network.device1 xen.storage.network.device2 to null when upgrade --- setup/db/db/schema-2214to30.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/db/db/schema-2214to30.sql b/setup/db/db/schema-2214to30.sql index 99421b40243..5203159d7db 100755 --- a/setup/db/db/schema-2214to30.sql +++ b/setup/db/db/schema-2214to30.sql @@ -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;