On Mon, Jan 22, 2018 at 10:11:44AM +0200, Nikolay Borisov wrote:
> > @@ -4731,6 +4740,12 @@ static int __btrfs_alloc_chunk(struct btrfs_trans_handle *trans,
> >
> > if (ndevs < devs_increment * sub_stripes || ndevs < devs_min) {
> > ret = -ENOSPC;
> > + if (btrfs_test_opt(info, ENOSPC_DEBUG)) {
> > + btrfs_debug(info,
> > + "%s: not enough devices with free space: have=%d minimal required=%d",
>
> nit: s/minimal/minimum
> But there is no point in resending just for that, I guess David could
> fix it while merging.
Yes, string updated and added to next, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html