Michael Kublin has uploaded a new change for review.

Change subject: core: Upgrade status domain
......................................................................

core: Upgrade status domain

Because of change in behaviour at error flows, all
statuses of storage domains which were InActive should
be moved to Maintaince status.
The reason for these is because before a change InActive and
Maintaince status has similar behaviour at the system

Change-Id: Ibf2316023849648ecc8bee45061ccae0ded5e120
Signed-off-by: Michael Kublin <mkub...@redhat.com>
---
A backend/manager/dbscripts/upgrade/03_01_1390_change_storage_status.sql
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/14/8014/1

diff --git 
a/backend/manager/dbscripts/upgrade/03_01_1390_change_storage_status.sql 
b/backend/manager/dbscripts/upgrade/03_01_1390_change_storage_status.sql
new file mode 100644
index 0000000..8519e0e
--- /dev/null
+++ b/backend/manager/dbscripts/upgrade/03_01_1390_change_storage_status.sql
@@ -0,0 +1,3 @@
+update storage_pool_iso_map
+set status = 6 where status = 4;
+


--
To view, visit http://gerrit.ovirt.org/8014
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibf2316023849648ecc8bee45061ccae0ded5e120
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Michael Kublin <mkub...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to