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

Updating default value for X_CSI_TRANSPORT_PROTOCOL #387

Merged
merged 2 commits into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/configmap/powermax-array-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data:
powermax-array-config.yaml: |
# List of comma-separated port groups (ISCSI only). Example: PortGroup1, portGroup2 Required for iSCSI only
X_CSI_POWERMAX_PORTGROUPS: ""
# Choose which transport protocol to use (ISCSI, FC, NVMETCP, auto or None) defaults to auto if nothing is specified
# Choose which transport protocol to use (ISCSI, FC, NVMETCP or auto) defaults to auto if nothing is specified
X_CSI_TRANSPORT_PROTOCOL: ""
# IP address of the Unisphere for PowerMax (Required), Defaults to https://0.0.0.0:8443
X_CSI_POWERMAX_ENDPOINT: "https://10.0.0.0:8443"
Expand Down
Loading