We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f8c909 + 37cf280 commit 48f7518Copy full SHA for 48f7518
engine/internal/retrieval/retrieval.go
@@ -587,7 +587,8 @@ func (r *Retrieval) FullRefresh(ctx context.Context) error {
587
}
588
r.State.addAlert(alert)
589
r.tm.SendEvent(ctx, telemetry.AlertEvent, alert)
590
- log.Msg(alert.Message)
+ log.Msg(alert.Message + ". Hint: Check that there is at least one pool that does not have clones running. " +
591
+ "Refresh can be performed only to a pool without clones.")
592
593
return nil
594
0 commit comments