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

Auto check binding #110

Merged
merged 7 commits into from
May 31, 2024
Merged

Auto check binding #110

merged 7 commits into from
May 31, 2024

Conversation

yuema137
Copy link
Contributor

As discussed in this slack thread, the instability of mounting affects the performance of env_starter and batchq.
To avoid manually modifying the codes based on the variant status of servers, a better practice is to put all possible bindings and image locations in those two modules and do an automatic check to avoid problematic ones. By doing that, we can guarantee that users will get all of the possible resources without touching the inner side of the tools. The implementation of image location checking was done in #108, and here, we also added a similar function to the binding.

The unit tests are also updated accordingly. I have run the tests on midway2, midway3 and dali and on all servers they are working well.

@yuema137 yuema137 merged commit 061b783 into master May 31, 2024
1 check passed
@yuema137 yuema137 deleted the auto_check_binding branch May 31, 2024 19:21
Copy link
Contributor

@dachengx dachengx left a comment

Choose a reason for hiding this comment

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

Why this is needed?

@DonNabla DonNabla mentioned this pull request Jul 8, 2024
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

Successfully merging this pull request may close these issues.

3 participants