On Sat, May 30, 2015 at 03:54:48PM +0100, sam tygier wrote:
> Currently BTRFS allows you to make bad choices of data and 
> metadata levels. For example -d raid1 -m raid0 means you can
> only use half your total disk space, but will loose everything
> if 1 disk fails. It should give a warning in these cases.
> 
> When making a filesystem check that metadata mode is at least
> as redundant as the data mode. For example give warning when:
>       -d raid1 -m raid0
> 
> V1 -> V2 Downgrade from error to warning as requested by David
> Sterba.
> 
> Signed-off-by: Sam Tygier <[email protected]>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to