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

Update spare instance number on al2023 docker host #497

Merged

Conversation

peterzhuamazon
Copy link
Member

@peterzhuamazon peterzhuamazon commented Oct 9, 2024

Description

Update spare instance number on al2023 docker host

old: 3 spare * 4 executors = 12 waiting
new: 4 spare * 3 executors = 12 waiting.

That is because the old name for M5 M6g is DOCKER_HOST_EXTRA which is only used for integ.
There used to be DOCKER_HOST with 3 spare, and DOCKER_HOST_EXTRA with 1 spare.
Now I remove old DOCKER_HOST and rename EXTRA to the same name.

Therefore the new DOCKER_HOST needs to have 4 spare instances.

Thanks.

Issues Resolved

opensearch-project/opensearch-build#5082

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Copy link
Member

@gaiksaya gaiksaya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@peterzhuamazon peterzhuamazon merged commit 31c20e6 into opensearch-project:main Oct 9, 2024
3 checks passed
@peterzhuamazon peterzhuamazon deleted the update-spare-instance branch October 9, 2024 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants