aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorbunder2015 <[email protected]>2018-01-29 18:10:32 -0500
committerBrian Behlendorf <[email protected]>2018-01-29 15:10:32 -0800
commit405ec516abbae42f205328ffc1bd7b38cbdd45da (patch)
treee8c7bd31adc9062317c4cd3720b32fc8e41cbcb0 /man
parent63f88c12b41a9a51f5693efce408960664fdbe16 (diff)
Fix zpool-features(5) large_block inconsistency
Large_blocks feature activation was not consistent with man page, which erroneously stated that the feature was active when the recordsize was increased past the stock 128KB. It actually becomes active when data is written to the dataset. Reviewed-by: Giuseppe Di Natale <[email protected]> Reviewed by: George Melikov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: bunder2015 <[email protected]> Closes #6275 Closes #7093
Diffstat (limited to 'man')
-rw-r--r--man/man5/zpool-features.54
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man5/zpool-features.5 b/man/man5/zpool-features.5
index a23f3aed4..72a6c57b1 100644
--- a/man/man5/zpool-features.5
+++ b/man/man5/zpool-features.5
@@ -455,8 +455,8 @@ DEPENDENCIES extensible_dataset
The \fBlarge_block\fR feature allows the record size on a dataset to be
set larger than 128KB.
-This feature becomes \fBactive\fR once a \fBrecordsize\fR property has been
-set larger than 128KB, and will return to being \fBenabled\fR once all
+This feature becomes \fBactive\fR once a dataset contains a file with
+a block size larger than 128KB, and will return to being \fBenabled\fR once all
filesystems that have ever had their recordsize larger than 128KB are destroyed.
.RE