summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-05-19 03:40:31 +0000
committerJeremy Katz <katzj@redhat.com>2004-05-19 03:40:31 +0000
commit4f4a93c00fe2e46c9901895d58ddcff1ad2e5736 (patch)
tree5b9273dd5297235d42a7f91fbfc38206fc5c4faf /fsset.py
parent63c6b2666ff7fd9b064bb867225c12daae0af149 (diff)
downloadanaconda-4f4a93c00fe2e46c9901895d58ddcff1ad2e5736.tar.gz
anaconda-4f4a93c00fe2e46c9901895d58ddcff1ad2e5736.tar.xz
anaconda-4f4a93c00fe2e46c9901895d58ddcff1ad2e5736.zip
this should add raid6 support (#122360)
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index 6b1d12586..1fb8ffe8d 100644
--- a/fsset.py
+++ b/fsset.py
@@ -49,7 +49,7 @@ fileSystemTypes = {}
# XXX define availraidlevels and defaultmntpts as arch characteristics
# FIXME: this should be done dynamically by reading /proc/mdstat
-availRaidLevels = ['RAID0', 'RAID1', 'RAID5']
+availRaidLevels = ['RAID0', 'RAID1', 'RAID5', 'RAID6']
def fileSystemTypeGetDefault():
if fileSystemTypeGet('ext3').isSupported():