File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh/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 @@ -1040,7 +1040,7 @@ provisioner: kubernetes.io/portworx-volume
1040
1040
parameters:
1041
1041
repl: "1"
1042
1042
snap_interval: "70"
1043
- io_priority : "high"
1043
+ priority_io : "high"
1044
1044
1045
1045
` ` `
1046
1046
@@ -1050,7 +1050,7 @@ parameters:
1050
1050
* `repl`: number of synchronous replicas to be provided in the form of
1051
1051
replication factor `1..3` (default : ` 1` ) A string is expected here i.e.
1052
1052
` "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
1054
1054
performance or a lower priority storage `high/medium/low` (default : ` low` ).
1055
1055
* `snap_interval`: clock/time interval in minutes for when to trigger snapshots.
1056
1056
Snapshots are incremental based on difference with the prior snapshot, 0
You can’t perform that action at this time.
0 commit comments