summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--todo.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/todo.py b/todo.py
index ed08f4362..a86206bf9 100644
--- a/todo.py
+++ b/todo.py
@@ -389,6 +389,10 @@ class ToDo:
mountsByDev[device] = mntpoint
drives.append(device, "", 2, 0, 0)
+ for (device, mntpoint, fsystem, makeup) in self.fstab.existingRaidList():
+ mountsByDev[device] = mntpoint
+ drives.append(device, "", 2, 0, 0)
+
oldImages = {}
for dev in self.liloImages.keys():
oldImages[dev] = self.liloImages[dev]