From: Richard Laager Date: Fri, 19 Apr 2019 00:09:11 +0000 (-0500) Subject: Correct bookmark_v2 dependencies X-Git-Tag: zfs-0.8.0-rc5~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1fbe7711061c10c2c0fe80a5d3768e865c0c166;p=zfs Correct bookmark_v2 dependencies encryption depends on bookmark_v2. bookmark_v2 depends on bookmarks. Reviewed-by: Tom Caputi Reviewed-by: Brian Behlendorf Signed-off-by: Richard Laager Closes #8641 --- 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.