diff options
author | Tim Chase <[email protected]> | 2013-11-07 22:45:39 -0600 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-11-08 10:26:17 -0800 |
commit | b1d13a60d12a7df0f2e1bed6405529790213a6cb (patch) | |
tree | 644547f53534e54e8f6c6daedd3d35443c744e47 /man | |
parent | b695c34ea4ca3037cfbc0fe7a9283334b761abc1 (diff) |
Document the dedupditto pool property.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #1839
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zpool.8 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 65cd34281..63037760a 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -681,6 +681,17 @@ A text string consisting of printable ASCII characters that will be stored such .ne 2 .mk .na +\fB\fBdedupditto\fR=\fB\fInumber\fR\fR +.ad +.sp .6 +.RS 4n +Threshold for the number of block ditto copies. If the reference count for a deduplicated block increases above this number, a new ditto copy of this block is automatically stored. The default setting is 0 which causes no ditto copies to be created for deduplicated blocks. The miniumum legal nonzero setting is 100. +.RE + +.sp +.ne 2 +.mk +.na \fB\fBdelegation\fR=\fBon\fR | \fBoff\fR\fR .ad .sp .6 |