[pve-devel] [PATCH manager] fix #1942: workaround for vzdump conflicting 'quiet' parameter

David Limbeck d.limbeck at proxmox.com
Mon Oct 8 12:10:46 CEST 2018


Sent it too soon, does not work.

On 10/8/18 11:46 AM, David Limbeck wrote:
> 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;
>   }
>   




More information about the pve-devel mailing list