Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow local live-migration between storage pools #1410

Merged
merged 5 commits into from
Nov 25, 2024

Conversation

presztak
Copy link
Collaborator

This PR introduces the ability to move virtual machines between storage pools while they are running. For example, executing:
incus mv vm1 --target server01 --storage new-pool
enables a live migration of the VM to a different storage pool. The --storage flag must be used in conjunction with the --target flag. This approach treats the operation as a traditional live migration, avoiding scenarios where both the source and target reside on the same machine.

Closes #1064

@github-actions github-actions bot added Documentation Documentation needs updating API Changes to the REST API labels Nov 22, 2024
…to VolumeSourceArgs

Signed-off-by: Piotr Resztak <piotr.resztak@futurfusion.io>
Signed-off-by: Piotr Resztak <piotr.resztak@futurfusion.io>
…ools

Signed-off-by: Piotr Resztak <piotr.resztak@futurfusion.io>
Signed-off-by: Piotr Resztak <piotr.resztak@futurfusion.io>
Signed-off-by: Piotr Resztak <piotr.resztak@futurfusion.io>
@stgraber stgraber merged commit 0e653cc into lxc:main Nov 25, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Changes to the REST API Documentation Documentation needs updating
Development

Successfully merging this pull request may close these issues.

Allow local live-migration between storage pools
2 participants