Handle RBD locks on VM/node failure #41
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If a node fails (is fenced, or otherwise stops VMs uncleanly), RBD locks are left hanging and thus VM startup for those block devices will fail if restarted on another node.
Handle this situation better. Specifically:
Also confirm what happens if a VM fails mid-run (
kill -9
of the QEMU process for instance) and whether this situation must be handled as well.changed the description
This has all been implemented. Everything seems to work properly.
closed