-
Notifications
You must be signed in to change notification settings - Fork 24
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
Fsgrouppolicy pscale #48
Conversation
helm/csi-isilon/values.yaml
Outdated
@@ -59,6 +59,16 @@ kubeletConfigDir: /var/lib/kubelet | |||
# Default value: false | |||
enableCustomTopology: false | |||
|
|||
# fsGroupPolicy: This is defined in Driver's spec. Supports three different mode which defines volume modification and ownership change upon mount operation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you rephrase this sentence to: "Defines if the underlying volume supports changing ownership and permission of the volume before being mounted."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
helm/csi-isilon/values.yaml
Outdated
# Allowed values: | ||
# ReadWriteOnceWithFSType: supports volume ownership and permissions change only if the fsType is defined | ||
# and the volume's accessModes contains ReadWriteOnce | ||
# File: kubernetes may use Kubernetes may use fsGroup to change permissions and ownership of the volume |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Repeated "kubernetes may use", please correct
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
corrected
Description
Made fsGroupPolicy configurable for csi-powerscale
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