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

Release v0.1.5 #291

Merged
merged 14 commits into from
Apr 3, 2024
Merged

Release v0.1.5 #291

merged 14 commits into from
Apr 3, 2024

Conversation

ajfloeder
Copy link
Contributor

No description provided.

roehrich-hpe and others added 14 commits March 1, 2024 14:14
Add channel semaphores to serialize the startup of the NLC reconcilers that
are using EC.  Add locks to each reconciler to block its Reconcile() until
it has completed its Start().

Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
The NnfStorageProfile/placeholder resource is meant to be an example resource
and should not be marked as default.

Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
Add a dummy channel semaphore to satisfy the reconciler's Start() so it can
release the Reconcile() method. These semaphores are being used by the
nnf-node-manager controller and aren't needed here in the clientmountd.

Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
- Moved `getRabbitRelativePath` to its own function for testability
- `getRabbitRelativePath` now preserves trailing slashes for the path
- Fixed issue with `splitStagingArgumentIntoNameAndPath` assuming a
  leading slash
- Added unit tests for `splitStagingArgumentIntoNameAndPath` and `getRabbitRelativePath`

Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
The k8s-go community broke a few things this morning, our time.

Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
#286)


Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
This ensures that any existing pools are imported and present after a
reboot of the rabbit node.

Tested by:
1. Create lustre workflow and transition to PostRun
2. Reboot the rabbit-node prior to Teardown
3. Once rebooted, verify that zool list includes pools
4. Verify log contains "Imported all available zpools"

1. Do #1 from above.
2. Transition to Teardown and then very quickly reboot the rabbit node
   (`ssh rabbit-node-2 reboot`).
3. Once rabbit node reboots, workflow will transition to Teardown
   complete.
4. Verify #4 above.
5. Verify `zpool list` as no pools left.

Signed-off-by: Blake Devcich <blake.devcich@hpe.com>

moved import to NnfNodeECData.Start()

Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
- Wait for VG to show up in the OS before trying to lock it

Signed-off-by: Anthony Floeder <anthony.floeder@hpe.com>
Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
Signed-off-by: Anthony Floeder <anthony.floeder@hpe.com>
@ajfloeder ajfloeder merged commit 19c7600 into releases/v0 Apr 3, 2024
4 checks passed
@ajfloeder ajfloeder deleted the release-v0.1.5 branch April 3, 2024 18:19
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.

None yet

3 participants