Quota
Quota sets the maximum limit a dataset can consume. It prevents a dataset from growing beyond the assigned size.
Solaris · ZFS Quota & Reservation
Solaris · Lesson 19
Quota restricts the maximum space a dataset can use. Reservation guarantees a minimum space that is always set aside. Both are powerful ZFS properties that help control disk usage in shared environments.
Both quota and reservation are filesystem-level properties used to control space allocation in ZFS datasets.
Quota sets the maximum limit a dataset can consume. It prevents a dataset from growing beyond the assigned size.
Reservation guarantees space even if the pool becomes full. Ensures the dataset always has available capacity.
By default both values are 'none'.
Quota limits how much maximum space the dataset can consume.
Reservation guarantees space for the dataset, even if pool is full.
Dataset has guaranteed 2G minimum and max limit of 5G allowed.
Setting to none removes the limit.
Dataset no longer guarantees reserved space.
df -h reflects quota effect on visible space.
Next: ZFS compression, deduplication & performance tuning.