diff options
author | Matthew Ahrens <[email protected]> | 2013-12-11 14:33:41 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-07-29 10:55:29 -0700 |
commit | da536844d55b2f3aaefdaebd36fb97bb867494aa (patch) | |
tree | 2b0b5bbad2595189476a8084e24f26e6106bbb4d /man/man5/zpool-features.5 | |
parent | b0bc7a84d90dcbf5321d48c5b24ed771c5a128b0 (diff) |
Illumos 4368, 4369.
4369 implement zfs bookmarks
4368 zfs send filesystems from readonly pools
Reviewed by: Christopher Siden <[email protected]>
Reviewed by: George Wilson <[email protected]>
Approved by: Garrett D'Amore <[email protected]>
References:
https://www.illumos.org/issues/4369
https://www.illumos.org/issues/4368
https://github.com/illumos/illumos-gate/commit/78f1710
Ported by: Tim Chase <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #2530
Diffstat (limited to 'man/man5/zpool-features.5')
-rw-r--r-- | man/man5/zpool-features.5 | 31 |
1 files changed, 26 insertions, 5 deletions
diff --git a/man/man5/zpool-features.5 b/man/man5/zpool-features.5 index 60437c9bf..edcdb364d 100644 --- a/man/man5/zpool-features.5 +++ b/man/man5/zpool-features.5 @@ -223,11 +223,11 @@ When the \fBlz4_compress\fR feature is set to \fBenabled\fR, the administrator can turn on \fBlz4\fR compression on any dataset on the pool using the \fBzfs\fR(8) command. Please note that doing so will immediately activate the \fBlz4_compress\fR feature on the underlying -pool (even before any data is written). Since this feature is not -read-only compatible, this operation will render the pool unimportable -on systems without support for the \fBlz4_compress\fR feature. At the -moment, this operation cannot be reversed. Booting off of -\fBlz4\fR-compressed root pools is supported. +pool (even before any data is written), and the feature will not be +deactivated. Since this feature is not read-only compatible, this +operation will render the pool unimportable on systems without support +for the \fBlz4_compress\fR feature. Booting off of \fBlz4\fR-compressed +root pools is supported. .RE .sp @@ -276,6 +276,27 @@ this feature are destroyed. .sp .ne 2 .na +\fB\fBbookmarks\fR\fR +.ad +.RS 4n +.TS +l l . +GUID com.delphix:bookmarks +READ\-ONLY COMPATIBLE yes +DEPENDENCIES extensible_dataset +.TE + +This feature enables use of the \fBzfs bookmark\fR subcommand. + +This feature is \fBactive\fR while any bookmarks exist in the pool. +All bookmarks in the pool can be listed by running +\fBzfs list -t bookmark -r \fIpoolname\fR\fR. + +.RE + +.sp +.ne 2 +.na \fB\fBenabled_txg\fR\fR .ad .RS 4n |