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

Cannot set unix permission for Azure NetApp File volumes during creation #666

Closed
eyanghometrust opened this issue Nov 3, 2021 · 1 comment

Comments

@eyanghometrust
Copy link

Describe the solution you'd like
A clear and concise description of what you want to happen.
During our recent deployment of SAS Viya 4 using AKS, Azure NetApp File and trident provisioner for NFS volumes, we noticed that the pvc that was created by trident has a default permission of 770. SAS requires 777 on the mount point in order to install the application. But we noticed we are not able to set the unix permission in trident backend or storage class that uses trident as provisioner.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
The concern is that trident is not able to change the unix permission of mountpoint while it's creating pvc on Azure Netapp File.
We had to either change the permission to 777 manually after the pvc and mountpoint is created or using different NFS provisioner.

Additional context
Add any other context or screenshots about the feature request here.

@balaramesh
Copy link
Contributor

@eyanghometrust this has been fixed with commit 809f0d and is available with the 22.01 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants