]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/dsl_dir.c
quota: disable quota check for ZVOL
authorMariusz Zaborski <oshogbo@vexillium.org>
Tue, 8 Nov 2022 20:40:22 +0000 (21:40 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Nov 2022 20:40:22 +0000 (12:40 -0800)
commit945b407486a0072ec7dd117a0bde2f72d52eb445
tree34b4bc8e55f8ef316fbedf6cb5d4e466975e00fb
parente197bb24f1857c823b44c2175b2318c472d79731
quota: disable quota check for ZVOL

The quota for ZVOLs is set to the size of the volume. When the quota
reaches the maximum, there isn't an excellent way to check if the new
writers are overwriting the data or if they are inserting a new one.
Because of that, when we reach the maximum quota, we wait till txg is
flushed. This is causing a significant fluctuation in bandwidth.

In the case of ZVOL, the quota is enforced by the volsize, so we
can omit it.

This commit adds a sysctl thats allow to control if the quota mechanism
should be enforced or not.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Mariusz Zaborski <mariusz.zaborski@klarasystems.com>
Sponsored-by: Zededa Inc.
Sponsored-by: Klara Inc.
Closes #13838
man/man4/zfs.4
module/zfs/dsl_dir.c