--- a/crmd/remote_lrmd_ra.c 2016-06-11 14:59:00.658320677 -0500 +++ b/crmd/remote_lrmd_ra.c 2016-06-11 15:18:40.284860853 -0500 @@ -484,6 +484,9 @@ update_attrd_remote_node_removed(lrm_state->node_name, NULL); /* delete pending ops when ever the remote connection is intentionally stopped */ g_hash_table_remove_all(lrm_state->pending_ops); + /* Purge node's operation history and transient attributes from CIB */ + erase_status_tag(lrm_state->node_name, XML_CIB_TAG_LRM, cib_quorum_override); + erase_status_tag(lrm_state->node_name, XML_TAG_TRANSIENT_NODEATTRS, cib_quorum_override); } else { /* we no longer hold the history if this connection has been migrated */ lrm_state_reset_tables(lrm_state);