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
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
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
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
-*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
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.
>
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
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