Re: [PATCH v2 3/3] btrfs-progs: device: add remove missing-all

2017-10-16 Thread Duncan
Misono, Tomohiro posted on Mon, 16 Oct 2017 13:35:08 +0900 as excerpted: > On 2017/10/16 12:30, Anand Jain wrote: >> >> >> On 10/13/2017 01:27 PM, Duncan wrote: >>> Misono, Tomohiro posted on Wed, 11 Oct 2017 11:18:50 +0900 as >>> excerpted: >>> Add 'btrfs remove missing-all' to remove all

Re: [PATCH v2 3/3] btrfs-progs: device: add remove missing-all

2017-10-16 Thread Anand Jain
On 10/16/2017 12:35 PM, Misono, Tomohiro wrote: On 2017/10/16 12:30, Anand Jain wrote: On 10/13/2017 01:27 PM, Duncan wrote: Misono, Tomohiro posted on Wed, 11 Oct 2017 11:18:50 +0900 as excerpted: Add 'btrfs remove missing-all' to remove all the missing devices at once for improving

Re: [PATCH v2 3/3] btrfs-progs: device: add remove missing-all

2017-10-15 Thread Misono, Tomohiro
On 2017/10/16 12:30, Anand Jain wrote: > > > On 10/13/2017 01:27 PM, Duncan wrote: >> Misono, Tomohiro posted on Wed, 11 Oct 2017 11:18:50 +0900 as excerpted: >> >>> Add 'btrfs remove missing-all' to remove all the missing devices at once >>> for improving usability. >>> >>> Example: >>>

Re: [PATCH v2 3/3] btrfs-progs: device: add remove missing-all

2017-10-15 Thread Misono, Tomohiro
On 2017/10/13 14:27, Duncan wrote: > Misono, Tomohiro posted on Wed, 11 Oct 2017 11:18:50 +0900 as excerpted: > >> Add 'btrfs remove missing-all' to remove all the missing devices at once >> for improving usability. >> >> Example: >> sudo mkfs.btrfs -f -d raid1 /dev/sdb1 /dev/sdb2 /dev/sdb3

Re: [PATCH v2 3/3] btrfs-progs: device: add remove missing-all

2017-10-15 Thread Anand Jain
On 10/13/2017 01:27 PM, Duncan wrote: Misono, Tomohiro posted on Wed, 11 Oct 2017 11:18:50 +0900 as excerpted: Add 'btrfs remove missing-all' to remove all the missing devices at once for improving usability. Example: sudo mkfs.btrfs -f -d raid1 /dev/sdb1 /dev/sdb2 /dev/sdb3 /dev/sdb4

Re: [PATCH v2 3/3] btrfs-progs: device: add remove missing-all

2017-10-12 Thread Duncan
Misono, Tomohiro posted on Wed, 11 Oct 2017 11:18:50 +0900 as excerpted: > Add 'btrfs remove missing-all' to remove all the missing devices at once > for improving usability. > > Example: > sudo mkfs.btrfs -f -d raid1 /dev/sdb1 /dev/sdb2 /dev/sdb3 /dev/sdb4 > sudo wipefs -a /dev/sdb1 /dev/sdb3

[PATCH v2 3/3] btrfs-progs: device: add remove missing-all

2017-10-10 Thread Misono, Tomohiro
Add 'btrfs remove missing-all' to remove all the missing devices at once for improving usability. Example: sudo mkfs.btrfs -f -d raid1 /dev/sdb1 /dev/sdb2 /dev/sdb3 /dev/sdb4 sudo wipefs -a /dev/sdb1 /dev/sdb3 sudo mount -o degraded /dev/sdb2 /mnt sudo btrfs filesystem show /mnt sudo btrfs