Skip to content

Commit

Permalink
fixed the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
khareRajshree committed Feb 13, 2023
1 parent e2050ba commit da0d817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/csidriver/features/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ Once the volume gets created, the ControllerPublishVolume will set the QoS limit

Starting in version 2.6, the CSI Driver for PowerFlex now supports renaming of SDC. To use this feature, the node section of values.yaml should have renameSDC keys enabled with a prefix value.

If you want to rename the SDC, please make the following edits to your values file at `yaml csi-vxflexos/helm/csi-vxflexos/values.yaml:`
If you want to rename the SDC, please make the following edits to your values file at `csi-vxflexos/helm/csi-vxflexos/values.yaml:`
```yaml
# "node" allows to configure node specific parameters
node:
Expand Down Expand Up @@ -704,7 +704,7 @@ Now based on these two keys, there are certain scenarios on which the driver is
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.

If you want to get the SDC pre-approved by GUID, please make the following edits to your values file at `yaml csi-vxflexos/helm/csi-vxflexos/values.yaml:`
If you want to get the SDC pre-approved by GUID, please make the following edits to your values file at `csi-vxflexos/helm/csi-vxflexos/values.yaml:`
```yaml
# "node" allows to configure node specific parameters
node:
Expand Down

0 comments on commit da0d817

Please sign in to comment.