diff options
author | Richard Laager <[email protected]> | 2019-04-24 19:10:47 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-04-24 17:10:47 -0700 |
commit | 7b337fda40dc2d50ee4600930b21e6856e68e3e5 (patch) | |
tree | 1e12699502aac57ddb74d072045149b0c48a21d6 /man | |
parent | 0531c83c18768467a533e054d0dec0557a914619 (diff) |
Deprecate dedupditto
This documents, in zpool.8, that dedupditto is deprecated and will be
made to have no effect in a future release.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Matthew Ahrens <[email protected]>
Signed-off-by: Richard Laager <[email protected]>
Closes #8650
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zpool.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 6b97c4b0e..76bc1cf74 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -806,6 +806,9 @@ such that it is available even if the pool becomes faulted. An administrator can provide additional information about a pool using this property. .It Sy dedupditto Ns = Ns Ar number +This property is deprecated. In a future release, it will no longer have any +effect. +.Pp 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. |