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

Run cluster evacuate and restore in parallel #1262

Merged
merged 3 commits into from
Oct 2, 2024

Conversation

gibmat
Copy link
Collaborator

@gibmat gibmat commented Sep 27, 2024

Sequentially evacuating or restoring a server can be slow when there are several instances running. This switches to running migrations in parallel, based on the number of detected CPUs available.

Signed-off-by: Mathias Gibbens <mathias.gibbens@futurfusion.io>
Sequentially evacuating or restoring a server can be slow when there
are several instances running. This switches to running migrations in
parallel, based on the number of detected CPUs available.

Signed-off-by: Mathias Gibbens <mathias.gibbens@futurfusion.io>
Signed-off-by: Mathias Gibbens <mathias.gibbens@futurfusion.io>
@gibmat gibmat marked this pull request as ready for review September 30, 2024 17:12
@stgraber stgraber merged commit f152532 into lxc:main Oct 2, 2024
30 checks passed
@gibmat gibmat deleted the parallel-evacuate-restore branch October 2, 2024 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants