[master 5/11] Pass a sysfs path to MultipathDevice constructor from Populator.

dwlehman installerbot-noreply at redhat.com
Tue Mar 17 20:07:32 UTC 2015


From: David Lehman <dlehman at redhat.com>

---
 blivet/populator.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/blivet/populator.py b/blivet/populator.py
index 13e5157..a6f09a8 100644
--- a/blivet/populator.py
+++ b/blivet/populator.py
@@ -370,6 +370,7 @@ def addUdevMultiPathDevice(self, info):
                 raise DeviceTreeError("multipath %s has no DM_UUID" % name)
 
             device = MultipathDevice(name, parents=slave_devs,
+                                     sysfsPath=udev.device_get_sysfs_path(info),
                                      serial=serial)
             self.devicetree._addDevice(device)
 


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/7776909e1156921821eb46cf7625d125223f8744


More information about the anaconda-patches mailing list