diff options
author | Richard Laager <[email protected]> | 2019-04-18 19:09:11 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-04-24 17:03:12 -0700 |
commit | e1fbe7711061c10c2c0fe80a5d3768e865c0c166 (patch) | |
tree | a59d5d17dcac65b793f9e95992732b5db3b9111e /man/man5 | |
parent | 4d256e897a8f0b2218778e018852651f897dd59d (diff) |
Correct bookmark_v2 dependencies
encryption depends on bookmark_v2.
bookmark_v2 depends on bookmarks.
Reviewed-by: Tom Caputi <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Richard Laager <[email protected]>
Closes #8641
Diffstat (limited to 'man/man5')
-rw-r--r-- | man/man5/zpool-features.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man5/zpool-features.5 b/man/man5/zpool-features.5 index cfd10dd96..1df7f0f76 100644 --- a/man/man5/zpool-features.5 +++ b/man/man5/zpool-features.5 @@ -715,7 +715,7 @@ files. l l . GUID com.datto:bookmark_v2 READ\-ONLY COMPATIBLE no -DEPENDENCIES extensible_dataset +DEPENDENCIES bookmark, extensible_dataset .TE This feature enables the creation and management of larger bookmarks which are @@ -736,7 +736,7 @@ returned to the \fBenabled\fR state when all v2 bookmarks are destroyed. l l . GUID com.datto:encryption READ\-ONLY COMPATIBLE no -DEPENDENCIES extensible_dataset +DEPENDENCIES bookmark_v2, extensible_dataset .TE This feature enables the creation and management of natively encrypted datasets. |