Skip to content

Commit

Permalink
Update storage_csm_powermax_v280.yaml
Browse files Browse the repository at this point in the history
Added changes for volume limits feature
  • Loading branch information
Lakshmi3004 authored and tssushma committed Aug 10, 2023
1 parent 93bcb18 commit a3ceb75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions samples/storage_csm_powermax_v280.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ spec:
# Default value: false
- name: X_CSI_TOPOLOGY_CONTROL_ENABLED
value: "false"
# X_CSI_MAX_VOLUMES_PER_NODE: Defines the maximum PowerMax volumes that the controller can schedule on the node
# Allowed values: Any value greater than or equal to 0
# Default value: "0"
- name: X_CSI_MAX_VOLUMES_PER_NODE
value: "0"
# nodeSelector: Define node selection constraints for node pods.
# For the pod to be eligible to run on a node, the node must have each
# of the indicated key-value pairs as labels.
Expand Down

0 comments on commit a3ceb75

Please sign in to comment.