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

Support topology extend with multiple host-address #403

Open
links84 opened this issue Mar 29, 2021 · 0 comments
Open

Support topology extend with multiple host-address #403

links84 opened this issue Mar 29, 2021 · 0 comments

Comments

@links84
Copy link

links84 commented Mar 29, 2021

Currently a user can add multiple --host-address in virsh plugin to spawn nodes on different kvm host.
Looking at the code, it seems '--topology-extend' is only expected to work on single host-address, based on the _run_condition value derived in "Pre run configuration" .
I was hoping that if I run virsh with X host-address and at a later time run it again with X+Y number of hosts along with extend option, then new value of each node count is distributed across the Y nodes.
The current behavior is that when a virsh command is run again with new host-address and topology extend option, the new vms are spawn in the older host.

The functionality we are looking for is to spawn different number of compute/overcloud nodes on different host as these hosts may have dissimilar resources like memory , cpu etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant