diff options
author | Matthew Ahrens <[email protected]> | 2013-02-22 01:23:09 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-10-31 10:16:11 -0700 |
commit | 24a64651b4163d47b1187821152d762e9a263d5a (patch) | |
tree | 0550704340de1f097d31cd4c8d1e47b2ed78f16d /man | |
parent | c2e42f9d53bec422abb71efade2c004383345038 (diff) |
Illumos #3588
3588 provide zfs properties for logical (uncompressed) space
used and referenced
Reviewed by: Adam Leventhal <[email protected]>
Reviewed by: George Wilson <[email protected]>
Reviewed by: Dan McDonald <[email protected]>
Reviewed by: Richard Elling <[email protected]>
Approved by: Richard Lowe <[email protected]>
References:
https://www.illumos.org/issues/3588
illumos/illumos-gate@77372cb0f35e8d3615ca2e16044f033397e88e21
Ported-by: Richard Yao <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs.8 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 65d98ce76..60a11a57e 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -431,6 +431,40 @@ This property is \fBon\fR if the snapshot has been marked for deferred destructi .ne 2 .mk .na +\fB\fBlogicalreferenced\fR\fR +.ad +.sp .6 +.RS 4n +The amount of space that is "logically" accessible by this dataset. See +the \fBreferenced\fR property. The logical space ignores the effect of +the \fBcompression\fR and \fBcopies\fR properties, giving a quantity +closer to the amount of data that applications see. However, it does +include space consumed by metadata. +.sp +This property can also be referred to by its shortened column name, +\fBlrefer\fR. +.RE + +.sp +.ne 2 +.na +\fB\fBlogicalused\fR\fR +.ad +.sp .6 +.RS 4n +The amount of space that is "logically" consumed by this dataset and all +its descendents. See the \fBused\fR property. The logical space +ignores the effect of the \fBcompression\fR and \fBcopies\fR properties, +giving a quantity closer to the amount of data that applications see. +However, it does include space consumed by metadata. +.sp +This property can also be referred to by its shortened column name, +\fBlused\fR. +.RE + +.sp +.ne 2 +.na \fB\fBmounted\fR\fR .ad .sp .6 |