summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/fsset.py b/fsset.py
index 456dcf351..e3b0224ec 100644
--- a/fsset.py
+++ b/fsset.py
@@ -48,8 +48,7 @@ else:
fileSystemTypes = {}
# XXX define availraidlevels and defaultmntpts as arch characteristics
-# FIXME: this should be done dynamically by reading /proc/mdstat
-availRaidLevels = ['RAID0', 'RAID1', 'RAID5', 'RAID6']
+availRaidLevels = raid.getRaidLevels()
def fileSystemTypeGetDefault():
if fileSystemTypeGet('ext3').isSupported():