summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBassu <[email protected]>2013-11-09 02:16:38 +0500
committerBrian Behlendorf <[email protected]>2013-11-08 14:21:58 -0800
commit7a4f54688ee9503c5bf9fcd7a88c4b4b33c36572 (patch)
tree0bc0c9578880e9a6db957b3aae2ee1186090bfb8
parent760ec997dfde8cf7dcbe1f367456423668e0cf76 (diff)
Explain 'zfs list -t snap -o name -s name' speedup
Commit 0cee240 from FreeBSD dramatically speeds up 'zfs list' performance assuming you're only interested in the dataset names. This optimization should be mentioned in the man page to allow end users to take advantage of it. Signed-off-by: Brian Behlendorf <[email protected]> Closes #1847
-rw-r--r--man/man8/zfs.82
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8
index 60a11a57e..61b2eb287 100644
--- a/man/man8/zfs.8
+++ b/man/man8/zfs.8
@@ -1810,7 +1810,7 @@ Recursively rename the snapshots of all descendent datasets. Snapshots are the o
.ad
.sp .6
.RS 4n
-Lists the property information for the given datasets in tabular form. If specified, you can list property information by the absolute pathname or the relative pathname. By default, all file systems and volumes are displayed. Snapshots are displayed if the \fBlistsnaps\fR property is \fBon\fR (the default is \fBoff\fR) . The following fields are displayed, \fBname,used,available,referenced,mountpoint\fR.
+Lists the property information for the given datasets in tabular form. If specified, you can list property information by the absolute pathname or the relative pathname. By default, all file systems and volumes are displayed. Snapshots are displayed if the \fBlistsnaps\fR property is \fBon\fR (the default is \fBoff\fR). When listing hundreds or thousands of snapshots performance can be improved by restricting the output to only the name. In that case, it is recommended to use \fB-o name -s name\fR. The following fields are displayed by default, \fBname,used,available,referenced,mountpoint\fR.
.sp
.ne 2
.mk