Skip to content

Commit

Permalink
New tag
Browse files Browse the repository at this point in the history
Signed-off-by: bmordeha <[email protected]>
  • Loading branch information
Barakmor1 committed Sep 19, 2023
1 parent 901a669 commit 2c802ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mtq-controller/vmmrq-controller/vmmrq-controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func (ctrl *VmmrqController) updateVmmrq(old, cur interface{}) {
}
}
}
if !atLeastOneMigration { //should update vmmrq.status even if there aren't any blocked migrations
if !atLeastOneMigration { //should update vmmrq.status even if there aren't any blocked migrations.
ctrl.migrationQueue.Add(curVmmrq.Namespace + "/fake")
}
return
Expand Down

0 comments on commit 2c802ee

Please sign in to comment.