From a3ceb752ab2bc3a4a8b1cde943a30d2ac3749d04 Mon Sep 17 00:00:00 2001 From: Lakshmi3004 <104620771+Lakshmi3004@users.noreply.github.com> Date: Fri, 4 Aug 2023 13:09:43 +0530 Subject: [PATCH] Update storage_csm_powermax_v280.yaml Added changes for volume limits feature --- samples/storage_csm_powermax_v280.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/samples/storage_csm_powermax_v280.yaml b/samples/storage_csm_powermax_v280.yaml index 66a036f53..604dbbe38 100644 --- a/samples/storage_csm_powermax_v280.yaml +++ b/samples/storage_csm_powermax_v280.yaml @@ -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.