Skip to content

Commit c09841c

Browse files
committed
Add longname to zpool-features.7
Signed-off-by: Chunwei Chen <[email protected]>
1 parent 28cfb41 commit c09841c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

man/man7/zpool-features.7

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,22 @@ instead of scattering multiple writes to all the metaslab spacemaps.
723723
.Pp
724724
\*[instant-never]
725725
.
726+
.feature org.zfsonlinux longname no extensible_dataset
727+
This feature allows creating files and directories with name up to 1023 bytes
728+
in length. A new dataset property
729+
.Sy longname
730+
is also introduced to toggle longname support for each dataset individually.
731+
This property can be disabled even if it contains longname files. In such case,
732+
new file cannot be created with longname but existing longname files can still
733+
be looked up.
734+
.Pp
735+
This feature becomes
736+
.Sy active
737+
when a file name greater than 255 is created in a dataset, and returns to
738+
being
739+
.Sy enabled
740+
when all such datasets are destroyed.
741+
.
726742
.feature org.illumos lz4_compress no
727743
.Sy lz4
728744
is a high-performance real-time compression algorithm that

0 commit comments

Comments
 (0)