Skip to content

The Capacity Issue of Usedbydataset and Refquota Attributes in ZFS FileSystem dataset. #16727

Closed Answered by amotin
hhb777 asked this question in Q&A
Discussion options

You must be logged in to vote

IIRC some overshoot possibility was added there intentionally not too long ago. The problem is that ZFS does not know how much space each specific operation will take until it completes pool-wide transaction group commit. Previously reaching quota triggered extra commit. It resulted in more precise quota behavior, but badly hurt pool performance for other datasets/users. Instead now ZFS allows to go slightly (up to 3%) over the quota. See: #13839 .

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@amotin
Comment options

Answer selected by hhb777
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants