aboutsummaryrefslogtreecommitdiff
path: root/TEST
diff options
context:
space:
mode:
authorMariusz Zaborski <oshogbo@vexillium.org>2022-11-08 20:40:22 +0000
committerGitHub <noreply@github.com>2022-11-08 20:40:22 +0000
commit945b407486a0072ec7dd117a0bde2f72d52eb445 (patch)
tree34b4bc8e55f8ef316fbedf6cb5d4e466975e00fb /TEST
parente197bb24f1857c823b44c2175b2318c472d79731 (diff)
downloadsrc-945b407486a0072ec7dd117a0bde2f72d52eb445.tar.gz
src-945b407486a0072ec7dd117a0bde2f72d52eb445.zip
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
Diffstat (limited to 'TEST')
0 files changed, 0 insertions, 0 deletions