Skip to content

Commit

Permalink
review comments addressed, helm installation file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
khareRajshree committed Feb 13, 2023
1 parent 52e4ffc commit d4867cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/csidriver/features/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions content/docs/csidriver/installation/helm/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit d4867cc

Please sign in to comment.