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

Fix ClientMount Columns + Add AllReady rollup #196

Merged
merged 2 commits into from
Apr 23, 2024

Conversation

bdevcich
Copy link
Contributor

The current ClientMount columns are not working. The Status.Mounts.Ready fields need to be rolled up into one status to get these to work.

The current ClientMount columns are not working. The Status.Mounts.Ready
fields need to be rolled up into one status to get these to work.

Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
@@ -278,16 +278,8 @@ spec:
subresources:
status: {}
- additionalPrinterColumns:
- description: mounted/unmounted
Copy link
Contributor

Choose a reason for hiding this comment

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

Ready tells us something, but without the desired state we don't know if they are mounted or not. Don't you think we need these?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll add that back. The current state is tricking since we'd need to roll that up, so that's why I took these out. But desired state is straight forward.

Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
@bdevcich bdevcich merged commit d92c9aa into master Apr 23, 2024
2 checks passed
@bdevcich bdevcich deleted the fix-clientmount-colums branch April 23, 2024 15:21
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