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

Brian C. Lane bcl at redhat.com
Tue Jul 9 19:01:49 UTC 2013


On Tue, Jul 09, 2013 at 01:04:30PM -0400, Samantha N. Bueno wrote:
> ---
>  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

Ack

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 482 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/anaconda-patches/attachments/20130709/70d98137/attachment.sig>


More information about the anaconda-patches mailing list