Ensure RBD snapshots are purged during VM removal #180

Closed
opened 2024-04-15 10:28:37 -04:00 by joshuaboniface · 0 comments

Currently RBD snapshots are not removed automatically and this causes errors when removing a VM:

Remove virtual machine "vpbx1-restore" and all disks [y/N]? y

Removing image: 0% complete...failed.pbx1-restore_sda' in pool 'vms': 
rbd: image has snapshots - these must be deleted with 'rbd snap purge' before the image can be removed.

Ensure this is handled properly.

Currently RBD snapshots are not removed automatically and this causes errors when removing a VM: ``` Remove virtual machine "vpbx1-restore" and all disks [y/N]? y Removing image: 0% complete...failed.pbx1-restore_sda' in pool 'vms': rbd: image has snapshots - these must be deleted with 'rbd snap purge' before the image can be removed. ``` Ensure this is handled properly.
joshuaboniface added this to the 1.0 milestone 2024-04-15 10:28:37 -04:00
joshuaboniface added the
API
bug
labels 2024-04-15 10:28:37 -04:00
joshuaboniface self-assigned this 2024-04-15 10:28:41 -04:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: parallelvirtualcluster/pvc#180
No description provided.