]> git.proxmox.com Git - pve-manager.git/commit - PVE/VZDump.pm
vzdump: avoid parsing already parsed option
authorFabian Ebner <f.ebner@proxmox.com>
Fri, 15 Jan 2021 12:49:05 +0000 (13:49 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Jan 2021 17:47:48 +0000 (18:47 +0100)
commitecc08c34ea99c2211be078c89a8301a9a8bdf69f
treec57488de6ad54a21b42671937f033f539a966657
parentea717e8f6656970f0d2f74e39a712480e3eeaef6
vzdump: avoid parsing already parsed option

When a job is updated, verify_vzdump_parameters() is called twice. This led to
parse_property_string being called with the already parsed option.

Reported on the pve-user mailing list:
https://lists.proxmox.com/pipermail/pve-user/2021-January/172258.html

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/VZDump.pm