]> git.proxmox.com Git - pve-ha-manager.git/commit
check_active_workers: fix typo /uuid/uid/
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 21 Dec 2015 09:12:47 +0000 (10:12 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 21 Dec 2015 09:21:01 +0000 (10:21 +0100)
commitc0edbd7ee6de6b7ca1035bb51c4f64cb8804d3ec
tree1afe88c7e611d02bb5dc08222f91f6df91570aaa
parentfe0ce04017aa7693b9bdbadd7400de16073b161d
check_active_workers: fix typo /uuid/uid/

This typo caused a bug where resource_command_finished was never
called as $w->{uuid} is not existing and thus always undefined.
Use the correct $w->{uid} instead.

Also fix a comment where used 'uuid' to avoid confusion.

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