Skip to content

Commit 37cf280

Browse files
committed
fix: improve message about skipping full-refresh
1 parent 7f8c909 commit 37cf280

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

engine/internal/retrieval/retrieval.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,8 @@ func (r *Retrieval) FullRefresh(ctx context.Context) error {
587587
}
588588
r.State.addAlert(alert)
589589
r.tm.SendEvent(ctx, telemetry.AlertEvent, alert)
590-
log.Msg(alert.Message)
590+
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.")
591592

592593
return nil
593594
}

0 commit comments

Comments
 (0)