summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2013-02-26 08:53:33 +0000
committermm <mm@FreeBSD.org>2013-02-26 08:53:33 +0000
commit5adf0a759371d12ed632e868221180f2fb38ffea (patch)
treec98c3d444bd682da62b392966e4fe95ae8ac74a6
parent7f9f61e76d1016ac77f0accedd0f2a11fd26b9e4 (diff)
downloadFreeBSD-src-5adf0a759371d12ed632e868221180f2fb38ffea.zip
FreeBSD-src-5adf0a759371d12ed632e868221180f2fb38ffea.tar.gz
Update vendor/illumos/dist and vendor-sys/illumos/dist
to illumos-gate 13969:b2c7608044b7 Illumos ZFS issues: 3588 provide zfs properties for logical (uncompressed) space used and referenced
-rw-r--r--man/man1m/zfs.1m34
1 files changed, 34 insertions, 0 deletions
diff --git a/man/man1m/zfs.1m b/man/man1m/zfs.1m
index 10382ef..18441da 100644
--- a/man/man1m/zfs.1m
+++ b/man/man1m/zfs.1m
@@ -535,6 +535,40 @@ by using the \fBzfs destroy\fR \fB-d\fR command. Otherwise, the property is
.sp
.ne 2
.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
OpenPOWER on IntegriCloud