As dlehman advised, I
Cherry-picked master commit d2a27294a05b0c34bb6a69d3393cda1d17ae0a7
And tested that it works.
Resolves: rhbz#1245201
From: Radek Vykydal rvykydal@redhat.com
Cherry pick of master commit d2a27294a05b0c34bb6a69d3393cda1d17ae0a7
Resolves: rhbz#1245201 --- blivet/devicetree.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/blivet/devicetree.py b/blivet/devicetree.py index fed90f7..549a322 100644 --- a/blivet/devicetree.py +++ b/blivet/devicetree.py @@ -856,6 +856,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._addDevice(device)
Added label: rhel7-branch.
Added label: ACK.
Closed.
Pushed
anaconda-patches@lists.fedorahosted.org