Skip to content

Commit

Permalink
PowerFlex QoS settings docs fix (#429)
Browse files Browse the repository at this point in the history
* PowerFlex QoS settings docs fix
  • Loading branch information
khareRajshree authored and rajkumar-palani committed Mar 9, 2023
1 parent 3a1eb3c commit 1cf80b2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions content/docs/csidriver/features/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,23 +642,23 @@ To accomplish this, two new parameters are introduced in the storage class: band
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: vxflexos
annotations:
storageclass.kubernetes.io/is-default-class: "true"
name: vxflexos
annotations:
storageclass.kubernetes.io/is-default-class: "true"
provisioner: csi-vxflexos.dellemc.com
reclaimPolicy: Delete
allowVolumeExpansion: true
parameters:
storagepool: <STORAGE_POOL> # Insert Storage pool
systemID: <SYSTEM_ID> # Insert System ID
bandwidthLimitInKbps: <BANDWIDTH_LIMIT_IN_KBPS> # Insert bandwidth limit in Kbps
iopsLimit: <IOPS_LIMIT> # Insert iops limit
csi.storage.k8s.io/fstype: ext4
storagepool: "pool2" # Insert Storage pool
systemID: <SYSTEM_ID> # Insert System ID
bandwidthLimitInKbps: "10240" # Insert bandwidth limit in Kbps
iopsLimit: "11" # Insert iops limit
csi.storage.k8s.io/fstype: ext4
volumeBindingMode: WaitForFirstConsumer
allowedTopologies:
- matchLabelExpressions:
- key: csi-vxflexos.dellemc.com/<SYSTEM_ID> # Insert System ID
values:
- csi-vxflexos.dellemc.com
- matchLabelExpressions:
- key: csi-vxflexos.dellemc.com/<SYSTEM_ID> # Insert System ID
values:
- csi-vxflexos.dellemc.com
```
Once the volume gets created, the ControllerPublishVolume will set the QoS limits for the volumes mapped to SDC.

0 comments on commit 1cf80b2

Please sign in to comment.