[rhel6-branch] Fix max supported size for XFS partitions. (#880577)

Vratislav Podzimek vpodzime at redhat.com
Wed Jul 3 07:43:29 UTC 2013


On Tue, 2013-07-02 at 10:14 -0400, Samantha N. Bueno wrote:
> Resolves: rhbz#880577
> ---
>  storage/formats/fs.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/storage/formats/fs.py b/storage/formats/fs.py
> index 9019f2c..c2eb731 100644
> --- a/storage/formats/fs.py
> +++ b/storage/formats/fs.py
> @@ -1271,7 +1271,7 @@ class XFS(FS):
>      _defaultFormatOptions = ["-f"]
>      _defaultLabelOptions = ["-L"]
>      _maxLabelChars = 16
> -    _maxSize = 16 * 1024 * 1024
> +    _maxSize = 100 * 1024 * 1024
>      _formattable = True
>      _linuxNative = True
>      _supported = True
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list