Change in vdsm[master]: lvm: ignore skipped clustered vgs

fsimonce at redhat.com fsimonce at redhat.com
Wed Oct 16 15:40:08 UTC 2013


Federico Simoncelli has uploaded a new change for review.

Change subject: lvm: ignore skipped clustered vgs
......................................................................

lvm: ignore skipped clustered vgs

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=820982
Change-Id: Idcabb5c1c19106f0db1385787251d951e12ab0cf
Signed-off-by: Federico Simoncelli <fsimonce at redhat.com>
---
M vdsm.spec.in
M vdsm/storage/lvm.py
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/48/20248/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 0aec5fa..49e652d 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -159,7 +159,7 @@
 Requires: policycoreutils-python >= 2.0.83-19.30
 Requires: python-pthreading
 Requires: selinux-policy-targeted >= 3.7.19-195.el6.13
-Requires: lvm2 >= 2.02.95-10.el6_3.2
+Requires: lvm2 >= 2.02.100-5
 Requires: logrotate < 3.8.0
 %endif
 %else
@@ -187,7 +187,7 @@
 Requires: policycoreutils-python
 Requires: sed >= 4.2.1-10
 Requires: ed
-Requires: lvm2 >= 2.02.95
+Requires: lvm2 >= 2.02.103
 
 %if 0%{?fedora} >= 18
 %if 0%{?fedora} >= 19
diff --git a/vdsm/storage/lvm.py b/vdsm/storage/lvm.py
index 0c2964e..39a0b3f 100644
--- a/vdsm/storage/lvm.py
+++ b/vdsm/storage/lvm.py
@@ -81,7 +81,7 @@
 SEPARATOR = "|"
 LVM_NOBACKUP = ("--autobackup", "n")
 LVM_FLAGS = ("--noheadings", "--units", "b", "--nosuffix", "--separator",
-             SEPARATOR)
+             SEPARATOR, "--ignoreskippedcluster")
 
 PV_PREFIX = "/dev/mapper"
 # Assuming there are no spaces in the PV name


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idcabb5c1c19106f0db1385787251d951e12ab0cf
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce at redhat.com>


More information about the vdsm-patches mailing list