|
We are running into a full ceph cluster. How can we live migrate a VM to a different host and one of its volumes to a different pool? Currently we cannot migrate just the volume to a different pool because it's not possible to update the volume details in KVM without migrating a VM. Migrating a VM to a different host and also specifying a different pool results in: |
Answered by
wido
Sep 2, 2025
Replies: 1 comment 2 replies
|
@Rubueno @wido |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not implemented indeed. This functionality is only present in more recent Qemu versions (last 2y) and that would require updating the CloudStack code.
Technically it can be done probably by doing this by hand and then updating the CS database. "Just" use raw Qemu commands.