Add "zstd-fast" to help options for "compression" property
This value does work as expected, and is documented in the manpage. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Jake Howard <git@theorangeone.net> Closes #11670
This commit is contained in:
parent
bedbc13daa
commit
3242b5358e
|
@ -417,7 +417,7 @@ zfs_prop_init(void)
|
|||
ZFS_TYPE_FILESYSTEM | ZFS_TYPE_VOLUME,
|
||||
"on | off | lzjb | gzip | gzip-[1-9] | zle | lz4 | "
|
||||
"zstd | zstd-[1-19] | "
|
||||
"zstd-fast-[1-10,20,30,40,50,60,70,80,90,100,500,1000]",
|
||||
"zstd-fast | zstd-fast-[1-10,20,30,40,50,60,70,80,90,100,500,1000]",
|
||||
"COMPRESS", compress_table);
|
||||
zprop_register_index(ZFS_PROP_SNAPDIR, "snapdir", ZFS_SNAPDIR_HIDDEN,
|
||||
PROP_INHERIT, ZFS_TYPE_FILESYSTEM,
|
||||
|
|
Loading…
Reference in New Issue