Re: [PATCH 2/2] btrfs-progs: device delete to accept devid

2015-08-28 Thread Goffredo Baroncelli
On 2015-08-28 16:17, Anand Jain wrote: > > Hi Goffredo, > > sorry to have missed this. > [...] > > In fact everywhere we didn't check the return properly. > I wrote a new patch to fix this. > > Thanks, Anand Many thanks for your work BR Goffredo -- gpg @keyserver.linux.it: Goffredo Baron

Re: [PATCH 2/2] btrfs-progs: device delete to accept devid

2015-08-28 Thread Goffredo Baroncelli
On 2015-08-28 16:17, Anand Jain wrote: > > Hi Goffredo, > > sorry to have missed this. > [...] > > In fact everywhere we didn't check the return properly. > I wrote a new patch to fix this. > > Thanks, Anand Many thanks for your work BR Goffredo -- gpg @keyserver.linux.it: Goffredo Baron

Re: [PATCH 2/2] btrfs-progs: device delete to accept devid

2015-08-28 Thread Anand Jain
Hi Goffredo, sorry to have missed this. On 08/20/2015 07:29 PM, Goffredo Baroncelli wrote: Hi Anand On 2015-08-14 12:36, Anand Jain wrote: This patch introduces new option for the command [...] + + if (is_numerical(argv[i])) { + argv3.devid = arg_str

Re: [PATCH 2/2] btrfs-progs: device delete to accept devid

2015-08-20 Thread Goffredo Baroncelli
Hi Anand On 2015-08-14 12:36, Anand Jain wrote: > This patch introduces new option for the command > [...] > + > + if (is_numerical(argv[i])) { > + argv3.devid = arg_strtou64(argv[i]); > + its_num = true; > + } else if (is_block_dev

Re: [PATCH 2/2] btrfs-progs: device delete to accept devid

2015-08-17 Thread Anand Jain
-*remove* [...] :: +*remove* | [|...] :: Remove device(s) from a filesystem identified by . *delete* [...] :: also here is missing (below you added) Thank you. Got this fixed. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majo

Re: [PATCH 2/2] btrfs-progs: device delete to accept devid

2015-08-17 Thread Goffredo Baroncelli
On 2015-08-14 12:36, Anand Jain wrote: > This patch introduces new option for the command > > btrfs device delete [..] > > In a user reported issue on a 3-disk-RAID1, one disk failed with its > SB unreadable. Now with this patch user will have a choice to delete > the device using devid. >

[PATCH 2/2] btrfs-progs: device delete to accept devid

2015-08-14 Thread Anand Jain
This patch introduces new option for the command btrfs device delete [..] In a user reported issue on a 3-disk-RAID1, one disk failed with its SB unreadable. Now with this patch user will have a choice to delete the device using devid. The other method we could do, is to match the input dev

[PATCH 2/2] btrfs-progs: device delete to accept devid

2015-04-20 Thread Anand Jain
This patch introduces new option for the command btrfs device delete [..] In a user reported issue on a 3-disk-RAID1, one disk failed with its SB unreadable. Now with this patch user will have a choice to delete the device using devid. The other method we could do, is to match the input dev