5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2025-08-29 09:49:31 +03:00

api: disks: allow zstd compression for zfs pools

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2021-07-30 13:34:15 +02:00
committed by Thomas Lamprecht
parent 279d9de510
commit ae098a191c

View File

@ -316,7 +316,7 @@ __PACKAGE__->register_method ({
compression => {
type => 'string',
description => 'The compression algorithm to use.',
enum => ['on', 'off', 'gzip', 'lz4', 'lzjb', 'zle'],
enum => ['on', 'off', 'gzip', 'lz4', 'lzjb', 'zle', 'zstd'],
optional => 1,
default => 'on',
},