Adding Host Based NFS for Powerstore#450
Conversation
| VolumeCapability: &csi.VolumeCapability{ | ||
| AccessType: &csi.VolumeCapability_Mount{ | ||
| Mount: &csi.VolumeCapability_MountVolume{ | ||
| MountFlags: []string{"rw"}, |
There was a problem hiding this comment.
question: Should this be configurable?
There was a problem hiding this comment.
I think @bharathsreekanth is looking into the permission here to be configurable, and needs confirmation from PM?
|
@xuluna Do not merge this before I merge my PR onto this branch. Please. |
| # Optional: false | ||
| # Default value: None | ||
| arrayID: globalID | ||
| csi-nfs: RWX |
There was a problem hiding this comment.
Question: Does this override the accessMode provided in PVC ?
To enhance clarity, it might be helpful to consider using a more descriptive name, such as csi-nfs-accessMode: RWX
There was a problem hiding this comment.
It doesn't change the access mode of the pvc. Just for the NFS export.
Merging this branch will not change overall coverage
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|
Description
Adding host based NFS feature for Powerstore.
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist:
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration