Skip to content

Commit 6b13eae

Browse files
committed
fix portworx io priority parameter name
update `io_priority` to `priority_io` see https://docs.portworx.com/portworx-install-with-kubernetes/storage-operations/create-pvcs/dynamic-provisioning/ Name: priority_io Description: IO Priority: low|medium|high Example: priority_io: “high”
1 parent 4b61de1 commit 6b13eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/concepts/storage/storage-classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ provisioner: kubernetes.io/portworx-volume
10401040
parameters:
10411041
repl: "1"
10421042
snap_interval: "70"
1043-
io_priority: "high"
1043+
priority_io: "high"
10441044
10451045
```
10461046

@@ -1050,7 +1050,7 @@ parameters:
10501050
* `repl`: number of synchronous replicas to be provided in the form of
10511051
replication factor `1..3` (default: `1`) A string is expected here i.e.
10521052
`"1"` and not `1`.
1053-
* `io_priority`: determines whether the volume will be created from higher
1053+
* `priority_io`: determines whether the volume will be created from higher
10541054
performance or a lower priority storage `high/medium/low` (default: `low`).
10551055
* `snap_interval`: clock/time interval in minutes for when to trigger snapshots.
10561056
Snapshots are incremental based on difference with the prior snapshot, 0

0 commit comments

Comments
 (0)