summaryrefslogtreecommitdiffstats
path: root/storage/devicelibs
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2010-02-26 13:33:22 -0500
committerPeter Jones <pjones@redhat.com>2010-02-26 13:33:22 -0500
commit893b9e9cd3f3ab8cd2f8429387b8c3051dbd194d (patch)
tree969eadddae569debc408c79c5740c1bc71d28be0 /storage/devicelibs
parenta24e722ebcb06c88f88605190caebdcf83236690 (diff)
downloadanaconda-893b9e9cd3f3ab8cd2f8429387b8c3051dbd194d.tar.gz
anaconda-893b9e9cd3f3ab8cd2f8429387b8c3051dbd194d.tar.xz
anaconda-893b9e9cd3f3ab8cd2f8429387b8c3051dbd194d.zip
Revert "working on this"
This reverts commit a24e722ebcb06c88f88605190caebdcf83236690.
Diffstat (limited to 'storage/devicelibs')
-rw-r--r--storage/devicelibs/mpath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/devicelibs/mpath.py b/storage/devicelibs/mpath.py
index 1e2c2c821..75911c9a1 100644
--- a/storage/devicelibs/mpath.py
+++ b/storage/devicelibs/mpath.py
@@ -137,7 +137,7 @@ def identifyMultipaths(devices):
non_disk_serials[serial].append(device)
for mpath in multipaths:
- for serial in [d.get('ID_SERIAL') for d in mpath]:
+ for serial in [d.get('ID_SERIAL_SHORT') for d in mpath]:
if non_disk_serials.has_key(serial):
log.info("filtering out non disk devices [%s]" % [d['name'] for d in non_disk_serials[serial]])
for name in [d['name'] for d in non_disk_serials[serial]]: