File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -686,7 +686,7 @@ provisioner: kubernetes.io/portworx-volume
686
686
parameters:
687
687
repl: "1"
688
688
snap_interval: "70"
689
- io_priority : "high"
689
+ priority_io : "high"
690
690
691
691
` ` `
692
692
@@ -695,7 +695,7 @@ parameters:
695
695
* `repl`: number of synchronous replicas to be provided in the form of
696
696
replication factor `1..3` (default : ` 1` ) A string is expected here i.e.
697
697
` "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
699
699
performance or a lower priority storage `high/medium/low` (default : ` low` ).
700
700
* `snap_interval`: clock/time interval in minutes for when to trigger snapshots.
701
701
Snapshots are incremental based on difference with the prior snapshot, 0
You can’t perform that action at this time.
0 commit comments