Re: [rhel6-branch] mpath: call to execWithRedirect needs searchPath=1 (#579654).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 04/12/2010 09:57 AM, Ales Kozumplik wrote:
---
  storage/devices.py |    3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/storage/devices.py b/storage/devices.py
index 387c4b4..03d143a 100644
--- a/storage/devices.py
+++ b/storage/devices.py
@@ -3106,7 +3106,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)

This is also missing from f13-branch and should go there if we support multipath for Fedora.

Ales

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux