Change in vdsm[master]: storage: Do not count garbage volumes as children

alitke at redhat.com alitke at redhat.com
Fri Aug 7 15:38:48 UTC 2015


Adam Litke has uploaded a new change for review.

Change subject: storage: Do not count garbage volumes as children
......................................................................

storage: Do not count garbage volumes as children

Change-Id: Ice3c70249cbc3577b239bd11d224955f2e29b211
Signed-off-by: Adam Litke <alitke at redhat.com>
---
M vdsm/storage/blockVolume.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/73/44573/1

diff --git a/vdsm/storage/blockVolume.py b/vdsm/storage/blockVolume.py
index 51f60ea..9baa3d2 100644
--- a/vdsm/storage/blockVolume.py
+++ b/vdsm/storage/blockVolume.py
@@ -184,7 +184,7 @@
         lvs = lvm.lvsByTag(self.sdUUID,
                            "%s%s" % (TAG_PREFIX_PARENT, self.volUUID))
 
-        return tuple(lv.name for lv in lvs if TAG_VOL_UNINIT not in lv.tags)
+        return tuple(lv.name for lv in lvs if TAG_VOL_GARBAGE not in lv.tags)
 
     def getImage(self):
         """


-- 
To view, visit https://gerrit.ovirt.org/44573
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ice3c70249cbc3577b239bd11d224955f2e29b211
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Adam Litke <alitke at redhat.com>


More information about the vdsm-patches mailing list