You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/concepts/csidriver/features/powermax.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -842,6 +842,8 @@ spec:
842
842
843
843
The CSI PowerMax driver introduces support for dynamic creation and management of multiple Storage Groups under a single StorageClass. This feature enables scaling beyond the volume limit per SG, ensuring optimal utilization of the PowerMax array’s capacity while maintaining consistent performance characteristics.
844
844
845
+
**Note:** This capability requires PowerMax 10.1.0 or later version
846
+
845
847
#### Multiple Storage Groups per StorageClass
846
848
- A single StorageClass can have multiple SGs associated with it under the same SLO.
Copy file name to clipboardExpand all lines: content/docs/getting-started/installation/installationwizard/src/templates/helm/csm-1.16.2-values.template
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -135,13 +135,13 @@ csi-powermax:
135
135
transportProtocol: "$NODE_TRANSPORT_PROTOCOL"
136
136
useSecret: $REVPROXY_USE_SECRET
137
137
managedArrays: "$POWERMAX_STORAGE_ARRAY_ID"
138
-
version: v2.16.0
138
+
version: v2.16.1
139
139
images:
140
140
# "driver" defines the container image, used for the driver container.
Copy file name to clipboardExpand all lines: content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-isilon-1.16.2.template
Copy file name to clipboardExpand all lines: content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powermax-1.16.2.template
Copy file name to clipboardExpand all lines: content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powerstore-1.16.2.template
0 commit comments