[PATCH] btrfs likes its raid levels in lower case. (#799154)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 pykickstart/commands/btrfs.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pykickstart/commands/btrfs.py b/pykickstart/commands/btrfs.py
index b9ccb70..bb03c7b 100644
--- a/pykickstart/commands/btrfs.py
+++ b/pykickstart/commands/btrfs.py
@@ -81,9 +81,9 @@ class F17_BTRFS(KickstartCommand):
         # A dict of all the RAID levels we support.  This means that if we
         # support more levels in the future, subclasses don't have to
         # duplicate too much.
-        self.levelMap = { "RAID0": "RAID0", "0": "RAID0",
-                          "RAID1": "RAID1", "1": "RAID1",
-                          "RAID10": "RAID10", "10": "RAID10",
+        self.levelMap = { "RAID0": "raid0", "0": "raid0",
+                          "RAID1": "raid1", "1": "raid1",
+                          "RAID10": "raid10", "10": "raid10",
                           "single": "single" }
 
         self.btrfsList = kwargs.get("btrfsList", [])
-- 
1.7.7.6

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux