Re: [PATCH 01/10] Btrfs: Fix the problem that the replace destroys the seed filesystem

2014-07-25 Thread Anand Jain
Thanks for nailing down most of the seed related bugs, scratching off few from my list. On 07/24/2014 11:37 AM, Miao Xie wrote: The seed filesystem was destroyed by the device replace, the reproduce method is: # mkfs.btrfs -f dev0 # btrfstune -S 1 dev0 # mount dev0 mnt # btrfs

Re: [PATCH 01/10] Btrfs: Fix the problem that the replace destroys the seed filesystem

2014-07-24 Thread David Sterba
On Thu, Jul 24, 2014 at 11:37:06AM +0800, Miao Xie wrote: The seed filesystem was destroyed by the device replace, the reproduce method is: # mkfs.btrfs -f dev0 # btrfstune -S 1 dev0 # mount dev0 mnt # btrfs device add dev1 mnt # umount mnt # mount dev1 mnt # btrfs replace start -f

[PATCH 01/10] Btrfs: Fix the problem that the replace destroys the seed filesystem

2014-07-23 Thread Miao Xie
The seed filesystem was destroyed by the device replace, the reproduce method is: # mkfs.btrfs -f dev0 # btrfstune -S 1 dev0 # mount dev0 mnt # btrfs device add dev1 mnt # umount mnt # mount dev1 mnt # btrfs replace start -f dev0 dev2 mnt # umount mnt # mount dev0 mnt It is because we