diff options
author | наб <[email protected]> | 2021-04-06 21:39:54 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-06 12:39:54 -0700 |
commit | 57a1214e3aa295a8f4b5683bf6891d99cb297112 (patch) | |
tree | 430cf8e691aa6d5eb2d5d6673794653579c571e2 /man/man5 | |
parent | d35708b18705adf3b1854061bec1f6ba29545aec (diff) |
zpool-features.5: remove "booting not possible with this feature"s
The exact limitations on what features are supported when booting
vary considerably depending on the environment. In order to minimize
confusion avoid categorical statements which assume GRUB2 is being
used. The supported GRUB2 features are covered earlier in this man
page for easy reference.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #11842
Diffstat (limited to 'man/man5')
-rw-r--r-- | man/man5/zpool-features.5 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/man/man5/zpool-features.5 b/man/man5/zpool-features.5 index b506acc7f..20e1dfde7 100644 --- a/man/man5/zpool-features.5 +++ b/man/man5/zpool-features.5 @@ -730,8 +730,6 @@ will be compressed with \fBlz4\fR algorithm. 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. - This feature becomes \fBactive\fR as soon as it is enabled and will never return to being \fBenabled\fB. .RE @@ -1058,8 +1056,6 @@ on \fBzstd\fR compression of any dataset by running This feature becomes \fBactive\fR once a \fBcompress\fR property has been set to \fBzstd\fR, and will return to being \fBenabled\fR once all filesystems that have ever had their compress property set to \fBzstd\fR are destroyed. - -Booting off of \fBzstd\fR-compressed root pools is not yet supported. .RE .SH "SEE ALSO" |