diff --git a/PVE/API2/Disks/ZFS.pm b/PVE/API2/Disks/ZFS.pm index b815ee7..0418794 100644 --- a/PVE/API2/Disks/ZFS.pm +++ b/PVE/API2/Disks/ZFS.pm @@ -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', },