File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
common/mayastor/volume_resize Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,14 @@ import (
1010)
1111
1212var (
13- DefTimeoutSecs = 120 // in seconds
14- DefSleepTime = 30 // in seconds
15- DefFioCompletionTime = 420 // in seconds
16- DefPollTimeSecs = 5 // in seconds
17- InsufficientStorageError = "507 Insufficient Storage"
18- PvcShrinkErrorSubString = " Forbidden: field can not be less than previous value"
19- SnapshotVolumeResizeError = "Volume can't be resized while it has snapshots, or it's a snapshot restore"
13+ DefTimeoutSecs = 120 // in seconds
14+ DefSleepTime = 30 // in seconds
15+ DefFioCompletionTime = 420 // in seconds
16+ DefPollTimeSecs = 5 // in seconds
17+ InsufficientStorageError = "507 Insufficient Storage"
18+ PvcShrinkErrorSubString = " Forbidden: field can not be less than previous value"
19+ PvcShrinkErrorSubStringLatest = " Forbidden: field can not be less than status.capacity"
20+ SnapshotVolumeResizeError = "Volume can't be resized while it has snapshots, or it's a snapshot restore"
2021)
2122
2223// VerifyVolumeResize verify:
You can’t perform that action at this time.
0 commit comments