diff options
author | Richard Laager <[email protected]> | 2019-04-24 19:12:14 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-04-24 17:12:14 -0700 |
commit | 6e81f9b21b1ba5649691d07143849665dd6108ad (patch) | |
tree | ed0c3b6a354782eac07212799903e8b8cc2e6344 /man | |
parent | 7b337fda40dc2d50ee4600930b21e6856e68e3e5 (diff) |
Duplicate the encryption copies=3 limitation
This adds the encryption copies=3 limitation language into the copies
property section.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Richard Laager <[email protected]>
Closes #8651
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs.8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 69036d04c..a8e859bdc 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -1342,6 +1342,11 @@ create, for example a two-disk striped pool and set on some datasets thinking you have setup redundancy for them. When a disk fails you will not be able to import the pool and will have lost all of your data. +.Pp +Encrypted datasets may not have +.Sy copies Ns = Ns Em 3 +since the implementation stores some encryption metadata where the third copy +would normally be. .It Sy devices Ns = Ns Sy on Ns | Ns Sy off Controls whether device nodes can be opened on this file system. The default value is |