What's Changed
Improve the disk lifecycle of a VM:
- Disk size expansion no longer deletes and recreates the disk, but instead shuts down the VM for proper resizing of the disk.
- Changing the storage repository will no longer delete the disk, but this is not supported (we are waiting for the 'disk migration' feature in the REST API).
- Overall improvements to disk deletion and resizing, which should not result in errors if the VM is shut down or the disk detached.
- This should fix #328 and #178 and #214
Commits
Full Changelog: v0.31.3...v0.32.0