[master/f20] btrfs and xfs do not support fsck or dump at boot time (#862871)

Samantha N. Bueno sbueno+anaconda at redhat.com
Wed Nov 27 20:04:24 UTC 2013


Ack.

On Wed, Nov 27, 2013 at 11:54:45AM -0800, Brian C. Lane wrote:
> From: "Brian C. Lane" <bcl at redhat.com>
> 
> ---
>  blivet/formats/fs.py | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/blivet/formats/fs.py b/blivet/formats/fs.py
> index 43f9d44..103717e 100644
> --- a/blivet/formats/fs.py
> +++ b/blivet/formats/fs.py
> @@ -1030,8 +1030,6 @@ class BTRFS(FS):
>      _linuxNative = True
>      _maxLabelChars = 256
>      _supported = True
> -    _dump = True
> -    _check = True
>      _packages = ["btrfs-progs"]
>      _minSize = 256
>      _maxSize = 16 * 1024 * 1024
> @@ -1191,8 +1189,6 @@ class XFS(FS):
>      _formattable = True
>      _linuxNative = True
>      _supported = True
> -    _dump = True
> -    _check = True
>      _packages = ["xfsprogs"]
>      _infofs = "xfs_db"
>      _defaultInfoOptions = ["-c", "\"sb 0\"", "-c", "\"p dblocks\"",
> -- 
> 1.8.3.1
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches


More information about the anaconda-patches mailing list