Fix: #2124 storage: add zstd support
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
This commit is contained in:
committed by
Fabian Grünbichler
parent
277cafc0ff
commit
014d36dbbb
@ -18,7 +18,7 @@ use JSON;
|
||||
|
||||
use base qw(PVE::SectionConfig);
|
||||
|
||||
use constant COMPRESSOR_RE => 'gz|lzo';
|
||||
use constant COMPRESSOR_RE => 'gz|lzo|zst';
|
||||
|
||||
our @COMMON_TAR_FLAGS = qw(
|
||||
--one-file-system
|
||||
|
||||
Reference in New Issue
Block a user