summaryrefslogtreecommitdiffstats
path: root/partitions.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-08-01 22:13:08 +0000
committerPeter Jones <pjones@redhat.com>2006-08-01 22:13:08 +0000
commit3525df4204ccf6dafdf9fb6f532dc6dc9f7631c0 (patch)
treeacb986805df48cfe35eeb597abfd6dd019ab49a3 /partitions.py
parent9f881a676af43807e74465db929fcdee32bbc02e (diff)
downloadanaconda-3525df4204ccf6dafdf9fb6f532dc6dc9f7631c0.tar.gz
anaconda-3525df4204ccf6dafdf9fb6f532dc6dc9f7631c0.tar.xz
anaconda-3525df4204ccf6dafdf9fb6f532dc6dc9f7631c0.zip
- make mpath + iscsi work
Diffstat (limited to 'partitions.py')
-rw-r--r--partitions.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/partitions.py b/partitions.py
index 25079e96d..c292a2541 100644
--- a/partitions.py
+++ b/partitions.py
@@ -79,6 +79,7 @@ class Partitions:
self.isKickstart = 0
if diskset:
+ diskset.refreshDevices()
self.setFromDisk(diskset)
@@ -86,9 +87,6 @@ class Partitions:
"""Clear the delete list and set self.requests to reflect disk."""
self.deletes = []
self.requests = []
- diskset.startMPath()
- diskset.startDmRaid()
- diskset.refreshDevices()
labels = diskset.getLabels()
drives = diskset.disks.keys()
drives.sort()