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

Parallelize the SRIOV configuration on multiple nodes #226

Closed
pliurh opened this issue Jan 14, 2022 · 2 comments
Closed

Parallelize the SRIOV configuration on multiple nodes #226

pliurh opened this issue Jan 14, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@pliurh
Copy link
Collaborator

pliurh commented Jan 14, 2022

Currently, when we want to configure the SRIOV on multiple nodes, it is executed in sequence, other nodes wait while one node is being configured. And due to the node draining and reboot, it will take quite a long time, if we have a large number of nodes that need to be configured.

To resolve this issue, we may need to figure out how we can parallelize the configuration on multiple nodes. One idea is to introduce a maximum unavailable number of nodes concept. So that we can conduct the SRIOV configuration simultaneously on such an unavailable number of nodes. We may want to learn the implementation from the Machine Config Operator.

@SchSeba
Copy link
Collaborator

SchSeba commented Dec 21, 2023

should be fixed via #555

@SchSeba
Copy link
Collaborator

SchSeba commented Aug 20, 2024

the PR is merged closing this one

@SchSeba SchSeba closed this as completed Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants