Change in vdsm[master]: lvm: make len(LV_ATTR_BITS) == number of lv attr bits

danken at redhat.com danken at redhat.com
Mon Nov 19 08:11:17 UTC 2012


Dan Kenigsberg has uploaded a new change for review.

Change subject: lvm: make len(LV_ATTR_BITS) == number of lv attr bits
......................................................................

lvm: make len(LV_ATTR_BITS) == number of lv attr bits

Change-Id: Ic3605a116783663c001b0a10e616c0f5ea939b1b
Bug-Url: https://bugzilla.redhat.com/876958
Signed-off-by: Dan Kenigsberg <danken at redhat.com>
---
M vdsm/storage/lvm.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/17/9317/1

diff --git a/vdsm/storage/lvm.py b/vdsm/storage/lvm.py
index 173d0e8..65badf7 100644
--- a/vdsm/storage/lvm.py
+++ b/vdsm/storage/lvm.py
@@ -56,8 +56,8 @@
 
 VG_ATTR_BITS = ("permission", "resizeable", "exported",
                   "partial", "allocation", "clustered")
-LV_ATTR_BITS = ("voltype, permission, allocations, fixedminor, state, "
-                "devopen, target, zero")
+LV_ATTR_BITS = ("voltype", "permission", "allocations", "fixedminor", "state",
+                "devopen", "target", "zero")
 
 PV = namedtuple("PV", PV_FIELDS + ",guid")
 VG = namedtuple("VG", VG_FIELDS + ",writeable,partial")


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic3605a116783663c001b0a10e616c0f5ea939b1b
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken at redhat.com>


More information about the vdsm-patches mailing list