Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
ZFS properties (Properties)
This attribute displays the properties of a ZFS filesystem including the following:
version: Version of the filesystem
compressratio: Compression ratio achieved
quota: The maximum space that the filesystem can consume
refreservation: The minimum space guaranteed to the filesystem
refquota: The maximum space that a dataset can consume
reservation: The minimum space guaranteed to a dataset and its descendents
compression: Controls the compression algorithm used for this dataset. Compression can be turned on by running zfs set compression=on dataset. The default value is off. The compression ratio achieved for the dataset, is expressed as a multiplier.
usedbyrefreservation: The space used by a refreservation set on a dataset that would be freed if the refreservation was removed.