Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions daemons/controld/controld_schedulerd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down