[PATCH 1/3] Don't run mpathconf for disk image installations. (#1066008)

David Lehman dlehman at redhat.com
Mon Feb 17 22:33:08 UTC 2014


(cherry picked from commit 6e3fb65177f6beb34c0f36a638c3a5d56209eb4d)
---
 blivet/devicetree.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/devicetree.py b/blivet/devicetree.py
index 8a79f14..d529331 100644
--- a/blivet/devicetree.py
+++ b/blivet/devicetree.py
@@ -1944,7 +1944,7 @@ class DeviceTree(object):
         log.info("DeviceTree.populate: ignoredDisks is %s ; exclusiveDisks is %s"
                     % (self.ignoredDisks, self.exclusiveDisks))
 
-        if flags.installer_mode:
+        if flags.installer_mode and not flags.image_install:
             devicelibs.mpath.set_friendly_names(enabled=flags.multipath_friendly_names)
 
         self.setupDiskImages()
-- 
1.8.5.3



More information about the anaconda-patches mailing list