Change in vdsm[master]: build: Update required device-mapper-multipath version

ahino at redhat.com ahino at redhat.com
Tue Mar 3 21:12:06 UTC 2015


Ala Hino has uploaded a new change for review.

Change subject: build: Update required device-mapper-multipath version
......................................................................

build: Update required device-mapper-multipath version

During storageRefresh, 'multipath -r' command is triggered from vdsm. In RHEL
6.5, executing 'multipath -r' leads to segfault in multipathd due to faulty
paths still present in multipathd.

device-mapper-multipath-0.4.9-75 fixed this issue for RHEL and
device-mapper-multipath-0.4.9-68 fixed this issue for Fedora.
vdsm spec updated accordingly.

Change-Id: I6700630729d845603f1efe347ac07aac9ded7a92
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1096197
Signed-off-by: Ala Hino <ahino at redhat.com>
---
M vdsm.spec.in
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/59/38359/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 0740530..c4f3cdb 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -224,7 +224,7 @@
 Requires: selinux-policy-targeted >= 3.12.1-153.el7_0.13
 %else
 Requires: python
-Requires: device-mapper-multipath >= 0.4.9-52
+Requires: device-mapper-multipath >= 0.4.9-75
 Requires: e2fsprogs >= 1.41.12-11
 Requires: fence-agents
 Requires: kernel >= 2.6.32-465
@@ -241,7 +241,7 @@
 # Subprocess and thread bug was found on python 2.7.2
 Requires: python >= 2.7.3
 Requires: initscripts >= 9.42.2-1
-Requires: device-mapper-multipath >= 0.4.9-18
+Requires: device-mapper-multipath >= 0.4.9-68
 Requires: e2fsprogs >= 1.41.14
 Requires: policycoreutils-python
 Requires: sed >= 4.2.1-10


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6700630729d845603f1efe347ac07aac9ded7a92
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ala Hino <ahino at redhat.com>


More information about the vdsm-patches mailing list