Re: [PATCH] btrfs: Support convert to -d dup for btrfs-convert

2015-11-26 Thread David Sterba
On Thu, Nov 19, 2015 at 05:26:22PM +0800, Zhao Lei wrote: > Since we will add support for -d dup for non-mixed filesystem, > kernel need to support converting to this raid-type. > > This patch remove limitation of above case. > > Signed-off-by: Zhao Lei Reviewed-by:

[PATCH] btrfs: Support convert to -d dup for btrfs-convert

2015-11-19 Thread Zhao Lei
Since we will add support for -d dup for non-mixed filesystem, kernel need to support converting to this raid-type. This patch remove limitation of above case. Tested by following script: (combination of dup conversion with fsck): export TEST_DEV='/dev/vdc' export TEST_DIR='/var/ltf/tester/mnt'