diff options
author | Mariusz Zaborski <[email protected]> | 2022-11-08 21:40:22 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-08 12:40:22 -0800 |
commit | 945b407486a0072ec7dd117a0bde2f72d52eb445 (patch) | |
tree | 34b4bc8e55f8ef316fbedf6cb5d4e466975e00fb /lib/libzfs/libzfs.abi | |
parent | e197bb24f1857c823b44c2175b2318c472d79731 (diff) |
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 <[email protected]>
Signed-off-by: Mariusz Zaborski <[email protected]>
Sponsored-by: Zededa Inc.
Sponsored-by: Klara Inc.
Closes #13838
Diffstat (limited to 'lib/libzfs/libzfs.abi')
0 files changed, 0 insertions, 0 deletions