diff mbox

[1/3] btrfs/011: test replace on RAID 5/6 now that it's supported

Message ID 769c314845bd9341f93062204cbe435586674b1f.1437683940.git.osandov@fb.com (mailing list archive)
State New, archived
Headers show

Commit Message

Omar Sandoval July 23, 2015, 8:51 p.m. UTC
btrfs replace has been supported on RAID 5/6 since Linux 3.19.

Signed-off-by: Omar Sandoval <osandov@fb.com>
---
 tests/btrfs/011 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Eryu Guan July 24, 2015, 3:01 a.m. UTC | #1
On Thu, Jul 23, 2015 at 01:51:49PM -0700, Omar Sandoval wrote:
> btrfs replace has been supported on RAID 5/6 since Linux 3.19.
> 
> Signed-off-by: Omar Sandoval <osandov@fb.com>

Reviewed-by: Eryu Guan <eguan@redhat.com>

> ---
>  tests/btrfs/011 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/btrfs/011 b/tests/btrfs/011
> index f4f2fbed68d8..c7d35fa46062 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.4.6
> 
> --
> To unsubscribe from this list: send the line "unsubscribe fstests" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
David Sterba July 24, 2015, 12:10 p.m. UTC | #2
On Thu, Jul 23, 2015 at 01:51:49PM -0700, Omar Sandoval wrote:
> btrfs replace has been supported on RAID 5/6 since Linux 3.19.
> 
> Signed-off-by: Omar Sandoval <osandov@fb.com>
Reviewed-by: David Sterba <dsterba@suse.com>
--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/tests/btrfs/011 b/tests/btrfs/011
index f4f2fbed68d8..c7d35fa46062 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"