Skip to content

Sequential creation of Volumes when scaling MachineDeployment #2431

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

Open
groundnuty opened this issue Feb 24, 2025 · 0 comments
Open

Sequential creation of Volumes when scaling MachineDeployment #2431

groundnuty opened this issue Feb 24, 2025 · 0 comments

Comments

@groundnuty
Copy link

In our setup when provisioning a VM on OpenStack, a volume is first created with the image of the OS, from which the VM later boots.

When scaling MachineDeployment, the desired number of OpenstackMachines objects is created at once but regardless of parameters (we use default values):

--openstackcluster-concurrency int       Number of OpenStackClusters to process simultaneously (default 10)
--openstackmachine-concurrency int       Number of OpenStackMachines to process simultaneously (default 10)

the volumes are created sequentially and in turn, the virtual machines are provisioned sequentially as well.
The effect is a long time when scaling from a small to a large number of MachineDeployment replicas.

Is this an intended behaviour of CAPO? Can the concurrency of volume creation be increased?

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

No branches or pull requests

1 participant