]> git.proxmox.com Git - pve-manager.git/commit - PVE/API2/VZDump.pm
fix #1594: allow skipping VMIDs on other nodes from API
authorStefan Reiter <s.reiter@proxmox.com>
Mon, 12 Aug 2019 12:50:07 +0000 (14:50 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Aug 2019 11:36:08 +0000 (13:36 +0200)
commit6cd5ffb06c36438d040d0746bb86698d987bb2ef
treed27c26a6791bcbe6b10c6e18d032be942a327537
parentf5a82b09ecf2441fafa80fc5ab7e104052279569
fix #1594: allow skipping VMIDs on other nodes from API

This was previously gated to CLI only, but it causes a vzdump job
started with the newly introduced "Run Now" button to fail if it
includes VMIDs on other nodes.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
PVE/API2/VZDump.pm