From d1918d1bf69ca812e5d2935e3adaeb92dc22d3c9 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Tue, 12 Apr 2016 11:36:45 +0200 Subject: [PATCH] revert default compress mode for vzdump to 0 rationale is the following: we had this as default before commit 1ab98f059e1d28e5dd28f326ab371d6d5c1b8bb4 but wrongly documented since we set the compression mode explicitly via the gui, we can set the default to 0, which makes some operations more intuitive (e.g. with the -stdout parameter it makes no sense to compress it by default) Signed-off-by: Dominik Csapak --- PVE/VZDump.pm | 2 +- debian/changelog.Debian | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm index a4fa8c18..98367266 100644 --- a/PVE/VZDump.pm +++ b/PVE/VZDump.pm @@ -58,7 +58,7 @@ my $confdesc = { description => "Compress dump file.", optional => 1, enum => ['0', '1', 'gzip', 'lzo'], - default => 'lzo', + default => '0', }, pigz=> { type => "integer", diff --git a/debian/changelog.Debian b/debian/changelog.Debian index aabd02b6..b7bdb8ca 100644 --- a/debian/changelog.Debian +++ b/debian/changelog.Debian @@ -2,6 +2,8 @@ pve-manager (4.1-26) unstable; urgency=medium * do not depend of pve-doc-generator (this should be a Build-Depend instead) + * revert default compress mode for vzdump to 0 + -- Proxmox Support Team Tue, 12 Apr 2016 12:41:34 +0200 pve-manager (4.1-25) unstable; urgency=medium