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

Make CVMFS fix configurable #498

Merged

Conversation

NilsKrattinger
Copy link
Contributor

@NilsKrattinger NilsKrattinger commented Aug 12, 2024

Add a option to not deploy the CVMFS-fix.
Add ability to restart nodeplugin even if deployed on other namespace
Add condition to not create the cvmfs-fix configmap if CVMFS isn't used / deployed as CSI for refdata.

Close #494.
Impact #441.

Copy link
Member

@nuwang nuwang left a comment

Choose a reason for hiding this comment

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

Thanks for this fix @NilsKrattinger. My only suggestion is that we add the deployPostInstallFix flag only, and remove the externalCvmfsNamespace option. This fix was never meant to be permanent, just a temporary workaround till the upstream csi chart is fixed. I think it's preferable to simply document the steps or manually restart the csi pods instead.

galaxy/templates/rbac-fix-cvmfs.yaml Outdated Show resolved Hide resolved
@NilsKrattinger
Copy link
Contributor Author

@nuwang, I have removed the ability to restart the external Nodepluing CVMFS.

Changes:

  • Add a option to not deploy the CVMFS-fix. ``
  • Add condition to not create the cvmfs-fix configmap if CVMFS isn't used / deployed as CSI for refdata.

Close #494.

@nuwang
Copy link
Member

nuwang commented Aug 13, 2024

@NilsKrattinger Thanks for the changes. @ksuderman is also investigating whether this may have been fixed upstream, and hopefully he has some good news to share.

@nuwang nuwang merged commit b2d7627 into galaxyproject:master Aug 13, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

post-install-cvmfs-fix dosent-work when CVMFS is deployed as external dependency
2 participants