From: Ales Kozumplik <akozumpl@xxxxxxxxxx> --- storage/devices.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/storage/devices.py b/storage/devices.py index 74200af..6e60c77 100644 --- a/storage/devices.py +++ b/storage/devices.py @@ -3138,7 +3138,8 @@ class MultipathDevice(DMDevice): rc = iutil.execWithRedirect("multipath", [self.name], stdout = "/dev/tty5", - stderr = "/dev/tty5") + stderr = "/dev/tty5", + searchPath = 1) if rc: raise MPathError("multipath activation failed for '%s'" % self.name) -- 1.7.0.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list