api: disks: allow zstd compression for zfs pools
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
279d9de510
commit
ae098a191c
@ -316,7 +316,7 @@ __PACKAGE__->register_method ({
|
|||||||
compression => {
|
compression => {
|
||||||
type => 'string',
|
type => 'string',
|
||||||
description => 'The compression algorithm to use.',
|
description => 'The compression algorithm to use.',
|
||||||
enum => ['on', 'off', 'gzip', 'lz4', 'lzjb', 'zle'],
|
enum => ['on', 'off', 'gzip', 'lz4', 'lzjb', 'zle', 'zstd'],
|
||||||
optional => 1,
|
optional => 1,
|
||||||
default => 'on',
|
default => 'on',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user