Skip to content

Commit

Permalink
Document the dedupditto pool property.
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #1839
  • Loading branch information
dweeezil authored and behlendorf committed Nov 8, 2013
1 parent b695c34 commit b1d13a6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions man/man8/zpool.8
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,17 @@ Multiple pools can share the same cache file. Because the kernel destroys and re
A text string consisting of printable ASCII characters that will be stored such that it is available even if the pool becomes faulted. An administrator can provide additional information about a pool using this property.
.RE

.sp
.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
Expand Down

0 comments on commit b1d13a6

Please sign in to comment.