Codebase list pacemaker / 32fa6a5
Log: crmd: mention that graceful remote shutdowns may cause connection failures Ken Gaillot 7 years ago
1 changed file(s) with 5 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
568568 char *now_s = NULL;
569569 time_t now = time(NULL);
570570
571 crm_notice("Graceful proxy shutdown of %s", lrm_state->node_name);
571 crm_notice("%s requested shutdown of its remote connection",
572 lrm_state->node_name);
572573
573574 now_s = crm_itoa(now);
574575 update_attrd(lrm_state->node_name, XML_CIB_ATTR_SHUTDOWN, now_s, NULL, TRUE);
575576 free(now_s);
576577
577578 remote_proxy_ack_shutdown(lrmd);
579
580 crm_warn("Reconnection attempts to %s may result in failures that must be cleared",
581 lrm_state->node_name);
578582 return;
579583
580584 } else if (safe_str_eq(op, LRMD_IPC_OP_NEW)) {