File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkg/scheduler/framework/plugins/volumerestrictions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ const (
54
54
55
55
// ErrReasonDiskConflict is used for NoDiskConflict predicate error.
56
56
ErrReasonDiskConflict = "node(s) had no available disk"
57
- // ErrReasonReadWriteOncePodConflict is used when a pod is found using the same PVC with the ReadWriteOncePod access mode .
58
- ErrReasonReadWriteOncePodConflict = "node has pod using PersistentVolumeClaim with the same name and ReadWriteOncePod access mode "
57
+ // ErrReasonReadWriteOncePodConflict is used when a PVC with ReadWriteOncePod access mode is already in-use by another pod .
58
+ ErrReasonReadWriteOncePodConflict = "node(s) unavailable due to PersistentVolumeClaim with ReadWriteOncePod access mode already in-use by another pod "
59
59
)
60
60
61
61
// preFilterState computed at PreFilter and used at Filter.
You can’t perform that action at this time.
0 commit comments