Blame SOURCES/0114-clear-remote-node-transient.patch

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