Skip to content

Commit a3e6fd7

Browse files
committed
remove_comment
1 parent e2632d0 commit a3e6fd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/scheduler/framework/plugins/volumezone/volume_zone.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ func (pl *VolumeZone) getPersistentVolumeClaimNameFromPod(pod *v1.Pod) []string
312312

313313
// isSchedulableAfterPersistentVolumeClaimChange is invoked whenever a PersistentVolumeClaim added or updated.
314314
// It checks whether the change of PVC has made a previously unschedulable pod schedulable.
315-
// A PVC becoming bound or using a WaitForFirstConsumer storageclass can cause the pod to become schedulable.
316315
func (pl *VolumeZone) isSchedulableAfterPersistentVolumeClaimChange(logger klog.Logger, pod *v1.Pod, oldObj, newObj interface{}) (framework.QueueingHint, error) {
317316
_, modifiedPVC, err := util.As[*v1.PersistentVolumeClaim](oldObj, newObj)
318317
if err != nil {

0 commit comments

Comments
 (0)