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

updated array configmap sample file #370

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
10 changes: 7 additions & 3 deletions samples/configmap/powermax-array-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ metadata:
namespace: powermax
data:
powermax-array-config.yaml: |
X_CSI_POWERMAX_PORTGROUPS: "" # required for ISCSI
X_CSI_TRANSPORT_PROTOCOL: "" # Defaults to auto
X_CSI_POWERMAX_ENDPOINT: "https://10.0.0.0:1234"
# 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
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"
# List of comma-separated array ID(s) which will be managed by the driver (Required)
X_CSI_MANAGED_ARRAYS: "000000000000,000000000000,"
Loading