Yaniv Bronhaim has submitted this change and it was merged. 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 <[email protected]> Signed-off-by: Nir Soffer <[email protected]> Reviewed-on: http://gerrit.ovirt.org/34839 Reviewed-by: Allon Mureinik <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> Reviewed-on: http://gerrit.ovirt.org/35727 Tested-by: Allon Mureinik <[email protected]> Reviewed-by: Yaniv Bronhaim <[email protected]> --- M vdsm/storage/multipath.py 1 file changed, 1 insertion(+), 2 deletions(-) Approvals: Nir Soffer: Looks good to me, but someone else must approve Yaniv Bronhaim: Looks good to me, approved Allon Mureinik: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/35727 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib2fe9a609292f467b523cbc88141aa464386e15f Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Allon Mureinik <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
