From b7869158619cb046bfc48f6e7558465a47269259 Mon Sep 17 00:00:00 2001 From: Sakshi Garg Date: Mon, 16 Dec 2024 11:22:01 +0530 Subject: [PATCH 1/2] Updating default value for X_CSI_TRANSPORT_PROTOCOL --- samples/configmap/powermax-array-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/configmap/powermax-array-config.yaml b/samples/configmap/powermax-array-config.yaml index 645b2117..083c5a71 100644 --- a/samples/configmap/powermax-array-config.yaml +++ b/samples/configmap/powermax-array-config.yaml @@ -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, 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" From 38d5364ffbb76cc29028a354b64d93c10be87eea Mon Sep 17 00:00:00 2001 From: Sakshi Garg Date: Mon, 16 Dec 2024 16:54:10 +0530 Subject: [PATCH 2/2] Updating default value for X_CSI_TRANSPORT_PROTOCOL --- samples/configmap/powermax-array-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/configmap/powermax-array-config.yaml b/samples/configmap/powermax-array-config.yaml index 083c5a71..afda5887 100644 --- a/samples/configmap/powermax-array-config.yaml +++ b/samples/configmap/powermax-array-config.yaml @@ -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) 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"