[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [PATCH] dump doesn't work w/ ext4



Eric Sandeen wrote:
> Signed-off-by: Eric Sandeen <sandeen redhat com>
> 
> Index: devel/anaconda-11.5.0.38/storage/formats/fs.py
> ===================================================================
> --- devel.orig/anaconda-11.5.0.38/storage/formats/fs.py
> +++ devel/anaconda-11.5.0.38/storage/formats/fs.py
> @@ -776,6 +776,7 @@ class Ext4FS(Ext3FS):
>      """ ext4 filesystem. """
>      _type = "ext4"
>      _bootable = False
> +    _dump = False
>      _defaultFormatOptions = ["-t", "ext4"]
>      _migratable = False

Actually hold on, we're setting tons of filesystems as dumpable,
let me check on all those...

-Eric


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]