[pve-devel] [PATCH guest-common v2] Fix: #2124 add zstd support
Alwin Antreich
a.antreich at proxmox.com
Fri Jan 31 17:00:59 CET 2020
Signed-off-by: Alwin Antreich <a.antreich at proxmox.com>
---
PVE/VZDump/Common.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/VZDump/Common.pm b/PVE/VZDump/Common.pm
index 4789a50..a661552 100644
--- a/PVE/VZDump/Common.pm
+++ b/PVE/VZDump/Common.pm
@@ -88,7 +88,7 @@ my $confdesc = {
type => 'string',
description => "Compress dump file.",
optional => 1,
- enum => ['0', '1', 'gzip', 'lzo'],
+ enum => ['0', '1', 'gzip', 'lzo', 'zstd'],
default => '0',
},
pigz=> {
--
2.20.1
More information about the pve-devel
mailing list