Skip to content

Commit

Permalink
updated array configmap sample file (#370)
Browse files Browse the repository at this point in the history
Signed-off-by: Harish P <[email protected]>
Co-authored-by: Surya Gupta <[email protected]>
  • Loading branch information
harishp8889 and suryagupta4 authored Dec 6, 2024
1 parent 88c4329 commit 1c68b13
Showing 1 changed file with 7 additions and 3 deletions.
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,"

0 comments on commit 1c68b13

Please sign in to comment.