summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
diff options
context:
space:
mode:
Diffstat (limited to 'partedUtils.py')
-rw-r--r--partedUtils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/partedUtils.py b/partedUtils.py
index 2604650e7..340e0b106 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -628,7 +628,8 @@ class DiskSet:
def startMdRaid(self):
"""Start all of the md raid devices associated with the DiskSet."""
- testList = DiskSet.skippedDisks
+ testList = []
+ testList.extend(DiskSet.skippedDisks)
if not rhpl.getArch() in ('s390','s390x'):
for mp in DiskSet.mpList or []: