From e1aaded1757ebfe09cb51411198ce519fa84c9f3 Mon Sep 17 00:00:00 2001 From: Omar Sandoval Date: Tue, 4 Aug 2015 14:10:49 +1000 Subject: [PATCH] btrfs/011: test replace on RAID 5/6 now that it's supported btrfs replace has been supported on RAID 5/6 since Linux 3.19. Signed-off-by: Omar Sandoval Reviewed-by: Eryu Guan Reviewed-by: David Sterba Signed-off-by: Dave Chinner --- tests/btrfs/011 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/btrfs/011 b/tests/btrfs/011 index f4f2fbed..c7d35fa4 100755 --- a/tests/btrfs/011 +++ b/tests/btrfs/011 @@ -282,8 +282,8 @@ workout "-m dup -d single" 1 cancel quick workout "-m dup -d dup -M" 1 no quick workout "-m raid0 -d raid0" 2 no quick workout "-m raid1 -d raid1" 2 no thorough -#workout "-m raid5 -d raid5" 2 no quick # not yet supported for btrfs replace -#workout "-m raid6 -d raid6" 3 no quick # not yet supported for btrfs replace +workout "-m raid5 -d raid5" 2 no quick +workout "-m raid6 -d raid6" 3 no quick workout "-m raid10 -d raid10" 4 no quick echo "*** done" -- 2.39.5