-
Notifications
You must be signed in to change notification settings - Fork 2
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
Release v0.0.4 #83
Merged
Merged
Release v0.0.4 #83
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add useful labels to container tests (e.g. mpi) - Fix the storage variables to only use underscores - Remove the root tests (for now) Signed-off-by: Blake Devcich <[email protected]>
int-test: fix container tests
int-test and the deployed SystemConfiguration were still using dwsv1alpha1 Signed-off-by: Blake Devcich <[email protected]>
**Note**: The existing clientmount services on compute nodes will need to be removed. See below. The nnf-dm and client-mount daemons were being built manually in nnf-deploy rather than making use of their Makefiles. This was causing the versions to sit at 0.0.0 rather than the built in versioning. provided by the Makefiles. In order to support this change, the client-mount service had to be renamed to clientmountd in dws. The binary built by the Makefile and the RPMs is named clientmountd, so nnf-deply looks for an clientmountd.service file - which wouldn't exist without the rename. Any compute node running the old version will need to remove the service before the renamed service will work properly. At LLNL, this should not be an issue since they are already using the clientmountd binary, but they are writing their own service file. Signed-off-by: Blake Devcich <[email protected]>
Signed-off-by: Dean Roehrich <[email protected]>
Signed-off-by: Anthony Floeder <[email protected]>
Signed-off-by: Matt Richerson <[email protected]>
Update submodules for v0.0.4 release
Signed-off-by: Matt Richerson <[email protected]>
matthew-richerson
requested review from
ajfloeder,
roehrich-hpe and
bdevcich
September 8, 2023 18:28
bdevcich
approved these changes
Sep 8, 2023
roehrich-hpe
approved these changes
Sep 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.