Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Daniil Antoshin <[email protected]>
  • Loading branch information
danilrwx committed Dec 12, 2024
1 parent efebc0d commit 0f76fd6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ func (h ResizingHandler) Handle(ctx context.Context, vd *virtv2.VirtualDisk) (re

// Expected disk size is NOT GREATER THAN expected pvc size: no resize needed since downsizing is not possible, and resizing to the same value makes no sense.
switch condition.Reason {

case vdcondition.InProgress.String(), vdcondition.Resized.String():
cb.
Status(metav1.ConditionFalse).
Expand Down

0 comments on commit 0f76fd6

Please sign in to comment.