Skip to content

Commit 9866538

Browse files
authored
Merge pull request #22454 from djbrown/portworx-patch-en
fix portworx io priority parameter name [EN]
2 parents 7db45a4 + a644a09 commit 9866538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ provisioner: kubernetes.io/portworx-volume
686686
parameters:
687687
repl: "1"
688688
snap_interval: "70"
689-
io_priority: "high"
689+
priority_io: "high"
690690
691691
```
692692

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

0 commit comments

Comments
 (0)