]> git.proxmox.com Git - mirror_zfs.git/commit
Fix ENOSPC for extended quota
authorAkash B <akash-b@hpe.com>
Thu, 28 Sep 2023 21:10:07 +0000 (02:40 +0530)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 28 Sep 2023 21:28:21 +0000 (14:28 -0700)
commit229ca7d738ccbf4c55076977467ee93e20b6f01b
tree5d26ecd910a7d8da6ac51bf0bd6c1ea57590ee69
parent9e36c5769fe142873c8a2984335d11007fd66987
Fix ENOSPC for extended quota

When unlinking multiple files from a pool at 100% capacity, it
was possible for ENOSPC to be returned after the first few unlinks.
This issue was fixed previously by PR #13172 but then this was
again introduced by PR #13839.

This is resolved using the existing mechanism of returning ERESTART
when over quota as long as we know enough space will shortly be
available after processing the pending deferred frees.

Also, updated the existing testcase which reliably reproduced the
issue without this patch.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: Dipak Ghosh <dipak.ghosh@hpe.com>
Signed-off-by: Akash B <akash-b@hpe.com>
Closes #15312
module/zfs/dsl_dir.c
tests/zfs-tests/tests/functional/no_space/enospc_rm.ksh