From 3661863ec47981c4a00b57fa0d994d91a4e3502b Mon Sep 17 00:00:00 2001 From: Thomas Jones Date: Thu, 21 May 2026 14:46:58 -0400 Subject: [PATCH] Add an error message to controld_sched_timeout() so the fatal error isn't a mystery --- daemons/controld/controld_schedulerd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/daemons/controld/controld_schedulerd.c b/daemons/controld/controld_schedulerd.c index 8a016e432c7..210bd63ecca 100644 --- a/daemons/controld/controld_schedulerd.c +++ b/daemons/controld/controld_schedulerd.c @@ -251,6 +251,7 @@ static mainloop_timer_t *controld_sched_timer = NULL; static gboolean controld_sched_timeout(gpointer user_data) { + crm_err("Timeout waiting for reply from scheduler."); if (AM_I_DC) { /* If this node is the DC but can't communicate with the scheduler, just * exit (and likely get fenced) so this node doesn't interfere with any