-
Notifications
You must be signed in to change notification settings - Fork 8
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
Volume mount fails for NFS mounts for csi-powerstore deployed using csm-operator #167
Conversation
76757ca
to
d8668fd
Compare
@@ -65,6 +65,12 @@ spec: | |||
# Default value: false | |||
- name: X_CSI_HEALTH_MONITOR_ENABLED | |||
value: "false" | |||
# X_CSI_HEALTH_MONITOR_ENABLED: allows to specify additional entries for hostAccess of NFS volumes. Both single IP address and subnet are valid entries. |
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.
@kk3, please correct the env variable name
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.
taken care
@@ -65,6 +65,12 @@ spec: | |||
# Default value: false | |||
- name: X_CSI_HEALTH_MONITOR_ENABLED | |||
value: "false" | |||
# X_CSI_HEALTH_MONITOR_ENABLED: allows to specify additional entries for hostAccess of NFS volumes. Both single IP address and subnet are valid entries. | |||
# Install the 'external-health-monitor' sidecar accordingly. |
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.
Please remove this line as it is not related to this environment variable
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.
take care
a64bf3e
to
ff277af
Compare
@@ -240,7 +240,7 @@ spec: | |||
- name: X_CSI_DRIVER_NAME | |||
value: "csi-powerstore.dellemc.com" | |||
- name: X_CSI_POWERSTORE_EXTERNAL_ACCESS | |||
value: "None" | |||
value: <X_CSI_POWERSTORE_EXTERNAL_ACCESS> |
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.
@karthikk92, should this change be done for 2.4 yaml files as well
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.
take care
@@ -227,7 +227,7 @@ spec: | |||
- name: X_CSI_DRIVER_NAME | |||
value: "csi-powerstore.dellemc.com" | |||
- name: X_CSI_POWERSTORE_EXTERNAL_ACCESS | |||
value: "None" | |||
value: <X_CSI_POWERSTORE_EXTERNAL_ACCESS> |
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.
@karthikk92 , please check if quotes are required or not.. if it is not required please remove for the other environment variables.. Let us be consistent
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.
Quotes are not required here since driver expects without quote and expects empty value. It wont work while testing. So removed quote. Here if quotes are passed it will take as string and expects ip. For other since its required its added , for example for external health monitor its expected with quote "false" or "true" as we can see before configurable parameter this is hard coded with value "false"(with quote) .
Here expected format:
- name: X_CSI_POWERSTORE_EXTERNAL_ACCESS
value:
2a7ad99
365e7a9
to
2a7ad99
Compare
Description
Volume mount fails for NFS mounts for csi-powerstore deployed using csm-operator
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist: