diff options
author | Tom Caputi <[email protected]> | 2019-02-04 14:15:01 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-03-13 10:58:39 -0700 |
commit | 579ce7c5ae65e670496d41957f63352cb3f0d298 (patch) | |
tree | 80415f904c0fa52efaf7e72c3ede442d0a2d198c /man/man5/zpool-features.5 | |
parent | 369aa501d11f4d21d4732b58d749259ad811a10a (diff) |
Add bookmark v2 on-disk feature
This patch adds the bookmark v2 feature to the on-disk format. This
feature will be needed for the upcoming redacted sends and for an
upcoming fix that for raw receives. The feature is not currently
used by any code and thus this change is a no-op, aside from the
fact that the user can now enable the feature.
Reviewed-by: Paul Dagnelie <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Matt Ahrens <[email protected]>
Signed-off-by: Tom Caputi <[email protected]>
Issue #8308
Diffstat (limited to 'man/man5/zpool-features.5')
-rw-r--r-- | man/man5/zpool-features.5 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/man/man5/zpool-features.5 b/man/man5/zpool-features.5 index 4769c4eac..919fb673d 100644 --- a/man/man5/zpool-features.5 +++ b/man/man5/zpool-features.5 @@ -705,6 +705,27 @@ files. .sp .ne 2 .na +\fB\fBbookmark_v2\fR\fR +.ad +.RS 4n +.TS +l l . +GUID com.datto:bookmark_v2 +READ\-ONLY COMPATIBLE no +DEPENDENCIES extensible_dataset +.TE + +This feature enables the creation and management of larger bookmarks which are +needed for other features in ZFS. + +This feature becomes \fBactive\fR when a v2 bookmark is created and will be +returned to the \fBenabled\fR state when all v2 bookmarks are destroyed. + +.RE + +.sp +.ne 2 +.na \fB\fBencryption\fR\fR .ad .RS 4n |