Skip to content

Commit 7db45a4

Browse files
authored
Merge pull request #22456 from djbrown/portworx-patch-zh
fix portworx io priority parameter name [ZH]
2 parents ee3647b + 6b13eae commit 7db45a4

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)