Change in vdsm[master]: multipath: Fix booting from multipath device

nsoffer at redhat.com nsoffer at redhat.com
Wed Nov 5 16:57:16 UTC 2014


Nir Soffer has uploaded a new change for review.

Change subject: multipath: Fix booting from multipath device
......................................................................

multipath: Fix booting from multipath device

When booting EL6 system from multipath device, boot will fail because
/sbin/scsi_id is not included in initrd. /sbin/scsi_id is a symlink to
/lib/udev/scsi_id, which is included in initrd. Now we use the correct
documented path.

Change-Id: Ib2fe9a609292f467b523cbc88141aa464386e15f
Bug-Url: https://bugzilla.redhat.com/1124450
Signed-off-by: Patrick Hurrelmann <patrick.hurrelmann at lobster.de>
Signed-off-by: Nir Soffer <nsoffer at redhat.com>
---
M vdsm/storage/multipath.py
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/39/34839/1

diff --git a/vdsm/storage/multipath.py b/vdsm/storage/multipath.py
index 80cf715..b9c9ecb 100644
--- a/vdsm/storage/multipath.py
+++ b/vdsm/storage/multipath.py
@@ -89,9 +89,8 @@
 log = logging.getLogger("Storage.Multipath")
 
 _scsi_id = utils.CommandPath("scsi_id",
-                             "/sbin/scsi_id",  # EL6
                              "/usr/lib/udev/scsi_id",  # Fedora
-                             "/lib/udev/scsi_id",  # Ubuntu
+                             "/lib/udev/scsi_id",  # EL6, Ubuntu
                              )
 
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib2fe9a609292f467b523cbc88141aa464386e15f
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsoffer at redhat.com>


More information about the vdsm-patches mailing list