pvc/daemon-common
Joshua Boniface 2138f2f59f Fail VM removal on disk removal failures
Prevents bad states where the VM is "removed" but some of its disks
remain due to e.g. stuck watchers.

Rearrange the sequence so it goes stop, delete disks, then delete VM,
and then return a failure if any of the disk(s) fail to remove, allowing
the task to be rerun after fixing the problem.
2021-07-09 15:39:06 -04:00
..
migrations/versions Add node PVC version data to Node information 2021-07-05 09:57:38 -04:00
ceph.py Move Ceph pool/volume list assembly to thread pool 2021-07-01 17:33:13 -04:00
cluster.py Fix incorrect handling of deletions in init 2021-06-29 18:41:02 -04:00
common.py Avoid errors if stats data is None 2021-07-09 13:13:54 -04:00
log.py Move logger to common, fix buffering 2021-06-01 18:50:26 -04:00
network.py Store PHY MAC for VFs and restore after free 2021-06-22 00:56:47 -04:00
node.py Add node PVC version data to Node information 2021-07-05 09:57:38 -04:00
vm.py Fail VM removal on disk removal failures 2021-07-09 15:39:06 -04:00
zkhandler.py Add some additional docstrings 2021-07-07 12:28:08 -04:00