diff --git a/content/docs/csidriver/features/powerflex.md b/content/docs/csidriver/features/powerflex.md index cfc8093efd..b32d9c9eb5 100644 --- a/content/docs/csidriver/features/powerflex.md +++ b/content/docs/csidriver/features/powerflex.md @@ -700,7 +700,7 @@ Now based on these two keys, there are certain scenarios on which the driver is ## Pre-approving SDC by GUID -Starting in version 2.6, the CSI Driver for PowerFlex now supports renaming the SDCs. +Starting in version 2.6, the CSI Driver for PowerFlex now supports pre-approving SDC by GUID. CSI PowerFlex driver should be able to detect/read the SDC mode from the PowerFlex array and determine whether requests for SDC approval be made to the array prior to publishing a volume. This is specific to each SDC. ```yaml diff --git a/content/docs/csidriver/installation/helm/powerflex.md b/content/docs/csidriver/installation/helm/powerflex.md index 7d219de6b2..94c06d5fe8 100644 --- a/content/docs/csidriver/installation/helm/powerflex.md +++ b/content/docs/csidriver/installation/helm/powerflex.md @@ -203,6 +203,10 @@ Use the below command to replace or update the secret: | healthMonitor.enabled | Enable/Disable health monitor of CSI volumes- volume usage, volume condition | No | false | | nodeSelector | Defines what nodes would be selected for pods of node daemonset. Leave as blank to use all nodes. | Yes | " " | | tolerations | Defines tolerations that would be applied to node daemonset. Leave as blank to install node driver only on worker nodes. | Yes | " " | +| **renameSDC** | This section allows the rename operation for SDC. | - | - | +| enabled | A boolean that enable/disable rename SDC feature. | No | false | +| prefix | Defines a string for the prefix of the SDC. | No | " " | +| approveSDC.enabled | A boolean that enable/disable SDC approval feature. | No | false | | **monitor** | This section allows the configuration of the SDC monitoring pod. | - | - | | enabled | Set to enable the usage of the monitoring pod. | Yes | false | | hostNetwork | Set whether the monitor pod should run on the host network or not. | Yes | true |