uuid 95 daemons/attrd/attrd_commands.c free(a->uuid); uuid 107 daemons/attrd/attrd_commands.c xmlNode *parent, const char *name, const char *set, const char *uuid, unsigned int timeout_ms, const char *user, uuid 114 daemons/attrd/attrd_commands.c crm_xml_add(xml, PCMK__XA_ATTR_UUID, uuid); uuid 153 daemons/attrd/attrd_commands.c a->uuid = crm_element_value_copy(xml, PCMK__XA_ATTR_UUID); uuid 651 daemons/attrd/attrd_commands.c build_attribute_xml(sync, a->id, a->set, a->uuid, a->timeout_ms, a->user, a->is_private, uuid 714 daemons/attrd/attrd_commands.c if (dup && (dup->uuid == NULL)) { uuid 755 daemons/attrd/attrd_commands.c build_attribute_xml(sync, a->id, a->set, a->uuid, a->timeout_ms, a->user, a->is_private, uuid 873 daemons/attrd/attrd_commands.c build_attribute_xml(sync, attr, a->set, a->uuid, a->timeout_ms, a->user, uuid 919 daemons/attrd/attrd_commands.c known_peer->uname, known_peer->uuid); uuid 1124 daemons/attrd/attrd_commands.c if (a->uuid) { uuid 1125 daemons/attrd/attrd_commands.c crm_xml_set_id(xml_obj, "%s", a->uuid); uuid 1257 daemons/attrd/attrd_commands.c if (peer->uuid == NULL) { uuid 1268 daemons/attrd/attrd_commands.c peer->uname, peer->uuid, peer->id, v->nodeid); uuid 1269 daemons/attrd/attrd_commands.c build_update_element(xml_top, a, peer->uuid, v->current); uuid 1291 daemons/attrd/attrd_commands.c a->id, (a->uuid? a->uuid : "n/a"), (a->set? a->set : "n/a")); uuid 1301 daemons/attrd/attrd_commands.c a->id, (a->uuid? a->uuid : "n/a"), (a->set? a->set : "n/a")); uuid 83 daemons/attrd/pacemaker-attrd.h char *uuid; /* TODO: Remove if at all possible */ uuid 229 daemons/controld/controld_callbacks.c crm_action_t *down = match_down_event(node->uuid); uuid 281 daemons/controld/controld_callbacks.c fail_incompletable_actions(transition_graph, node->uuid); uuid 74 daemons/controld/controld_control.c fsa_our_uuid = cluster->uuid; uuid 75 daemons/controld/controld_control.c if(cluster->uuid == NULL) { uuid 830 daemons/controld/controld_execd.c crm_xml_add(xml_data, XML_ATTR_ID, peer->uuid); uuid 2441 daemons/controld/controld_execd.c const char *uuid = NULL; uuid 2450 daemons/controld/controld_execd.c uuid = fsa_our_uuid; uuid 2454 daemons/controld/controld_execd.c uuid = node_name; uuid 2458 daemons/controld/controld_execd.c CRM_LOG_ASSERT(uuid != NULL); uuid 2459 daemons/controld/controld_execd.c if(uuid == NULL) { uuid 2464 daemons/controld/controld_execd.c crm_xml_add(iter, XML_ATTR_UUID, uuid); uuid 2469 daemons/controld/controld_execd.c crm_xml_add(iter, XML_ATTR_ID, uuid); uuid 173 daemons/controld/controld_fencing.c send_stonith_update(crm_action_t *action, const char *target, const char *uuid) uuid 188 daemons/controld/controld_fencing.c CRM_CHECK(uuid != NULL, return); uuid 203 daemons/controld/controld_fencing.c if (peer->uuid == NULL) { uuid 204 daemons/controld/controld_fencing.c crm_info("Recording uuid '%s' for node '%s'", uuid, target); uuid 205 daemons/controld/controld_fencing.c peer->uuid = strdup(uuid); uuid 222 daemons/controld/controld_fencing.c crm_xml_add(node_state, XML_ATTR_UUID, uuid); uuid 340 daemons/controld/controld_fencing.c const char *uuid = crm_peer_uuid(target_node); uuid 343 daemons/controld/controld_fencing.c send_stonith_update(NULL, target, uuid); uuid 515 daemons/controld/controld_fencing.c const char *uuid = NULL; uuid 524 daemons/controld/controld_fencing.c uuid = crm_peer_uuid(peer); uuid 529 daemons/controld/controld_fencing.c send_stonith_update(NULL, st_event->target, uuid); uuid 561 daemons/controld/controld_fencing.c send_stonith_update(NULL, st_event->target, uuid); uuid 713 daemons/controld/controld_fencing.c char *uuid = NULL; uuid 734 daemons/controld/controld_fencing.c CRM_CHECK(decode_transition_key(userdata, &uuid, &transition_id, &stonith_id, NULL), uuid 737 daemons/controld/controld_fencing.c if (transition_graph->complete || stonith_id < 0 || !pcmk__str_eq(uuid, te_uuid, pcmk__str_casei) uuid 752 daemons/controld/controld_fencing.c const char *uuid = crm_element_value(action->xml, XML_LRM_ATTR_TARGET_UUID); uuid 772 daemons/controld/controld_fencing.c send_stonith_update(action, target, uuid); uuid 807 daemons/controld/controld_fencing.c free(uuid); uuid 830 daemons/controld/controld_fencing.c const char *uuid = NULL; uuid 839 daemons/controld/controld_fencing.c uuid = crm_element_value(action->xml, XML_LRM_ATTR_TARGET_UUID); uuid 843 daemons/controld/controld_fencing.c CRM_CHECK(uuid != NULL, invalid_action = TRUE); uuid 145 daemons/controld/controld_join_dc.c current_join_id, member->uuid); uuid 53 daemons/controld/controld_membership.c if(node && node->uuid) { uuid 54 daemons/controld/controld_membership.c fail_incompletable_actions(transition_graph, node->uuid); uuid 243 daemons/controld/controld_membership.c if (node->uuid uuid 244 daemons/controld/controld_membership.c && pcmk__str_eq(node->uuid, node_uuid, pcmk__str_casei) uuid 319 daemons/controld/controld_membership.c crm_trace("Creating node entry for %s/%s", node->uname, node->uuid); uuid 320 daemons/controld/controld_membership.c if(node->uuid && node->uname) { uuid 325 daemons/controld/controld_membership.c crm_xml_add(new_node, XML_ATTR_ID, node->uuid); uuid 332 daemons/controld/controld_membership.c node->uname, node->uuid); uuid 336 daemons/controld/controld_membership.c fsa_register_cib_callback(call_id, FALSE, strdup(node->uuid), uuid 479 daemons/controld/controld_messages.c const char *client_name, const char *ref, const char *uuid) uuid 486 daemons/controld/controld_messages.c client_name, field, (ref? ref : "none"), uuid); uuid 494 daemons/controld/controld_messages.c client_name, field, version, (ref? ref : "none"), uuid); uuid 524 daemons/controld/controld_messages.c const char *uuid = (curr_client? curr_client->id : proxy_session); uuid 526 daemons/controld/controld_messages.c if (uuid == NULL) { uuid 542 daemons/controld/controld_messages.c CRM_XS " ref=%s uuid=%s", (ref? ref : "none"), uuid); uuid 546 daemons/controld/controld_messages.c uuid)) { uuid 550 daemons/controld/controld_messages.c uuid)) { uuid 862 daemons/controld/controld_messages.c crm_xml_add(reply, XML_ATTR_UUID, node->uuid); uuid 66 daemons/controld/controld_te_events.c router_uuid = node->uuid; uuid 1492 daemons/fenced/pacemaker-fenced.c stonith_our_uuid = cluster.uuid; uuid 57 include/crm/cib/util.h int query_node_uuid(cib_t * the_cib, const char *uname, char **uuid, int *is_remote_node); uuid 59 include/crm/cib/util.h int query_node_uname(cib_t * the_cib, const char *uuid, char **uname); uuid 61 include/crm/cib/util.h int set_standby(cib_t * the_cib, const char *uuid, const char *scope, const char *standby_value); uuid 58 include/crm/cluster.h char *uuid; // Node UUID to ensure uniqueness uuid 77 include/crm/cluster.h char *uuid; uuid 163 include/crm/cluster.h const char *crm_peer_uname(const char *uuid); uuid 223 include/crm/common/ipc.h xmlNode *create_hello_message(const char *uuid, const char *client_name, uuid 68 include/crm/common/ipc_controld.h const char *uuid; uuid 123 include/crm/common/util.h gboolean decode_transition_key(const char *key, char **uuid, int *transition_id, uuid 125 include/crm/common/util.h gboolean decode_transition_magic(const char *magic, char **uuid, uuid 62 include/crm/pengine/internal.h "Action", (action)->uuid, \ uuid 71 include/crm/pengine/internal.h "Action", (action)->uuid, \ uuid 96 include/crm/pengine/internal.h "Action", (action)->uuid, \ uuid 105 include/crm/pengine/internal.h "Action", (action)->uuid, \ uuid 128 include/crm/pengine/internal.h (gr_action)->uuid, graph_flags, \ uuid 135 include/crm/pengine/internal.h (gr_action)->uuid, graph_flags, \ uuid 455 include/crm/pengine/internal.h extern pe_action_t *find_first_action(GListPtr input, const char *uuid, const char *task, uuid 396 include/crm/pengine/pe_types.h char *uuid; uuid 399 lib/cib/cib_attrs.c get_uuid_from_result(xmlNode *result, char **uuid, int *is_remote) uuid 451 lib/cib/cib_attrs.c if (uuid) { uuid 452 lib/cib/cib_attrs.c *uuid = strdup(parsed_uuid); uuid 484 lib/cib/cib_attrs.c query_node_uuid(cib_t * the_cib, const char *uname, char **uuid, int *is_remote_node) uuid 493 lib/cib/cib_attrs.c if (uuid) { uuid 494 lib/cib/cib_attrs.c *uuid = NULL; uuid 504 lib/cib/cib_attrs.c rc = get_uuid_from_result(xml_search, uuid, is_remote_node); uuid 516 lib/cib/cib_attrs.c crm_info("Mapped node name '%s' to UUID %s", uname, (uuid? *uuid : "")); uuid 522 lib/cib/cib_attrs.c query_node_uname(cib_t * the_cib, const char *uuid, char **uname) uuid 531 lib/cib/cib_attrs.c CRM_ASSERT(uuid != NULL); uuid 554 lib/cib/cib_attrs.c if (pcmk__str_eq(uuid, child_name, pcmk__str_casei)) { uuid 570 lib/cib/cib_attrs.c set_standby(cib_t * the_cib, const char *uuid, const char *scope, const char *standby_value) uuid 575 lib/cib/cib_attrs.c CRM_CHECK(uuid != NULL, return -EINVAL); uuid 580 lib/cib/cib_attrs.c attr_id = crm_strdup_printf("transient-standby-%.256s", uuid); uuid 584 lib/cib/cib_attrs.c attr_id = crm_strdup_printf("standby-%.256s", uuid); uuid 587 lib/cib/cib_attrs.c rc = update_attr_delegate(the_cib, cib_sync_call, scope, uuid, NULL, NULL, uuid 32 lib/cluster/cluster.c char *uuid = NULL; uuid 39 lib/cluster/cluster.c } else if (peer->uuid) { uuid 40 lib/cluster/cluster.c return peer->uuid; uuid 46 lib/cluster/cluster.c uuid = get_corosync_uuid(peer); uuid 56 lib/cluster/cluster.c peer->uuid = uuid; uuid 57 lib/cluster/cluster.c return peer->uuid; uuid 178 lib/cluster/cluster.c crm_peer_uname(const char *uuid) uuid 183 lib/cluster/cluster.c CRM_CHECK(uuid != NULL, return NULL); uuid 186 lib/cluster/cluster.c if (g_hash_table_lookup(crm_remote_peer_cache, uuid)) { uuid 187 lib/cluster/cluster.c return uuid; uuid 193 lib/cluster/cluster.c if(node->uuid && strcasecmp(node->uuid, uuid) == 0) { uuid 204 lib/cluster/cluster.c uint32_t id = (uint32_t) crm_parse_ll(uuid, NULL); uuid 209 lib/cluster/cluster.c crm_err("Invalid node id: %s", uuid); uuid 213 lib/cluster/cluster.c crm_info("Setting uuid for node %s[%u] to '%s'", node->uname, node->id, uuid); uuid 214 lib/cluster/cluster.c node->uuid = strdup(uuid); uuid 415 lib/cluster/corosync.c cluster->uuid = get_corosync_uuid(peer); uuid 306 lib/cluster/election.c crm_xml_add(vote, F_CRM_ELECTION_OWNER, our_node->uuid); uuid 545 lib/cluster/election.c && pcmk__str_eq(our_node->uuid, vote.election_owner, uuid 103 lib/cluster/membership.c node->uuid = strdup(node_name); uuid 104 lib/cluster/membership.c if (node->uuid == NULL) { uuid 111 lib/cluster/membership.c g_hash_table_replace(crm_remote_peer_cache, node->uuid, node); uuid 384 lib/cluster/membership.c free(node->uuid); uuid 705 lib/cluster/membership.c if(node->uuid == NULL) { uuid 706 lib/cluster/membership.c const char *uuid = crm_peer_uuid(node); uuid 708 lib/cluster/membership.c if (uuid) { uuid 709 lib/cluster/membership.c crm_info("Node %u has uuid %s", id, uuid); uuid 1051 lib/cluster/membership.c if(strcasecmp(node->uuid, id) == 0) { uuid 1086 lib/cluster/membership.c } else if (id && by_name->uuid uuid 1087 lib/cluster/membership.c && pcmk__str_eq(id, by_name->uuid, pcmk__str_casei)) { uuid 1126 lib/cluster/membership.c node->uuid = strdup(id); uuid 1127 lib/cluster/membership.c CRM_ASSERT(node->uuid != NULL); uuid 104 lib/common/ipc_controld.c data->data.node_info.uuid = crm_element_value(msg_data, XML_ATTR_UUID); uuid 633 lib/common/ipc_controld.c create_hello_message(const char *uuid, const char *client_name, uuid 639 lib/common/ipc_controld.c if (pcmk__str_empty(uuid) || pcmk__str_empty(client_name) uuid 644 lib/common/ipc_controld.c uuid? uuid : "unknown"); uuid 651 lib/common/ipc_controld.c "Message data creation failed", client_name, uuid); uuid 658 lib/common/ipc_controld.c crm_xml_add(hello_node, "client_uuid", uuid); uuid 660 lib/common/ipc_controld.c hello = create_request(CRM_OP_HELLO, hello_node, NULL, NULL, client_name, uuid); uuid 663 lib/common/ipc_controld.c "Request creation failed", client_name, uuid); uuid 668 lib/common/ipc_controld.c crm_trace("Created hello message from %s (UUID %s)", client_name, uuid); uuid 254 lib/common/operations.c decode_transition_magic(const char *magic, char **uuid, int *transition_id, int *action_id, uuid 287 lib/common/operations.c result = decode_transition_key(key, uuid, transition_id, action_id, uuid 317 lib/common/operations.c decode_transition_key(const char *key, char **uuid, int *transition_id, int *action_id, uuid 326 lib/common/operations.c if (uuid) { uuid 327 lib/common/operations.c *uuid = NULL; uuid 348 lib/common/operations.c if (uuid) { uuid 349 lib/common/operations.c *uuid = strdup(local_uuid); uuid 350 lib/common/operations.c CRM_ASSERT(*uuid); uuid 500 lib/common/utils.c unsigned char uuid[16]; uuid 503 lib/common/utils.c uuid_generate(uuid); uuid 504 lib/common/utils.c uuid_unparse(uuid, buffer); uuid 2043 lib/common/xml.c char *uuid = crm_generate_uuid(); uuid 2045 lib/common/xml.c f = crm_strdup_printf("%s/%s", pcmk__get_tmpdir(), uuid); uuid 2047 lib/common/xml.c free(uuid); uuid 140 lib/pacemaker/pcmk_sched_allocate.c action->uuid, action->node ? action->node->details->uname : "[none]", uuid 1817 lib/pacemaker/pcmk_sched_allocate.c pe_rsc_trace(rsc, "LH-Side was: %s", lh_action->uuid); uuid 1825 lib/pacemaker/pcmk_sched_allocate.c pe_rsc_trace(rsc, "Detected dangling operation %s -> %s", lh_action->uuid, uuid 1840 lib/pacemaker/pcmk_sched_allocate.c crm_warn("Unrunnable %s 0x%.6x", rh_action_iter->uuid, type); uuid 1842 lib/pacemaker/pcmk_sched_allocate.c crm_warn("neither %s 0x%.6x", rh_action_iter->uuid, type); uuid 1959 lib/pacemaker/pcmk_sched_allocate.c action->task, action->uuid, uuid 2123 lib/pacemaker/pcmk_sched_allocate.c action->task, action->uuid, uuid 2320 lib/pacemaker/pcmk_sched_allocate.c crm_trace("Container ordering for %s", action->uuid); uuid 2324 lib/pacemaker/pcmk_sched_allocate.c crm_trace("Remote ordering for %s", action->uuid); uuid 2459 lib/pacemaker/pcmk_sched_allocate.c lh_action ? lh_action->uuid : lh_action_task, uuid 2460 lib/pacemaker/pcmk_sched_allocate.c rh_action ? rh_action->uuid : rh_action_task, uuid 2510 lib/pacemaker/pcmk_sched_allocate.c probe->uuid, uuid 2512 lib/pacemaker/pcmk_sched_allocate.c after->uuid, uuid 2604 lib/pacemaker/pcmk_sched_allocate.c after->uuid, uuid 2606 lib/pacemaker/pcmk_sched_allocate.c after_wrapper->action->uuid, uuid 2755 lib/pacemaker/pcmk_sched_allocate.c crm_trace("Testing %s -> %s (%p) for %s", first->uuid, before->action->uuid, before->action->rsc, start->uuid); uuid 2763 lib/pacemaker/pcmk_sched_allocate.c crm_trace("Not a start op %s for %s", first->uuid, start->uuid); uuid 2770 lib/pacemaker/pcmk_sched_allocate.c crm_trace("Same parent %s for %s", first_rsc->id, start->uuid); uuid 2774 lib/pacemaker/pcmk_sched_allocate.c crm_trace("Not a clone %s for %s", first_rsc->id, start->uuid); uuid 2778 lib/pacemaker/pcmk_sched_allocate.c crm_err("Applying %s before %s %d", first->uuid, start->uuid, uber_parent(first_rsc)->variant); uuid 2783 lib/pacemaker/pcmk_sched_allocate.c crm_err("Ordering %s before %s", first->uuid, probe->uuid); uuid 3004 lib/pacemaker/pcmk_sched_allocate.c action->uuid); uuid 650 lib/pacemaker/pcmk_sched_bundle.c if (pcmk__ends_with(first->uuid, "_stopped_0") uuid 651 lib/pacemaker/pcmk_sched_bundle.c || pcmk__ends_with(first->uuid, "_demoted_0")) { uuid 666 lib/pacemaker/pcmk_sched_bundle.c crm_debug("No match found for %s (%d / %s / %s)", then_child->id, current, first->uuid, then->uuid); uuid 752 lib/pacemaker/pcmk_sched_bundle.c first_action->uuid, uuid 754 lib/pacemaker/pcmk_sched_bundle.c then_action->uuid, uuid 787 lib/pacemaker/pcmk_sched_bundle.c crm_trace("Not interleaving %s with %s (both must be resources)", first->uuid, then->uuid); uuid 790 lib/pacemaker/pcmk_sched_bundle.c crm_trace("Not interleaving %s with %s (must belong to different resources)", first->uuid, then->uuid); uuid 793 lib/pacemaker/pcmk_sched_bundle.c crm_trace("Not interleaving %s with %s (both sides must be clones or bundles)", first->uuid, then->uuid); uuid 797 lib/pacemaker/pcmk_sched_bundle.c if (pcmk__ends_with(then->uuid, "_stop_0") uuid 798 lib/pacemaker/pcmk_sched_bundle.c || pcmk__ends_with(then->uuid, "_demote_0")) { uuid 807 lib/pacemaker/pcmk_sched_bundle.c first->uuid, then->uuid, interleave ? "yes" : "no", rsc->id); uuid 820 lib/pacemaker/pcmk_sched_bundle.c crm_trace("%s -> %s", first->uuid, then->uuid); uuid 722 lib/pacemaker/pcmk_sched_clone.c pe_rsc_trace(rsc, "Skipping optional: %s", action->uuid); uuid 727 lib/pacemaker/pcmk_sched_clone.c pe_rsc_trace(rsc, "Skipping unrunnable: %s", action->uuid); uuid 731 lib/pacemaker/pcmk_sched_clone.c pe_rsc_trace(rsc, "Stopping due to: %s", action->uuid); uuid 737 lib/pacemaker/pcmk_sched_clone.c action->uuid, uuid 741 lib/pacemaker/pcmk_sched_clone.c pe_rsc_trace(rsc, "Starting due to: %s", action->uuid); uuid 743 lib/pacemaker/pcmk_sched_clone.c action->uuid, uuid 1178 lib/pacemaker/pcmk_sched_clone.c char *key = action->uuid; uuid 1227 lib/pacemaker/pcmk_sched_clone.c node ? node->details->uname : "none", child_action?child_action->uuid:"NA"); uuid 1233 lib/pacemaker/pcmk_sched_clone.c pe_rsc_trace(child, "%s is mandatory because of %s", action->uuid, uuid 1234 lib/pacemaker/pcmk_sched_clone.c child_action->uuid); uuid 1245 lib/pacemaker/pcmk_sched_clone.c pe_rsc_trace(action->rsc, "%s is not runnable because no children are", action->uuid); uuid 1603 lib/pacemaker/pcmk_sched_constraints.c lh_rsc?lh_rsc->id:"NA", lh_action_task?lh_action_task:"NA", lh_action?lh_action->uuid:"NA", uuid 1604 lib/pacemaker/pcmk_sched_constraints.c rh_rsc?rh_rsc->id:"NA", rh_action_task?rh_action_task:"NA", rh_action?rh_action->uuid:"NA"); uuid 1618 lib/pacemaker/pcmk_sched_constraints.c order->lh_action_task = strdup(lh_action->uuid); uuid 1622 lib/pacemaker/pcmk_sched_constraints.c order->rh_action_task = strdup(rh_action->uuid); uuid 65 lib/pacemaker/pcmk_sched_graph.c char *uuid = NULL; uuid 115 lib/pacemaker/pcmk_sched_graph.c uuid = pcmk__notify_key(rid, "confirmed-post", task2text(task + 1)); uuid 118 lib/pacemaker/pcmk_sched_graph.c uuid = pcmk__op_key(rid, task2text(task + 1), 0); uuid 120 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(rsc, "Converted %s -> %s", old_uuid, uuid); uuid 124 lib/pacemaker/pcmk_sched_graph.c if (uuid == NULL) { uuid 125 lib/pacemaker/pcmk_sched_graph.c uuid = strdup(old_uuid); uuid 134 lib/pacemaker/pcmk_sched_graph.c return uuid; uuid 158 lib/pacemaker/pcmk_sched_graph.c char *uuid = NULL; uuid 160 lib/pacemaker/pcmk_sched_graph.c uuid = convert_non_atomic_uuid(action->uuid, rsc, notify, FALSE); uuid 161 lib/pacemaker/pcmk_sched_graph.c if (uuid) { uuid 162 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(rsc, "Converting %s to %s %d", action->uuid, uuid, uuid 164 lib/pacemaker/pcmk_sched_graph.c result = find_first_action(rsc->actions, uuid, NULL, NULL); uuid 166 lib/pacemaker/pcmk_sched_graph.c crm_err("Couldn't expand %s to %s in %s", action->uuid, uuid, rsc->id); uuid 169 lib/pacemaker/pcmk_sched_graph.c free(uuid); uuid 220 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "implies right: %s then %s: changed", first->uuid, then->uuid); uuid 222 lib/pacemaker/pcmk_sched_graph.c crm_trace("implies right: %s then %s %p", first->uuid, then->uuid, then->rsc); uuid 234 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "restart: %s then %s: changed", first->uuid, then->uuid); uuid 236 lib/pacemaker/pcmk_sched_graph.c crm_trace("restart: %s then %s", first->uuid, then->uuid); uuid 249 lib/pacemaker/pcmk_sched_graph.c first->uuid, pcmk_is_set(first_flags, pe_action_optional), uuid 250 lib/pacemaker/pcmk_sched_graph.c then->uuid, pcmk_is_set(then_flags, pe_action_optional)); uuid 257 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "implies left: %s then %s: changed", first->uuid, then->uuid); uuid 260 lib/pacemaker/pcmk_sched_graph.c first->uuid, pcmk_is_set(first_flags, pe_action_optional), uuid 261 lib/pacemaker/pcmk_sched_graph.c then->uuid, pcmk_is_set(then_flags, pe_action_optional)); uuid 276 lib/pacemaker/pcmk_sched_graph.c first->uuid, then->uuid); uuid 278 lib/pacemaker/pcmk_sched_graph.c crm_trace("implies left when right rsc is Master role: %s then %s", first->uuid, uuid 279 lib/pacemaker/pcmk_sched_graph.c then->uuid); uuid 304 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "runnable_one_or_more: %s then %s: changed", first->uuid, uuid 305 lib/pacemaker/pcmk_sched_graph.c then->uuid); uuid 307 lib/pacemaker/pcmk_sched_graph.c crm_trace("runnable_one_or_more: %s then %s", first->uuid, then->uuid); uuid 318 lib/pacemaker/pcmk_sched_graph.c first->uuid, then->uuid, first->rsc->id); uuid 323 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "Enforcing %s then %s", first->uuid, then->uuid); uuid 330 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "runnable: %s then %s: changed", first->uuid, then->uuid); uuid 332 lib/pacemaker/pcmk_sched_graph.c crm_trace("runnable: %s then %s", first->uuid, then->uuid); uuid 344 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "then unrunnable: %s then %s", first->uuid, then->uuid); uuid 350 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "runnable: %s then %s: changed", first->uuid, then->uuid); uuid 352 lib/pacemaker/pcmk_sched_graph.c crm_trace("runnable: %s then %s", first->uuid, then->uuid); uuid 364 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "optional: %s then %s: changed", first->uuid, then->uuid); uuid 366 lib/pacemaker/pcmk_sched_graph.c crm_trace("optional: %s then %s", first->uuid, then->uuid); uuid 378 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "optional: %s then %s: changed", first->uuid, then->uuid); uuid 380 lib/pacemaker/pcmk_sched_graph.c crm_trace("optional: %s then %s", first->uuid, then->uuid); uuid 391 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "optional: %s then %s: changed", first->uuid, then->uuid); uuid 393 lib/pacemaker/pcmk_sched_graph.c crm_trace("optional: %s then %s", first->uuid, then->uuid); uuid 406 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "asymmetrical: %s then %s: changed", first->uuid, then->uuid); uuid 408 lib/pacemaker/pcmk_sched_graph.c crm_trace("asymmetrical: %s then %s", first->uuid, then->uuid); uuid 416 lib/pacemaker/pcmk_sched_graph.c crm_trace("%s implies %s printed", first->uuid, then->uuid); uuid 424 lib/pacemaker/pcmk_sched_graph.c crm_trace("%s implies %s printed", then->uuid, first->uuid); uuid 442 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "unmanaged left: %s then %s: changed", first->uuid, then->uuid); uuid 444 lib/pacemaker/pcmk_sched_graph.c crm_trace("unmanaged left: %s then %s", first->uuid, then->uuid); uuid 528 lib/pacemaker/pcmk_sched_graph.c then->uuid, uuid 570 lib/pacemaker/pcmk_sched_graph.c crm_trace("First: Found node %s for %s", first_node->details->uname, first->uuid); uuid 577 lib/pacemaker/pcmk_sched_graph.c crm_trace("Then: Found node %s for %s", then_node->details->uname, then->uuid); uuid 586 lib/pacemaker/pcmk_sched_graph.c other->action->uuid, first_node->details->uname, uuid 587 lib/pacemaker/pcmk_sched_graph.c then->uuid, then_node->details->uname); uuid 611 lib/pacemaker/pcmk_sched_graph.c crm_trace("Ordering %s after %s instead of %s", then->uuid, first->uuid, uuid 612 lib/pacemaker/pcmk_sched_graph.c other->action->uuid); uuid 619 lib/pacemaker/pcmk_sched_graph.c then->uuid, uuid 624 lib/pacemaker/pcmk_sched_graph.c first->uuid, uuid 662 lib/pacemaker/pcmk_sched_graph.c other->action->uuid, then->uuid, first->uuid, then->uuid); uuid 671 lib/pacemaker/pcmk_sched_graph.c first->uuid, uuid 695 lib/pacemaker/pcmk_sched_graph.c then->uuid, uuid 732 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(action->rsc, "Skipping %s: maintenance mode", action->uuid); uuid 736 lib/pacemaker/pcmk_sched_graph.c action->uuid, node->details->uname); uuid 745 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(action->rsc, "Skipping %s: unmanaged", action->uuid); uuid 749 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(action->rsc, "Ordering %s before shutdown on %s", action->uuid, uuid 1089 lib/pacemaker/pcmk_sched_graph.c CRM_CHECK(n_type != NULL, crm_err("No notify type value found for %s", action->uuid)); uuid 1091 lib/pacemaker/pcmk_sched_graph.c crm_err("No notify operation value found for %s", action->uuid)); uuid 1103 lib/pacemaker/pcmk_sched_graph.c CRM_CHECK(clone_key != NULL, crm_err("Could not generate a key for %s", action->uuid)); uuid 1105 lib/pacemaker/pcmk_sched_graph.c crm_xml_add(action_xml, "internal_" XML_LRM_ATTR_TASK_KEY, action->uuid); uuid 1109 lib/pacemaker/pcmk_sched_graph.c crm_xml_add(action_xml, XML_LRM_ATTR_TASK_KEY, action->uuid); uuid 1337 lib/pacemaker/pcmk_sched_graph.c crm_trace("Action %s (%d) already dumped", action->uuid, action->id); uuid 1370 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, uuid 1371 lib/pacemaker/pcmk_sched_graph.c wrapper->action->uuid, wrapper->action->id); uuid 1379 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id); uuid 1385 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id); uuid 1398 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, action->rsc->id); uuid 1412 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id); uuid 1419 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, action->node->details->uname); uuid 1425 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, action->node->details->uname); uuid 1430 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id); uuid 1440 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id); uuid 1499 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, uuid 1500 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); uuid 1505 lib/pacemaker/pcmk_sched_graph.c && !pcmk__str_eq(input->action->uuid, CRM_OP_PROBED, pcmk__str_casei)) { uuid 1508 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, uuid 1509 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); uuid 1516 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, uuid 1517 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); uuid 1524 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, uuid 1525 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); uuid 1532 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, uuid 1533 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); uuid 1540 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, uuid 1541 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); uuid 1546 lib/pacemaker/pcmk_sched_graph.c && pcmk__ends_with(input->action->uuid, "_stop_0")) { uuid 1549 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, uuid 1550 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); uuid 1568 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, uuid 1569 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id, uuid 1580 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, uuid 1581 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id, uuid 1590 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, uuid 1591 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); uuid 1601 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, uuid 1602 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id, uuid 1611 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, uuid 1612 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); uuid 1621 lib/pacemaker/pcmk_sched_graph.c && pcmk__ends_with(input->action->uuid, "_stop_0") uuid 1625 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, action->uuid); uuid 1634 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, uuid 1635 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); uuid 1640 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, uuid 1641 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id, uuid 1658 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, uuid 1660 lib/pacemaker/pcmk_sched_graph.c action->uuid, uuid 1673 lib/pacemaker/pcmk_sched_graph.c action->uuid, uuid 1675 lib/pacemaker/pcmk_sched_graph.c init_action->uuid, uuid 1684 lib/pacemaker/pcmk_sched_graph.c action->uuid, uuid 1686 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, uuid 1689 lib/pacemaker/pcmk_sched_graph.c init_action->uuid, uuid 1709 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, uuid 1711 lib/pacemaker/pcmk_sched_graph.c action->uuid, uuid 1766 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id, uuid 1767 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id); uuid 153 lib/pacemaker/pcmk_sched_group.c pe_rsc_trace(action->rsc, "Based on %s the group is stopping", action->uuid); uuid 158 lib/pacemaker/pcmk_sched_group.c pe_rsc_trace(action->rsc, "Based on %s the group is starting", action->uuid); uuid 397 lib/pacemaker/pcmk_sched_group.c pe_rsc_trace(action->rsc, "%s is mandatory because of %s", action->uuid, uuid 398 lib/pacemaker/pcmk_sched_group.c child_action->uuid); uuid 407 lib/pacemaker/pcmk_sched_group.c pe_rsc_trace(action->rsc, "%s is not runnable because of %s", action->uuid, uuid 408 lib/pacemaker/pcmk_sched_group.c child_action->uuid); uuid 416 lib/pacemaker/pcmk_sched_group.c action->uuid, task_s, child->id); uuid 766 lib/pacemaker/pcmk_sched_native.c start->uuid); uuid 840 lib/pacemaker/pcmk_sched_native.c key = mon->uuid; uuid 842 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s\t %s (optional)", node_uname, mon->uuid); uuid 847 lib/pacemaker/pcmk_sched_native.c node_uname, mon->uuid); uuid 853 lib/pacemaker/pcmk_sched_native.c node_uname, mon->uuid); uuid 1037 lib/pacemaker/pcmk_sched_native.c crm_trace("%s then %s on %s", probe->uuid, stopped_mon->uuid, stop_node->details->uname); uuid 1058 lib/pacemaker/pcmk_sched_native.c crm_str(stop_node_uname), stopped_mon->uuid); uuid 1084 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s\t %s (optional)", crm_str(stop_node_uname), stopped_mon->uuid); uuid 1089 lib/pacemaker/pcmk_sched_native.c crm_str(stop_node_uname), stopped_mon->uuid); uuid 1548 lib/pacemaker/pcmk_sched_native.c rsc->id, unfence->uuid); uuid 1566 lib/pacemaker/pcmk_sched_native.c NULL, strdup(unfence->uuid), unfence, uuid 1569 lib/pacemaker/pcmk_sched_native.c custom_action_order(NULL, strdup(unfence->uuid), unfence, uuid 2111 lib/pacemaker/pcmk_sched_native.c first->uuid, then->uuid, reason); uuid 2146 lib/pacemaker/pcmk_sched_native.c first->uuid, first->node ? first->node->details->uname : "[none]", uuid 2147 lib/pacemaker/pcmk_sched_native.c first->flags, then->uuid, then->flags); uuid 2175 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset optional and runnable on %s", then->uuid); uuid 2185 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(first->rsc, "Unset optional on %s because of %s", first->uuid, then->uuid); uuid 2194 lib/pacemaker/pcmk_sched_native.c first->uuid, then->uuid); uuid 2208 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(first->rsc, "Unset migrate runnable on %s because of %s", first->uuid, then->uuid); uuid 2211 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset optional on %s because of %s", first->uuid, then->uuid); uuid 2221 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset runnable on %s because %s is neither runnable or migratable", first->uuid, then->uuid); uuid 2226 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset optional on %s because %s is not optional", first->uuid, then->uuid); uuid 2237 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset pseudo on %s because %s is not runnable", then->uuid, first->uuid); uuid 2246 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset runnable on %s because of %s", then->uuid, first->uuid); uuid 2258 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset optional on %s because of %s", then->uuid, first->uuid); uuid 2271 lib/pacemaker/pcmk_sched_native.c then->uuid, then->node ? then->node->details->uname : "[none]", then->flags, uuid 2272 lib/pacemaker/pcmk_sched_native.c then_flags, first->uuid, first->flags); uuid 2284 lib/pacemaker/pcmk_sched_native.c first->uuid, first->node ? first->node->details->uname : "[none]", uuid 2285 lib/pacemaker/pcmk_sched_native.c first->flags, first_flags, then->uuid, then->flags); uuid 2391 lib/pacemaker/pcmk_sched_native.c __func__, lineno, stop->uuid); \ uuid 3213 lib/pacemaker/pcmk_sched_native.c pe_rsc_debug(rsc, "Ordering %s after %s recovery", action->uuid, uuid 3291 lib/pacemaker/pcmk_sched_native.c action->uuid, (order_implicit? "after" : "because"), uuid 3368 lib/pacemaker/pcmk_sched_native.c action->uuid, target->details->uname); uuid 224 lib/pacemaker/pcmk_sched_notif.c pe_rsc_trace(rsc, "Skipping notification for %s: not runnable", op->uuid); uuid 231 lib/pacemaker/pcmk_sched_notif.c pe_rsc_trace(rsc, "Creating notify actions for %s: %s (%s-%s)", op->uuid, rsc->id, value, task); uuid 241 lib/pacemaker/pcmk_sched_notif.c pe_rsc_trace(rsc, "Ordering %s before %s (%d->%d)", op->uuid, trigger->uuid, trigger->id, uuid 275 lib/pacemaker/pcmk_sched_notif.c pe_rsc_trace(rsc, "Skipping %s: interval", mon->uuid); uuid 278 lib/pacemaker/pcmk_sched_notif.c pe_rsc_trace(rsc, "Skipping %s: cancel", mon->uuid); uuid 800 lib/pacemaker/pcmk_sched_notif.c crm_info("Creating secondary notification for %s", action->uuid); uuid 167 lib/pacemaker/pcmk_sched_transition.c inject_node_state(cib_t * cib_conn, const char *node, const char *uuid) uuid 191 lib/pacemaker/pcmk_sched_transition.c if (uuid == NULL) { uuid 194 lib/pacemaker/pcmk_sched_transition.c found_uuid = strdup(uuid); uuid 630 lib/pacemaker/pcmk_sched_transition.c char *uuid = crm_element_value_copy(action->xml, XML_LRM_ATTR_TARGET_UUID); uuid 640 lib/pacemaker/pcmk_sched_transition.c free(node); free(uuid); uuid 675 lib/pacemaker/pcmk_sched_transition.c cib_node = inject_node_state(fake_cib, node, (router_node? node : uuid)); uuid 682 lib/pacemaker/pcmk_sched_transition.c free(node); free(uuid); uuid 745 lib/pacemaker/pcmk_sched_transition.c free(node); free(uuid); uuid 313 lib/pacemaker/pcmk_sched_utils.c crm_debug("Processing %s", op->uuid); uuid 393 lib/pacemaker/pcmk_sched_utils.c desc, action->id, action->uuid, uuid 413 lib/pacemaker/pcmk_sched_utils.c desc, action->id, action->uuid, uuid 373 lib/pengine/failcounts.c rsc->id, node->details->uname, reason, clear->uuid); uuid 2964 lib/pengine/unpack.c fail2text(action->on_fail), action->uuid, key); uuid 500 lib/pengine/utils.c action->uuid, uuid 525 lib/pengine/utils.c action->uuid = strdup(key); uuid 545 lib/pengine/utils.c g_hash_table_insert(data_set->singletons, action->uuid, action); uuid 599 lib/pengine/utils.c action->uuid); uuid 606 lib/pengine/utils.c action->uuid, action->node->details->uname, rsc->id); uuid 617 lib/pengine/utils.c action->uuid, action->node->details->uname); uuid 629 lib/pengine/utils.c action->uuid, action->node->details->uname); uuid 642 lib/pengine/utils.c action->uuid, action->node->details->uname); uuid 646 lib/pengine/utils.c action->uuid, action->node->details->uname); uuid 655 lib/pengine/utils.c crm_trace("Action %s requires only stonith", action->uuid); uuid 660 lib/pengine/utils.c action->uuid, action->node->details->uname); uuid 667 lib/pengine/utils.c action->uuid, action->node->details->uname); uuid 1036 lib/pengine/utils.c "monitor's timeout '%s'", action->uuid, value); uuid 1110 lib/pengine/utils.c "overriding default", action->uuid, value); uuid 1138 lib/pengine/utils.c pe_rsc_trace(action->rsc, "%s requires %s", action->uuid, value); uuid 1156 lib/pengine/utils.c "valid when fencing is disabled", action->uuid); uuid 1254 lib/pengine/utils.c action->uuid, value); uuid 1276 lib/pengine/utils.c action->uuid, role2text(action->fail_role)); uuid 1440 lib/pengine/utils.c free(action->uuid); uuid 1465 lib/pengine/utils.c crm_trace("(null) Found: %s", action->uuid); uuid 1471 lib/pengine/utils.c crm_trace("Found: %s", action->uuid); uuid 1503 lib/pengine/utils.c find_first_action(GListPtr input, const char *uuid, const char *task, pe_node_t * on_node) uuid 1507 lib/pengine/utils.c CRM_CHECK(uuid || task, return NULL); uuid 1512 lib/pengine/utils.c if (uuid != NULL && !pcmk__str_eq(uuid, action->uuid, pcmk__str_casei)) { uuid 1543 lib/pengine/utils.c if (!pcmk__str_eq(key, action->uuid, pcmk__str_casei)) { uuid 1544 lib/pengine/utils.c crm_trace("%s does not match action %s", key, action->uuid); uuid 1590 lib/pengine/utils.c key, action->uuid); uuid 1592 lib/pengine/utils.c } else if (!pcmk__str_eq(key, action->uuid, pcmk__str_casei)) { uuid 1593 lib/pengine/utils.c crm_trace("Desired action %s doesn't match %s", key, action->uuid); uuid 1897 lib/pengine/utils.c crm_trace("Ordering Action %s before %s", lh_action->uuid, rh_action->uuid); uuid 2644 lib/pengine/utils.c flags, action->uuid, (reason? reason->uuid : "0")); uuid 2682 lib/pengine/utils.c action->uuid, action->reason, crm_str(reason)); uuid 2686 lib/pengine/utils.c action->uuid, crm_str(reason)); uuid 1558 tools/crm_resource_runtime.c crm_notice("Waiting for %s (flags=0x%.8x)", a->uuid, a->flags); uuid 1583 tools/crm_resource_runtime.c fprintf(stderr, "\tAction %d: %s", a->id, a->uuid); uuid 577 tools/crm_simulate.c action_name = crm_strdup_printf("%s%s %s", prefix, action->uuid, action_host); uuid 583 tools/crm_simulate.c action_name = crm_strdup_printf("%s", action->uuid); uuid 617 tools/crm_simulate.c crm_trace("Action %d: %s %s %p", action->id, action_name, action->uuid, action);