Skip to content

Commit 332cba8

Browse files
authored
Merge pull request #22455 from djbrown/portworx-patch-ko
fix portworx io priority parameter name [KO]
2 parents 71d08b0 + 6d100b8 commit 332cba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ provisioner: kubernetes.io/portworx-volume
681681
parameters:
682682
repl: "1"
683683
snap_interval: "70"
684-
io_priority: "high"
684+
priority_io: "high"
685685
686686
```
687687

@@ -690,7 +690,7 @@ parameters:
690690
* `repl`: 레플리케이션 팩터 `1..3` (기본값: `1`)의 형태로 제공될
691691
동기 레플리카의 수. 여기에는 문자열,
692692
즉 `0` 이 아닌, `"0"` 이 필요하다.
693-
* `io_priority`: 볼륨이 고성능 또는 우선 순위가 낮은 스토리지에서
693+
* `priority_io`: 볼륨이 고성능 또는 우선 순위가 낮은 스토리지에서
694694
생성될 것인지를 결정한다 `high/medium/low` (기본값: `low`).
695695
* `snap_interval`: 스냅샷을 트리거할 때의 시각/시간 간격(분).
696696
스냅샷은 이전 스냅샷과의 차이에 따라 증분되며, 0은 스냅을

0 commit comments

Comments
 (0)