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

Add mountOptions for nfs persistent volume #32

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nwallace83
Copy link

@nwallace83 nwallace83 commented Aug 3, 2024

Background:
The Nexus IQ documentation recommends the following options for NFS, however the Helm chart does not allow setting these options in the nfs persistent volume.
vers=4.2, noatime, nodiratime, rsize=1048576, wsize=1048576, timeo=600, retrans=2
source

Proposal:
Add optional mountOptions under .Values.iq_server.persistence.nfs to set these values.

@nwallace83 nwallace83 marked this pull request as ready for review August 3, 2024 23:24
@@ -659,6 +659,7 @@ To upgrade Sonatype IQ Server and ensure a successful data migration, the follow
| `iq_server.persistence.csi.volumeHandle` | Volume handle | `nil` |
| `iq_server.persistence.nfs.server` | NFS server hostname | `nil` |
| `iq_server.persistence.nfs.path` | NFS server path | `/` |
| `iq-server.persitence.nfs.mountOptions` | NFS server mount options | `nil` |
Copy link
Collaborator

Choose a reason for hiding this comment

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

(typo)

Suggested change
| `iq-server.persitence.nfs.mountOptions` | NFS server mount options | `nil` |
| `iq-server.persistence.nfs.mountOptions` | NFS server mount options | `nil` |

Copy link
Collaborator

@mealingr mealingr left a comment

Choose a reason for hiding this comment

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

+1

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.

2 participants