[node-patches] Change in ovirt-node[master]: storage: Fix cross check between Host and AppVG

fabiand at fedoraproject.org fabiand at fedoraproject.org
Thu Oct 18 13:00:55 UTC 2012


Fabian Deutsch has uploaded a new change for review.

Change subject: storage: Fix cross check between Host and AppVG
......................................................................

storage: Fix cross check between Host and AppVG

rhbz#867265

Change-Id: I9251637f175d582eac7b5a3c0161ab1bd81f0958
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/ovirtnode/storage.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/57/8657/1

diff --git a/scripts/ovirtnode/storage.py b/scripts/ovirtnode/storage.py
index b83514c..5742093 100644
--- a/scripts/ovirtnode/storage.py
+++ b/scripts/ovirtnode/storage.py
@@ -131,7 +131,7 @@
 
     def cross_check_host_app(self):
         for hdrv in self.HOSTVGDRIVE:
-            if hdrv in self.APPDRIVE:
+            if hdrv in self.APPVGDRIVE:
                 # Skip disk partitioning, AppVG overlaps with HostVG
                 return False
             else:


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9251637f175d582eac7b5a3c0161ab1bd81f0958
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>



More information about the node-patches mailing list