[blivet][PATCH] Raise XFS max size limit to 100TB.

Samantha N. Bueno sbueno+anaconda at redhat.com
Tue Jul 9 17:04:30 UTC 2013


---
 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 fd6f39b..13896c9 100644
--- a/blivet/formats/fs.py
+++ b/blivet/formats/fs.py
@@ -1190,7 +1190,7 @@ class XFS(FS):
     _defaultFormatOptions = ["-f"]
     _defaultLabelOptions = ["-L"]
     _maxLabelChars = 16
-    _maxSize = 16 * 1024 * 1024
+    _maxSize = 100 * 1024 * 1024
     _formattable = True
     _linuxNative = True
     _supported = True
-- 
1.7.11.7



More information about the anaconda-patches mailing list