]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
migrate: handle storage not selected manually in storage config
authorTim Marx <t.marx@proxmox.com>
Fri, 28 Jun 2019 13:13:45 +0000 (15:13 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 28 Jun 2019 13:22:33 +0000 (15:22 +0200)
commitf25852c27e29a5c85016bcb0a626c680bbc33c4d
tree56faabc3e90b6b07890a2fc64e5d7c97790ec938
parent8ebf1734e98fbcd10eaef56665d1884735502628
migrate: handle storage not selected manually in storage config

e.g. local storage was considered not allowed for offline migration
even if it is available on all nodes, this should now be fixed as it
is now considered available on all nodes if a local storage isn't
restricted to a specific subset of the available nodes. The user is
responseable to make sure that the datacenter storage config reflects
the actual setup, so there is no additional check for local storages
which aren't available on all nodes if they are not explicitly marked
at datacenter level.

Signed-off-by: Tim Marx <t.marx@proxmox.com>
PVE/API2/Qemu.pm
PVE/QemuServer.pm