]> git.proxmox.com Git - pve-ha-manager.git/commit - src/PVE/HA/Resources/PVEVM.pm
fix check if a resource migrated correctly
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 27 Jan 2016 12:16:34 +0000 (13:16 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 27 Jan 2016 15:59:56 +0000 (16:59 +0100)
commitea28f873c9bce4af57d98319d4c1d95c89cbcbde
tree744dc5b08b4e28ed5542e868eee5cf051a6f7b33
parenta2aae08ae5439aff276a9d887b324eb9c1fea763
fix check if a resource migrated correctly

Move the check from exec_resource_agents to the migrate method of
the resource plugins so that we may delete the traces from the
additional method 'is_on_node' which was intended for this
purpose.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/HA/LRM.pm
src/PVE/HA/Resources/PVECT.pm
src/PVE/HA/Resources/PVEVM.pm
src/PVE/HA/Sim/Resources.pm
src/PVE/HA/Sim/Resources/VirtCT.pm