[master/f20/rhel7] Change XFS maximum to 1000T (#1016035)

Brian C. Lane bcl at redhat.com
Mon Nov 11 18:19:37 UTC 2013


From: "Brian C. Lane" <bcl at redhat.com>

Resolves: rhbz#1016035
---
 blivet/formats/fs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/formats/fs.py b/blivet/formats/fs.py
index a360858..addb16a 100644
--- a/blivet/formats/fs.py
+++ b/blivet/formats/fs.py
@@ -1189,7 +1189,7 @@ class XFS(FS):
     _defaultFormatOptions = ["-f"]
     _defaultLabelOptions = ["-L"]
     _maxLabelChars = 16
-    _maxSize = 100 * 1024 * 1024
+    _maxSize = 1000 * 1024 * 1024
     _formattable = True
     _linuxNative = True
     _supported = True
-- 
1.8.3.1



More information about the anaconda-patches mailing list