Skip to content

Commit f0d7803

Browse files
committed
K8SPSMDB-1472 sts updates forbidden, logs fixes
1 parent ed0939b commit f0d7803

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/controller/perconaservermongodb/volume_autoscaling.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ func (r *ReconcilePerconaServerMongoDB) shouldTriggerResize(
140140
config := cr.Spec.StorageAutoscaling()
141141

142142
if usage.UsagePercent < config.TriggerThresholdPercent {
143-
log.V(1).Info("usage below threshold",
144-
"usage", usage.UsagePercent,
145-
"threshold", config.TriggerThresholdPercent)
146143
return false
147144
}
148145

0 commit comments

Comments
 (0)