summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-02-28 16:14:47 +0000
committerChris Lumens <clumens@redhat.com>2007-02-28 16:14:47 +0000
commit37210617e2d2084118cb655d4758214d54a65b85 (patch)
treeb4f5d7f3c508c852248ca99a4c692dac9b698935 /fsset.py
parente0649857970b58a06fb852e3a487ad42166870aa (diff)
downloadanaconda-37210617e2d2084118cb655d4758214d54a65b85.tar.gz
anaconda-37210617e2d2084118cb655d4758214d54a65b85.tar.xz
anaconda-37210617e2d2084118cb655d4758214d54a65b85.zip
Apply patch to add support for RAID10 (Orion Poplawski <orion@cora.nwra.com>,
#230268).
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index ffb2f6c51..37fc7c566 100644
--- a/fsset.py
+++ b/fsset.py
@@ -2138,7 +2138,8 @@ class RAIDDevice(Device):
1: "raid1",
4: "raid5",
5: "raid5",
- 6: "raid6" }
+ 6: "raid6",
+ 10: "raid10" }
# If we can't find the device for some reason, revert to old behavior.
try: