[pve-devel] [PATCH manager] fix #1942: workaround for vzdump conflicting 'quiet' parameter
David Limbeck
d.limbeck at proxmox.com
Mon Oct 8 11:46:37 CEST 2018
workaround for 'quiet' parameter conflicting with standard_output_parameters
in PVE/RESTHandler.pm as proposed by Dietmar
Signed-off-by: David Limbeck <d.limbeck at proxmox.com>
---
PVE/VZDump.pm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm
index 7fc69f98..57d371af 100644
--- a/PVE/VZDump.pm
+++ b/PVE/VZDump.pm
@@ -1166,6 +1166,8 @@ sub json_config_properties {
$prop->{$opt} = $confdesc->{$opt};
}
+ delete $prop->{quiet};
+
return $prop;
}
--
2.11.0
More information about the pve-devel
mailing list