Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc committed Jun 29, 2023
1 parent bb73e82 commit e0bb0ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/manager/volumes/pvc_modifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ func skipEvictLeaderForSizeModify(actual []ActualVolume) bool {
// not modified by the PVC modifier before (without status size annotation)
quantity := vol.GetStorageSize()
statusSize := quantity.String()
klog.Infof("volume %s/%s: phase %s, old size %s, new size %s", vol.PVC.Namespace, vol.PVC.Name, vol.Phase, statusSize, vol.Desired.Size.String())
if statusSize == vol.Desired.Size.String() {
// special case: skip evict leader (again) as the PVC is in modfiying phase (and the status size annotation is not set yet)
if vol.Phase == VolumePhaseModifying {
Expand Down

0 comments on commit e0bb0ac

Please sign in to comment.