Re: Unmountable Array After Drive Failure During Device Deletion

2013-12-26 Thread Chris Samuel
On Sun, 22 Dec 2013 11:35:53 AM Duncan wrote: While the btrfs kernel config option no longer (as of 3.12 IIRC) directly calls the filesystem unstable It'll be in 3.13, the commit was: $ git describe 4204617d142c0887e45fda2562cb5c58097b918e v3.12-116-g4204617 The help text for btrfs now

[PATCH] btrfs-progs: test_skip_this_disk() isn't needed anymore

2013-12-26 Thread Anand Jain
add_seen_fsid() which was introduced lately will eliminate the mounted disks, so we don't need test_skip_this_disk() anymore Signed-off-by: Anand Jain anand.j...@oracle.com --- utils.c | 17 - 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/utils.c b/utils.c