id 72 daemons/attrd/attrd_commands.c crm_trace("Dampen interval expired for %s", a->id); id 93 daemons/attrd/attrd_commands.c free(a->id); id 139 daemons/attrd/attrd_commands.c crm_trace("Clear seen flag %s[%s] = %s.", a->id, v->nodename, v->current); id 151 daemons/attrd/attrd_commands.c a->id = crm_element_value_copy(xml, PCMK__XA_ATTR_NAME); id 160 daemons/attrd/attrd_commands.c crm_trace("Performing all %s operations as user '%s'", a->id, a->user); id 165 daemons/attrd/attrd_commands.c crm_trace("Created attribute %s with delay %dms (%s)", a->id, dampen, value); id 167 daemons/attrd/attrd_commands.c crm_trace("Created attribute %s with no delay", a->id); id 172 daemons/attrd/attrd_commands.c a->timer = mainloop_timer_add(a->id, a->timeout_ms, FALSE, attribute_timer_cb, a); id 174 daemons/attrd/attrd_commands.c crm_warn("Ignoring invalid delay %s for attribute %s", value, a->id); id 177 daemons/attrd/attrd_commands.c g_hash_table_replace(attributes, a->id, a); id 465 daemons/attrd/attrd_commands.c attrd_client_query(pcmk__client_t *client, uint32_t id, uint32_t flags, id 498 daemons/attrd/attrd_commands.c int rc = pcmk__ipc_send_xml(client, id, reply, flags); id 650 daemons/attrd/attrd_commands.c crm_debug("Syncing %s[%s] = %s to %s", a->id, v->nodename, v->current, peer?peer->uname:"everyone"); id 651 daemons/attrd/attrd_commands.c build_attribute_xml(sync, a->id, a->set, a->uuid, a->timeout_ms, a->user, a->is_private, id 681 daemons/attrd/attrd_commands.c crm_debug("Removed %s[%s] for peer %s", a->id, host, source); id 752 daemons/attrd/attrd_commands.c crm_trace("Syncing %s[%s] = %s to everyone.(from local only attributes)", a->id, v->nodename, v->current); id 755 daemons/attrd/attrd_commands.c build_attribute_xml(sync, a->id, a->set, a->uuid, a->timeout_ms, a->user, a->is_private, id 758 daemons/attrd/attrd_commands.c crm_trace("Local attribute(%s[%s] = %s) was ignore.(another host) : [%s]", a->id, v->nodename, v->current, attrd_cluster->uname); id 1030 daemons/attrd/attrd_commands.c call_id, a->id, pcmk_strerror(rc), rc); id 1034 daemons/attrd/attrd_commands.c do_crm_log(level, "* %s[%s]=%s", a->id, peer, v->requested); id 1070 daemons/attrd/attrd_commands.c a->timer = mainloop_timer_add(a->id, 2000, FALSE, id 1098 daemons/attrd/attrd_commands.c crm_trace("Skipping unchanged attribute %s", a->id); id 1127 daemons/attrd/attrd_commands.c crm_xml_set_id(xml_obj, "%s-%s", set, a->id); id 1129 daemons/attrd/attrd_commands.c crm_xml_add(xml_obj, XML_NVPAIR_ATTR_NAME, a->id); id 1168 daemons/attrd/attrd_commands.c a->id, at->current); id 1170 daemons/attrd/attrd_commands.c a->id, at->nodename, at->current, at->nodeid, rc); id 1194 daemons/attrd/attrd_commands.c crm_info("Write out of '%s' continuing: update %d considered lost", a->id, a->update); id 1198 daemons/attrd/attrd_commands.c crm_info("Write out of '%s' delayed: update %d in progress", a->id, a->update); id 1207 daemons/attrd/attrd_commands.c crm_debug("Write out of '%s': timer is running but ignore delay", a->id); id 1209 daemons/attrd/attrd_commands.c crm_info("Write out of '%s' delayed: timer is running", a->id); id 1240 daemons/attrd/attrd_commands.c a->id, v->nodename, v->current); id 1245 daemons/attrd/attrd_commands.c if (peer->id && (v->nodeid == 0)) { id 1246 daemons/attrd/attrd_commands.c crm_trace("Learned ID %u for node %s", peer->id, v->nodename); id 1247 daemons/attrd/attrd_commands.c v->nodeid = peer->id; id 1261 daemons/attrd/attrd_commands.c a->id, v->nodename, v->current); id 1267 daemons/attrd/attrd_commands.c a->id, v->nodename, v->current, id 1268 daemons/attrd/attrd_commands.c peer->uname, peer->uuid, peer->id, v->nodeid); id 1291 daemons/attrd/attrd_commands.c a->id, (a->uuid? a->uuid : "n/a"), (a->set? a->set : "n/a")); id 1301 daemons/attrd/attrd_commands.c a->id, (a->uuid? a->uuid : "n/a"), (a->set? a->set : "n/a")); id 1305 daemons/attrd/attrd_commands.c strdup(a->id), id 225 daemons/attrd/pacemaker-attrd.c uint32_t id = 0; id 237 daemons/attrd/pacemaker-attrd.c xml = pcmk__client_data2xml(client, data, &id, &flags); id 256 daemons/attrd/pacemaker-attrd.c attrd_send_ack(client, id, flags); id 260 daemons/attrd/pacemaker-attrd.c attrd_send_ack(client, id, flags); id 264 daemons/attrd/pacemaker-attrd.c attrd_send_ack(client, id, flags); id 268 daemons/attrd/pacemaker-attrd.c attrd_send_ack(client, id, flags); id 272 daemons/attrd/pacemaker-attrd.c attrd_send_ack(client, id, flags); id 276 daemons/attrd/pacemaker-attrd.c attrd_send_ack(client, id, flags); id 281 daemons/attrd/pacemaker-attrd.c attrd_client_query(client, id, flags, xml); id 84 daemons/attrd/pacemaker-attrd.h char *id; id 115 daemons/attrd/pacemaker-attrd.h #define attrd_send_ack(client, id, flags) \ id 116 daemons/attrd/pacemaker-attrd.h pcmk__ipc_send_ack((client), (id), (flags), "ack", CRM_EX_INDETERMINATE) id 127 daemons/attrd/pacemaker-attrd.h void attrd_client_query(pcmk__client_t *client, uint32_t id, uint32_t flags, id 89 daemons/based/based_callbacks.c crm_trace("%p message from %s", c, client->id); id 98 daemons/based/based_callbacks.c crm_trace("%p message from %s", c, client->id); id 143 daemons/based/based_callbacks.c cib_common_callback_worker(uint32_t id, uint32_t flags, xmlNode * op_request, id 153 daemons/based/based_callbacks.c crm_xml_add(ack, F_CIB_CLIENTID, cib_client->id); id 154 daemons/based/based_callbacks.c pcmk__ipc_send_xml(cib_client, id, ack, flags); id 170 daemons/based/based_callbacks.c type, cib_client->name, cib_client->id, on_off ? "on" : "off"); id 199 daemons/based/based_callbacks.c pcmk__ipc_send_ack(cib_client, id, flags, "ack", status); id 209 daemons/based/based_callbacks.c uint32_t id = 0; id 213 daemons/based/based_callbacks.c xmlNode *op_request = pcmk__client_data2xml(cib_client, data, &id, &flags); id 221 daemons/based/based_callbacks.c pcmk__ipc_send_ack(cib_client, id, flags, "nack", CRM_EX_PROTOCOL); id 232 daemons/based/based_callbacks.c cib_client->request_id = id; /* Reply only to the last one */ id 258 daemons/based/based_callbacks.c crm_xml_add(op_request, F_CIB_CLIENTID, cib_client->id); id 266 daemons/based/based_callbacks.c cib_common_callback_worker(id, flags, op_request, cib_client, privileged); id 90 daemons/based/based_notify.c crm_warn("Notification of client %s/%s failed", client->name, client->id); id 97 daemons/based/based_notify.c crm_debug("Sent %s notification to client %s/%s", type, client->name, client->id); id 177 daemons/based/based_notify.c const char *id = NULL; id 182 daemons/based/based_notify.c id = crm_element_value(result_data, XML_ATTR_ID); id 190 daemons/based/based_notify.c if (id != NULL) { id 191 daemons/based/based_notify.c crm_xml_add(update_msg, F_CIB_OBJID, id); id 344 daemons/based/based_remote.c CRM_XS " %p id: %s", new_client, new_client->id); id 363 daemons/based/based_remote.c crm_trace("Cleaning up after client disconnect: %s/%s", crm_str(client->name), client->id); id 421 daemons/based/based_remote.c client->name = strdup(client->id); id 431 daemons/based/based_remote.c crm_trace("Callback channel for %s is %s", client->id, (char*)client->userdata); id 434 daemons/based/based_remote.c client->userdata = strdup(client->id); id 444 daemons/based/based_remote.c crm_xml_add(command, F_CIB_CLIENTID, client->id); id 538 daemons/based/based_remote.c crm_xml_add(reg, F_CIB_CLIENTID, client->id); id 83 daemons/based/pacemaker-based.h void cib_common_callback_worker(uint32_t id, uint32_t flags, id 232 daemons/controld/controld_callbacks.c alive, appeared, (down? down->id : -1)); id 257 daemons/controld/controld_callbacks.c task, node->uname, down->id); id 260 daemons/controld/controld_callbacks.c task, node->uname, down->id); id 270 daemons/controld/controld_callbacks.c task, down->id); id 375 daemons/controld/controld_control.c uint32_t id = 0; id 379 daemons/controld/controld_control.c xmlNode *msg = pcmk__client_data2xml(client, data, &id, &flags); id 382 daemons/controld/controld_control.c pcmk__ipc_send_ack(client, id, flags, "ack", CRM_EX_PROTOCOL); id 385 daemons/controld/controld_control.c pcmk__ipc_send_ack(client, id, flags, "ack", CRM_EX_INDETERMINATE); id 392 daemons/controld/controld_control.c crm_xml_add(msg, F_CRM_SYS_FROM, client->id); id 58 daemons/controld/controld_corosync.c peer->uname, peer->id); id 155 daemons/controld/controld_execd.c free(history->id); id 182 daemons/controld/controld_execd.c entry->id = strdup(op->rsc_id); id 183 daemons/controld/controld_execd.c g_hash_table_insert(lrm_state->resource_history, entry->id, entry); id 185 daemons/controld/controld_execd.c entry->rsc.id = entry->id; id 461 daemons/controld/controld_execd.c if (is_rsc_active(lrm_state, entry->id) == FALSE) { id 467 daemons/controld/controld_execd.c crm_info("Found %s active at %s", entry->id, when); id 469 daemons/controld/controld_execd.c crm_trace("Found %s active at %s", entry->id, when); id 476 daemons/controld/controld_execd.c if (pcmk__str_eq(entry->id, pending->rsc_id, pcmk__str_none)) { id 718 daemons/controld/controld_execd.c rsc->id, rsc->standard, rsc->provider, rsc->type); id 727 daemons/controld/controld_execd.c rsc->id, rsc->standard, rsc->provider, rsc->type); id 787 daemons/controld/controld_execd.c crm_xml_add(xml_rsc, XML_ATTR_ID, entry->id); id 795 daemons/controld/controld_execd.c crm_trace("Resource %s is a part of container resource %s", entry->id, container); id 1211 daemons/controld/controld_execd.c remove = !cancel_op(data->lrm_state, data->rsc->id, key, op->call_id, data->remove); id 1258 daemons/controld/controld_execd.c const char *id = ID(rsc_xml); id 1261 daemons/controld/controld_execd.c CRM_CHECK(id, return -EINVAL); id 1267 daemons/controld/controld_execd.c crm_trace("Retrieving resource information for %s from the executor", id); id 1268 daemons/controld/controld_execd.c *rsc_info = lrm_state_get_rsc_info(lrm_state, id, 0); id 1285 daemons/controld/controld_execd.c crm_trace("Registering resource %s with the executor", id); id 1286 daemons/controld/controld_execd.c rc = lrm_state_register_rsc(lrm_state, id, class, provider, type, id 1293 daemons/controld/controld_execd.c id, lrm_state->node_name, pcmk_strerror(rc), rc); id 1305 daemons/controld/controld_execd.c *rsc_info = lrm_state_get_rsc_info(lrm_state, id, 0); id 1312 daemons/controld/controld_execd.c const char *id, id 1323 daemons/controld/controld_execd.c id, sys, (user? " as " : ""), (user? user : "")); id 1326 daemons/controld/controld_execd.c rc = lrm_state_unregister_rsc(lrm_state, id, 0); id 1330 daemons/controld/controld_execd.c crm_trace("Resource %s deleted from executor", id); id 1332 daemons/controld/controld_execd.c crm_info("Deletion of resource '%s' from executor is pending", id); id 1338 daemons/controld/controld_execd.c op->rsc = strdup(rsc->id); id 1345 daemons/controld/controld_execd.c CRM_XS " rc=%d", id, sys, (user? " as " : ""), id 1349 daemons/controld/controld_execd.c delete_rsc_entry(lrm_state, request, id, gIter, rc, user); id 1402 daemons/controld/controld_execd.c if (is_remote_lrmd_ra(NULL, NULL, entry->id)) { id 1403 daemons/controld/controld_execd.c lrm_state_t *remote_lrm_state = lrm_state_find(entry->id); id 1412 daemons/controld/controld_execd.c delete_resource(lrm_state, entry->id, &entry->rsc, &gIter, from_sys, id 1535 daemons/controld/controld_execd.c crm_info("Failing resource %s...", rsc->id); id 1640 daemons/controld/controld_execd.c op_key = pcmk__op_key(rsc->id, op_task, interval_ms); id 1655 daemons/controld/controld_execd.c in_progress = cancel_op(lrm_state, rsc->id, NULL, call, TRUE); id 1659 daemons/controld/controld_execd.c if (!in_progress || is_remote_lrmd_ra(NULL, NULL, rsc->id)) { id 1660 daemons/controld/controld_execd.c char *op_id = make_stop_id(rsc->id, call); id 1662 daemons/controld/controld_execd.c if (is_remote_lrmd_ra(NULL, NULL, rsc->id) == FALSE) { id 1665 daemons/controld/controld_execd.c erase_lrm_history_by_id(lrm_state, rsc->id, op_key, NULL, call); id 1666 daemons/controld/controld_execd.c send_task_ok_ack(lrm_state, input, rsc->id, rsc, op_task, id 1686 daemons/controld/controld_execd.c send_task_ok_ack(lrm_state, input, rsc->id, rsc, op_task, id 1703 daemons/controld/controld_execd.c int cib_rc = controld_delete_resource_history(rsc->id, lrm_state->node_name, id 1710 daemons/controld/controld_execd.c op = construct_op(lrm_state, input->xml, rsc->id, CRMD_ACTION_DELETE); id 1718 daemons/controld/controld_execd.c controld_ack_event_directly(from_host, from_sys, NULL, op, rsc->id); id 1724 daemons/controld/controld_execd.c if (crm_rsc_delete && is_remote_lrmd_ra(NULL, NULL, rsc->id)) { id 1728 daemons/controld/controld_execd.c delete_resource(lrm_state, rsc->id, rsc, NULL, from_sys, id 2157 daemons/controld/controld_execd.c && pcmk__str_eq(op->rsc_id, event->rsc->id, pcmk__str_none)) { id 2160 daemons/controld/controld_execd.c remove = !cancel_op(event->lrm_state, event->rsc->id, key, op->call_id, FALSE); id 2240 daemons/controld/controld_execd.c op = construct_op(lrm_state, msg, rsc->id, operation); id 2243 daemons/controld/controld_execd.c if (is_remote_lrmd_ra(NULL, NULL, rsc->id) id 2273 daemons/controld/controld_execd.c rsc->id, operation, op->interval_ms); id 2280 daemons/controld/controld_execd.c crm_action_str(op->op_type, op->interval_ms), rsc->id, lrm_state->node_name, id 2281 daemons/controld/controld_execd.c transition, rsc->id, operation, op->interval_ms); id 2298 daemons/controld/controld_execd.c operation, rsc->id, fsa_state2string(fsa_state), id 2303 daemons/controld/controld_execd.c controld_ack_event_directly(NULL, NULL, rsc, op, rsc->id); id 2311 daemons/controld/controld_execd.c op_id = pcmk__op_key(rsc->id, op->op_type, op->interval_ms); id 2329 daemons/controld/controld_execd.c call_id = lrm_state_exec(lrm_state, rsc->id, op->op_type, op->user_data, id 2334 daemons/controld/controld_execd.c crm_err("Operation %s on %s failed: %d", operation, rsc->id, call_id); id 2339 daemons/controld/controld_execd.c operation, rsc->id, lrm_state->node_name, call_id); id 2347 daemons/controld/controld_execd.c char *call_id_s = make_stop_id(rsc->id, call_id); id 2357 daemons/controld/controld_execd.c pending->rsc_id = strdup(rsc->id); id 2374 daemons/controld/controld_execd.c controld_ack_event_directly(NULL, NULL, rsc, op, rsc->id); id 672 daemons/controld/controld_execd_state.c g_hash_table_insert(lrm_state->rsc_info_cache, rsc->id, rsc); id 781 daemons/controld/controld_execd_state.c node->uname, node->id, node->state); id 803 daemons/controld/controld_execd_state.c pcmk_strerror(e->result), e->id); id 394 daemons/controld/controld_fencing.c action->id, ID(action->xml)); id 511 daemons/controld/controld_fencing.c st_event->origin, st_event->id); id 738 daemons/controld/controld_fencing.c || transition_graph->id != transition_id) { id 829 daemons/controld/controld_fencing.c const char *id = NULL; id 837 daemons/controld/controld_fencing.c id = ID(action->xml); id 842 daemons/controld/controld_fencing.c CRM_CHECK(id != NULL, invalid_action = TRUE); id 856 daemons/controld/controld_fencing.c type, target, id, transition_graph->stonith_timeout, id 864 daemons/controld/controld_fencing.c transition_key = pcmk__transition_key(transition_graph->id, action->id, 0, id 241 daemons/controld/controld_fsa.c fsa_input2string(fsa_data->fsa_input), fsa_data->origin, fsa_data->id); id 452 daemons/controld/controld_fsa.c crm_trace("Processing queued input %d", stored_msg->id); id 452 daemons/controld/controld_fsa.h int id; id 53 daemons/controld/controld_join_dc.c node->id, source); id 60 daemons/controld/controld_join_dc.c crm_join_phase_str(last), node->id, source); id 66 daemons/controld/controld_join_dc.c crm_join_phase_str(phase), node->id, source); id 22 daemons/controld/controld_lrm.h char *id; id 169 daemons/controld/controld_lrm.h gboolean is_remote_lrmd_ra(const char *agent, const char *provider, const char *id); id 105 daemons/controld/controld_messages.c fsa_data->id = last_data_id; id 184 daemons/controld/controld_messages.c offset++, data->id, fsa_input2string(data->fsa_input), id 249 daemons/controld/controld_messages.c crm_trace("Processing input %d", message->id); id 524 daemons/controld/controld_messages.c const char *uuid = (curr_client? curr_client->id : proxy_session); id 807 daemons/controld/controld_messages.c crm_xml_add_ll(xml, XML_ATTR_ID, (long long) node->id); // uint32_t id 861 daemons/controld/controld_messages.c crm_xml_add_int(reply, XML_ATTR_ID, node->id); id 1093 daemons/controld/controld_messages.c int id = 0; id 1096 daemons/controld/controld_messages.c crm_element_value_int(stored_msg, XML_ATTR_ID, &id); id 1102 daemons/controld/controld_messages.c crm_err("Could not instruct peers to remove references to node %s/%u", name, id); id 1104 daemons/controld/controld_messages.c crm_notice("Instructing peers to remove references to node %s/%u", name, id); id 1109 daemons/controld/controld_messages.c reap_crm_member(id, name); id 1236 daemons/controld/controld_messages.c fsa_data.id = 0; id 887 daemons/controld/controld_remote_ra.c is_remote_lrmd_ra(const char *agent, const char *provider, const char *id) id 892 daemons/controld/controld_remote_ra.c if (id && lrm_state_find(id) && !pcmk__str_eq(id, fsa_our_uname, pcmk__str_casei)) { id 907 daemons/controld/controld_remote_ra.c info->id = strdup(rsc_id); id 57 daemons/controld/controld_schedulerd.c char *id = user_data; id 60 daemons/controld/controld_schedulerd.c CRM_CHECK(id != NULL, return); id 63 daemons/controld/controld_schedulerd.c char *filename = crm_strdup_printf(PE_STATE_DIR "/pe-core-%s.bz2", id); id 70 daemons/controld/controld_te_actions.c crm_debug("Pseudo-action %d (%s) fired and confirmed", pseudo->id, id 94 daemons/controld/controld_te_actions.c const char *id = NULL; id 103 daemons/controld/controld_te_actions.c id = ID(action->xml); id 120 daemons/controld/controld_te_actions.c crm_err("Corrupted command (id=%s) %s: no node", crm_str(id), crm_str(task)); id 133 daemons/controld/controld_te_actions.c crm_str(id), (is_local? " locally" : ""), id 138 daemons/controld/controld_te_actions.c crm_info("crm-event (%s) is a local shutdown", crm_str(id)); id 151 daemons/controld/controld_te_actions.c counter = pcmk__transition_key(transition_graph->id, action->id, id 160 daemons/controld/controld_te_actions.c crm_err("Action %d failed: send", action->id); id 169 daemons/controld/controld_te_actions.c action->id, task, on_node, action->timeout, graph->network_delay); id 198 daemons/controld/controld_te_actions.c crm_element_name(action->xml), action->id, task_uuid, target); id 247 daemons/controld/controld_te_actions.c op->user_data = pcmk__transition_key(transition_graph->id, action->id, id 261 daemons/controld/controld_te_actions.c rc, action->id, task_uuid, target); id 307 daemons/controld/controld_te_actions.c counter = pcmk__transition_key(transition_graph->id, action->id, id 322 daemons/controld/controld_te_actions.c (no_wait? " without waiting" : ""), action->id); id 335 daemons/controld/controld_te_actions.c .id = 0, id 356 daemons/controld/controld_te_actions.c crm_err("Action %d failed: send", action->id); id 360 daemons/controld/controld_te_actions.c crm_info("Action %d confirmed - no wait", action->id); id 369 daemons/controld/controld_te_actions.c action->id, task, task_uuid, on_node, action->timeout); id 373 daemons/controld/controld_te_actions.c action->id, task, task_uuid, on_node, action->timeout, graph->network_delay); id 476 daemons/controld/controld_te_actions.c const char *id = crm_element_value(action->xml, XML_LRM_ATTR_TASK_KEY); id 497 daemons/controld/controld_te_actions.c target, limit, r->jobs, id); id 503 daemons/controld/controld_te_actions.c target, graph->migration_limit, r->migrate_jobs, id); id 631 daemons/controld/controld_te_actions.c crm_debug("Transition %d status: %s - %s", graph->id, type, crm_str(graph->abort_reason)); id 210 daemons/controld/controld_te_callbacks.c op_id, node, cancelled->id); id 79 daemons/controld/controld_te_events.c action->id, crm_element_value(action->xml, XML_LRM_ATTR_TASK_KEY), down_node); id 82 daemons/controld/controld_te_events.c action->id, crm_element_value(action->xml, XML_LRM_ATTR_TASK_KEY), down_node); id 120 daemons/controld/controld_te_events.c const char *id = crm_element_value(event, XML_LRM_ATTR_TASK_KEY); id 129 daemons/controld/controld_te_events.c id, rc, on_uname); id 135 daemons/controld/controld_te_events.c CRM_CHECK(parse_op_key(id, &rsc_id, &task, &interval_ms), id 200 daemons/controld/controld_te_events.c controld_get_action(int id) id 208 daemons/controld/controld_te_events.c if (action->id == id) { id 217 daemons/controld/controld_te_events.c get_cancel_action(const char *id, const char *node) id 238 daemons/controld/controld_te_events.c if (!pcmk__str_eq(task, id, pcmk__str_casei)) { id 239 daemons/controld/controld_te_events.c crm_trace("Wrong key %s for %s on %s", task, id, node); id 245 daemons/controld/controld_te_events.c crm_trace("Wrong node %s for %s on %s", target, id, node); id 249 daemons/controld/controld_te_events.c crm_trace("Found %s on %s", id, node); id 258 daemons/controld/controld_te_events.c confirm_cancel_action(const char *id, const char *node_id) id 262 daemons/controld/controld_te_events.c crm_action_t *cancel = get_cancel_action(id, node_id); id 274 daemons/controld/controld_te_events.c op_key, node_name, cancel->id); id 323 daemons/controld/controld_te_events.c crm_debug("Shutdown action %d (%s) found for node %s", match->id, id 342 daemons/controld/controld_te_events.c const char *id = NULL; id 364 daemons/controld/controld_te_events.c id = crm_element_value(event, XML_LRM_ATTR_TASK_KEY); id 374 daemons/controld/controld_te_events.c CRM_XS " call-id=%d", id, callid); id 388 daemons/controld/controld_te_events.c } else if ((transition_graph->id != transition_num) id 395 daemons/controld/controld_te_events.c if (parse_op_key(id, NULL, NULL, &interval_ms) id 402 daemons/controld/controld_te_events.c confirm_cancel_action(id, get_node_id(event)); id 410 daemons/controld/controld_te_events.c } else if (transition_graph->id != transition_num) { id 459 daemons/controld/controld_te_events.c if (id == NULL) { id 460 daemons/controld/controld_te_events.c id = "unknown action"; id 470 daemons/controld/controld_te_events.c transition_num, action_num, id, uname, id 477 daemons/controld/controld_te_events.c transition_num, action_num, id, uname, id 485 daemons/controld/controld_te_events.c transition_num, action_num, id, uname, id 491 daemons/controld/controld_te_events.c transition_num, action_num, id, uname, id 499 daemons/controld/controld_te_events.c transition_num, action_num, id, uname, id 44 daemons/controld/controld_te_utils.c crm_trace("Invoking graph %d in state %s", transition_graph->id, fsa_state2string(fsa_state)); id 84 daemons/controld/controld_te_utils.c crm_debug("Transition %d is now complete", transition_graph->id); id 100 daemons/controld/controld_te_utils.c guint id; id 113 daemons/controld/controld_te_utils.c abort_timer.id = 0; id 127 daemons/controld/controld_te_utils.c if (abort_timer.id) { id 129 daemons/controld/controld_te_utils.c g_source_remove(abort_timer.id); id 135 daemons/controld/controld_te_utils.c abort_timer.id = g_timeout_add(delay_ms, abort_timer_popped, NULL); id 197 daemons/controld/controld_te_utils.c transition_graph->id, abort_text, fn, line, id 205 daemons/controld/controld_te_utils.c transition_graph->id, TYPE(reason), ID(reason), abort_text, id 233 daemons/controld/controld_te_utils.c transition_graph->id, id 241 daemons/controld/controld_te_utils.c transition_graph->id, id 253 daemons/controld/controld_te_utils.c transition_graph->id, id 264 daemons/controld/controld_te_utils.c transition_graph->id, id 270 daemons/controld/controld_te_utils.c const char *id = ID(reason); id 274 daemons/controld/controld_te_utils.c transition_graph->id, id 275 daemons/controld/controld_te_utils.c TYPE(reason), (id? id : ""), (op? op : "change"), id 189 daemons/controld/controld_transition.c crm_info("Processing graph %d (ref=%s) derived from %s", transition_graph->id, ref, id 18 daemons/controld/controld_transition.h extern crm_action_t *get_cancel_action(const char *id, const char *node); id 19 daemons/controld/controld_transition.h bool confirm_cancel_action(const char *id, const char *node_id); id 26 daemons/controld/controld_transition.h crm_action_t *controld_get_action(int id); id 120 daemons/controld/controld_utils.h # define fsa_register_cib_callback(id, flag, data, fn) do { \ id 123 daemons/controld/controld_utils.h fsa_cib_conn, id, cib_op_timeout(), \ id 306 daemons/execd/cts-exec-helper.c rsc_info->id, rsc_info->standard, id 83 daemons/execd/execd_alerts.c process_lrmd_alert_exec(pcmk__client_t *client, uint32_t id, xmlNode *request) id 97 daemons/execd/execd_alerts.c (client == NULL) || (client->id == NULL)) { /* hint static analyzer */ id 106 daemons/execd/execd_alerts.c crm_info("Executing alert %s for %s", alert_id, client->id); id 117 daemons/execd/execd_alerts.c cb_data->client_id = strdup(client->id); id 275 daemons/execd/execd_commands.c cmd->client_id = strdup(client->id); id 541 daemons/execd/execd_commands.c client->name, client->id, msg, rc); id 622 daemons/execd/execd_commands.c send_client_notify(client->id, client, notify); id 826 daemons/execd/execd_commands.c if (!pcmk__str_eq(client->id, data->new_client->id, pcmk__str_casei)) { id 909 daemons/execd/execd_commands.c action->id); id 1543 daemons/execd/execd_commands.c crm_xml_add(*reply, F_LRMD_CLIENTID, client->id); id 1550 daemons/execd/execd_commands.c process_lrmd_rsc_register(pcmk__client_t *client, uint32_t id, xmlNode *request) id 1600 daemons/execd/execd_commands.c process_lrmd_rsc_unregister(pcmk__client_t *client, uint32_t id, id 1632 daemons/execd/execd_commands.c process_lrmd_rsc_exec(pcmk__client_t *client, uint32_t id, xmlNode *request) id 1761 daemons/execd/execd_commands.c process_lrmd_rsc_cancel(pcmk__client_t *client, uint32_t id, xmlNode *request) id 1841 daemons/execd/execd_commands.c process_lrmd_message(pcmk__client_t *client, uint32_t id, xmlNode *request) id 1860 daemons/execd/execd_commands.c crm_trace("Processing %s operation from %s", op, client->id); id 1879 daemons/execd/execd_commands.c rc = process_lrmd_rsc_register(client, id, request); id 1894 daemons/execd/execd_commands.c rc = process_lrmd_rsc_unregister(client, id, request); id 1905 daemons/execd/execd_commands.c rc = process_lrmd_rsc_exec(client, id, request); id 1912 daemons/execd/execd_commands.c rc = process_lrmd_rsc_cancel(client, id, request); id 1931 daemons/execd/execd_commands.c rc = process_lrmd_alert_exec(client, id, request); id 1955 daemons/execd/execd_commands.c op, client->id, rc, do_reply, do_notify); id 1963 daemons/execd/execd_commands.c send_rc = lrmd_server_send_reply(client, id, reply); id 111 daemons/execd/pacemaker-execd.c uint32_t id = 0; id 114 daemons/execd/pacemaker-execd.c xmlNode *request = pcmk__client_data2xml(client, data, &id, &flags); id 118 daemons/execd/pacemaker-execd.c CRM_CHECK(client->id != NULL, crm_err("Invalid client: %p", client); id 143 daemons/execd/pacemaker-execd.c crm_xml_add(request, F_LRMD_CLIENTID, client->id); id 147 daemons/execd/pacemaker-execd.c process_lrmd_message(client, id, request); id 184 daemons/execd/pacemaker-execd.c client_disconnect_cleanup(client->id); id 209 daemons/execd/pacemaker-execd.c lrmd_server_send_reply(pcmk__client_t *client, uint32_t id, xmlNode *reply) id 211 daemons/execd/pacemaker-execd.c crm_trace("Sending reply (%d) to client (%s)", id, client->id); id 214 daemons/execd/pacemaker-execd.c return pcmk__ipc_send_xml(client, id, reply, FALSE); id 217 daemons/execd/pacemaker-execd.c return lrmd_tls_send_msg(client->remote, reply, id, "reply"); id 231 daemons/execd/pacemaker-execd.c crm_trace("Sending notification to client (%s)", client->id); id 56 daemons/execd/pacemaker-execd.h int lrmd_server_send_reply(pcmk__client_t *client, uint32_t id, xmlNode *reply); id 62 daemons/execd/pacemaker-execd.h void process_lrmd_message(pcmk__client_t *client, uint32_t id, id 99 daemons/execd/pacemaker-execd.h int process_lrmd_alert_exec(pcmk__client_t *client, uint32_t id, id 88 daemons/execd/remoted_proxy.c client->userdata = strdup(ipc_proxy->id); id 89 daemons/execd/remoted_proxy.c client->name = crm_strdup_printf("proxy-%s-%d-%.8s", ipc_channel, client->pid, client->id); id 96 daemons/execd/remoted_proxy.c g_hash_table_insert(ipc_clients, client->id, client); id 101 daemons/execd/remoted_proxy.c crm_xml_add(msg, F_LRMD_IPC_SESSION, client->id); id 106 daemons/execd/remoted_proxy.c client->id, uid, gid, ipc_channel); id 188 daemons/execd/remoted_proxy.c crm_trace("Sending event to %s", ipc_client->id); id 195 daemons/execd/remoted_proxy.c crm_trace("Sending response to %d - %s", ipc_client->request_id, ipc_client->id); id 210 daemons/execd/remoted_proxy.c ipc_client->id, pcmk_rc_str(rc), rc); id 217 daemons/execd/remoted_proxy.c uint32_t id = 0; id 242 daemons/execd/remoted_proxy.c request = pcmk__client_data2xml(client, data, &id, &flags); id 250 daemons/execd/remoted_proxy.c CRM_CHECK(client->id != NULL, crm_err("Invalid client: %p", client); id 257 daemons/execd/remoted_proxy.c client->request_id = id; id 261 daemons/execd/remoted_proxy.c crm_xml_add(msg, F_LRMD_IPC_SESSION, client->id); id 264 daemons/execd/remoted_proxy.c crm_xml_add_int(msg, F_LRMD_IPC_MSG_ID, id); id 315 daemons/execd/remoted_proxy.c crm_xml_add(msg, F_LRMD_IPC_SESSION, client->id); id 320 daemons/execd/remoted_proxy.c g_hash_table_remove(ipc_clients, client->id); id 396 daemons/execd/remoted_proxy.c if (pcmk__str_eq(proxy_id, ipc_proxy->id, pcmk__str_casei)) { id 398 daemons/execd/remoted_proxy.c ipc_client->id, ipc_client->pid); id 88 daemons/execd/remoted_tls.c int id = 0; id 111 daemons/execd/remoted_tls.c crm_element_value_int(request, F_LRMD_REMOTE_MSG_ID, &id); id 112 daemons/execd/remoted_tls.c crm_trace("Processing remote client request %d", id); id 126 daemons/execd/remoted_tls.c crm_xml_add(request, F_LRMD_CLIENTID, client->id); id 130 daemons/execd/remoted_tls.c process_lrmd_message(client, id, request); id 156 daemons/execd/remoted_tls.c (client->name? client->name : ""), client->id); id 238 daemons/execd/remoted_tls.c CRM_XS " %p id: %s", new_client, new_client->id); id 124 daemons/fenced/cts-fence-helper.c pcmk_strerror(e->result), e->id); id 74 daemons/fenced/fenced_commands.c int id; id 190 daemons/fenced/fenced_commands.c device->id); id 241 daemons/fenced/fenced_commands.c crm_element_value_int(msg, F_STONITH_CALLID, &(cmd->id)); id 319 daemons/fenced/fenced_commands.c device->id, pid, cmd->timeout); id 343 daemons/fenced/fenced_commands.c device->id, action_limit, active_cmds, active_cmds > 1 ? "s" : ""); id 357 daemons/fenced/fenced_commands.c device->id, pending_op->start_delay); id 369 daemons/fenced/fenced_commands.c crm_trace("Nothing further to do for %s for now", device->id); id 390 daemons/fenced/fenced_commands.c if (pcmk__substitute_secrets(device->id, device->params) != pcmk_rc_ok) { id 394 daemons/fenced/fenced_commands.c crm_info("proceeding with the stop operation for %s", device->id); id 398 daemons/fenced/fenced_commands.c "considering resource not configured", device->id); id 437 daemons/fenced/fenced_commands.c device->id, pcmk_strerror(exec_rc), exec_rc); id 491 daemons/fenced/fenced_commands.c cmd->victim_nodeid = node->id; id 494 daemons/fenced/fenced_commands.c cmd->device = strdup(device->id); id 501 daemons/fenced/fenced_commands.c device->id, cmd->origin, cmd->remote_op_id, cmd->timeout); id 506 daemons/fenced/fenced_commands.c device->id, cmd->client, cmd->timeout); id 525 daemons/fenced/fenced_commands.c delay_base, delay_max, cmd->action, device->id); id 540 daemons/fenced/fenced_commands.c device->id, cmd->start_delay, cmd->timeout, id 559 daemons/fenced/fenced_commands.c crm_warn("Removal of device '%s' purged operation '%s'", device->id, cmd->action); id 572 daemons/fenced/fenced_commands.c free(device->id); id 786 daemons/fenced/fenced_commands.c stonith__set_device_flags(device->flags, device->id, id 789 daemons/fenced/fenced_commands.c stonith__set_device_flags(device->flags, device->id, id 792 daemons/fenced/fenced_commands.c stonith__set_device_flags(device->flags, device->id, id 895 daemons/fenced/fenced_commands.c device->id = crm_element_value_copy(dev, XML_ATTR_ID); id 898 daemons/fenced/fenced_commands.c device->params = xml2device_params(device->id, dev); id 911 daemons/fenced/fenced_commands.c stonith__device_parameter_flags(&(device->flags), device->id, id 926 daemons/fenced/fenced_commands.c crm_info("The fencing device '%s' requires unfencing", device->id); id 931 daemons/fenced/fenced_commands.c device->id, device->on_target_actions); id 979 daemons/fenced/fenced_commands.c cmd->id = -1; id 984 daemons/fenced/fenced_commands.c cmd->device = strdup(device->id); id 1031 daemons/fenced/fenced_commands.c crm_trace("Host %s is not known by %s", search->host, dev->id); id 1034 daemons/fenced/fenced_commands.c crm_trace("Host %s is known by %s", search->host, dev->id); id 1038 daemons/fenced/fenced_commands.c crm_notice("Unknown result when testing if %s can fence %s: rc=%d", dev->id, search->host, id 1041 daemons/fenced/fenced_commands.c search_devices_record_result(search, dev->id, can); id 1068 daemons/fenced/fenced_commands.c crm_notice("Disabling port list queries for %s (%d): %s", dev->id, rc, output); id 1075 daemons/fenced/fenced_commands.c crm_info("Refreshing port list for %s", dev->id); id 1091 daemons/fenced/fenced_commands.c search_devices_record_result(search, dev->id, can_fence); id 1131 daemons/fenced/fenced_commands.c stonith_device_t *dup = g_hash_table_lookup(device_list, device->id); id 1134 daemons/fenced/fenced_commands.c crm_trace("No match for %s", device->id); id 1162 daemons/fenced/fenced_commands.c crm_debug("Device '%s' already existed in device list (%d active devices)", device->id, id 1168 daemons/fenced/fenced_commands.c stonith_device_t *old = g_hash_table_lookup(device_list, device->id); id 1175 daemons/fenced/fenced_commands.c crm_info("Overwriting an existing entry for %s from the cib", device->id); id 1183 daemons/fenced/fenced_commands.c g_hash_table_replace(device_list, device->id, device); id 1185 daemons/fenced/fenced_commands.c crm_notice("Added '%s' to the device list (%d active devices)", device->id, id 1189 daemons/fenced/fenced_commands.c *desc = device->id; id 1202 daemons/fenced/fenced_commands.c stonith_device_remove(const char *id, gboolean from_cib) id 1204 daemons/fenced/fenced_commands.c stonith_device_t *device = g_hash_table_lookup(device_list, id); id 1207 daemons/fenced/fenced_commands.c crm_info("Device '%s' not found (%d active devices)", id, g_hash_table_size(device_list)); id 1219 daemons/fenced/fenced_commands.c g_hash_table_remove(device_list, id); id 1221 daemons/fenced/fenced_commands.c id, g_hash_table_size(device_list)); id 1224 daemons/fenced/fenced_commands.c "- still %s%s_registered", id, g_hash_table_size(device_list), id 1384 daemons/fenced/fenced_commands.c int id = 0; id 1406 daemons/fenced/fenced_commands.c crm_element_value_int(level, XML_ATTR_STONITH_INDEX, &id); id 1409 daemons/fenced/fenced_commands.c *desc = crm_strdup_printf("%s[%d]", target, id); id 1413 daemons/fenced/fenced_commands.c if (mode >= 3 || (id <= 0) || (id >= ST_LEVEL_MAX)) { id 1414 daemons/fenced/fenced_commands.c crm_trace("Could not add %s[%d] (%d) to the topology (%d active entries)", target, id, mode, g_hash_table_size(topology)); id 1437 daemons/fenced/fenced_commands.c if (tp->levels[id] != NULL) { id 1439 daemons/fenced/fenced_commands.c tp->target, id); id 1446 daemons/fenced/fenced_commands.c crm_trace("Adding device '%s' for %s[%d]", device, tp->target, id); id 1447 daemons/fenced/fenced_commands.c tp->levels[id] = g_list_append(tp->levels[id], strdup(device)); id 1459 daemons/fenced/fenced_commands.c int id = 0; id 1469 daemons/fenced/fenced_commands.c crm_element_value_int(level, XML_ATTR_STONITH_INDEX, &id); id 1471 daemons/fenced/fenced_commands.c *desc = crm_strdup_printf("%s[%d]", target, id); id 1475 daemons/fenced/fenced_commands.c if (id >= ST_LEVEL_MAX) { id 1485 daemons/fenced/fenced_commands.c } else if (id == 0 && g_hash_table_remove(topology, target)) { id 1489 daemons/fenced/fenced_commands.c } else if (id > 0 && tp->levels[id] != NULL) { id 1490 daemons/fenced/fenced_commands.c g_list_free_full(tp->levels[id], free); id 1491 daemons/fenced/fenced_commands.c tp->levels[id] = NULL; id 1494 daemons/fenced/fenced_commands.c id, target, count_active_levels(tp)); id 1522 daemons/fenced/fenced_commands.c const char *id = crm_element_value(dev, F_STONITH_DEVICE); id 1527 daemons/fenced/fenced_commands.c if ((id == NULL) || (action == NULL)) { id 1529 daemons/fenced/fenced_commands.c (id? id : "not specified"), id 1534 daemons/fenced/fenced_commands.c device = g_hash_table_lookup(device_list, id); id 1540 daemons/fenced/fenced_commands.c action, id); id 1598 daemons/fenced/fenced_commands.c action, device->id, target); id 1671 daemons/fenced/fenced_commands.c check_type, dev->id, search->host, search->action); id 1686 daemons/fenced/fenced_commands.c check_type, dev->id, search->host, search->action); id 1698 daemons/fenced/fenced_commands.c dev->id, (can? "" : " not"), search->action, host, id 1702 daemons/fenced/fenced_commands.c dev->id, (can? "" : " not"), search->action, host, alias, id 1707 daemons/fenced/fenced_commands.c search_devices_record_result(search, dev ? dev->id : NULL, can); id 1815 daemons/fenced/fenced_commands.c crm_trace("Action '%s' is required on %s", action, device->id); id 1822 daemons/fenced/fenced_commands.c action, action_specific_timeout, device->id); id 1829 daemons/fenced/fenced_commands.c action, delay_max, device->id); id 1840 daemons/fenced/fenced_commands.c action, delay_max, device->id); id 1843 daemons/fenced/fenced_commands.c action, delay_base, device->id); id 1847 daemons/fenced/fenced_commands.c action, delay_base, delay_max, device->id); id 1867 daemons/fenced/fenced_commands.c action, device->id); id 1918 daemons/fenced/fenced_commands.c crm_xml_add(dev, XML_ATTR_ID, device->id); id 1929 daemons/fenced/fenced_commands.c device->id); id 2032 daemons/fenced/fenced_commands.c cmd->action, pid, cmd->id, cmd->client_name, cmd->victim, id 2130 daemons/fenced/fenced_commands.c crm_trace("Cancel scheduled '%s' action on %s", cmd->action, device->id); id 2186 daemons/fenced/fenced_commands.c log_operation(cmd, rc, pid, next_device->id, output, FALSE); id 2409 daemons/fenced/fenced_commands.c crm_xml_add_int(reply, F_STONITH_CALLID, cmd->id); id 2455 daemons/fenced/fenced_commands.c crm_trace("Checking for %s.%d != %s", entry->uname, entry->id, target); id 2466 daemons/fenced/fenced_commands.c crm_notice("Peer[%d] %s", entry->id, entry->uname); id 2528 daemons/fenced/fenced_commands.c relay_op->id, relay_op->action, relay_op->target, relay_op->client_name, id 2537 daemons/fenced/fenced_commands.c handle_request(pcmk__client_t *client, uint32_t id, uint32_t flags, id 2566 daemons/fenced/fenced_commands.c CRM_ASSERT(client == NULL || client->request_id == id); id 2574 daemons/fenced/fenced_commands.c crm_xml_add(reply, F_STONITH_CLIENTID, client->id); id 2575 daemons/fenced/fenced_commands.c pcmk__ipc_send_xml(client, id, reply, flags); id 2610 daemons/fenced/fenced_commands.c flag_name, client->name, client->id); id 2617 daemons/fenced/fenced_commands.c flag_name, client->name, client->id); id 2621 daemons/fenced/fenced_commands.c pcmk__ipc_send_ack(client, id, flags, "ack", CRM_EX_OK); id 2662 daemons/fenced/fenced_commands.c client->name, client->id, action, target, device ? device : "(any)"); id 2684 daemons/fenced/fenced_commands.c if (client->id) { id 2685 daemons/fenced/fenced_commands.c client_id = client->id; id 2695 daemons/fenced/fenced_commands.c crm_xml_add(request, F_STONITH_CLIENTID, client->id); id 2696 daemons/fenced/fenced_commands.c crm_xml_add(request, F_STONITH_REMOTE_OP_ID, op->id); id 2785 daemons/fenced/fenced_commands.c id, pcmk_is_set(call_options, st_opt_sync_call), call_options, id 2789 daemons/fenced/fenced_commands.c CRM_ASSERT(client == NULL || client->request_id == id); id 2821 daemons/fenced/fenced_commands.c stonith_command(pcmk__client_t *client, uint32_t id, uint32_t flags, id 2845 daemons/fenced/fenced_commands.c id, client ? client->name : remote_peer, call_options); id 2848 daemons/fenced/fenced_commands.c CRM_ASSERT(client == NULL || client->request_id == id); id 2854 daemons/fenced/fenced_commands.c rc = handle_request(client, id, flags, request, remote_peer); id 200 daemons/fenced/fenced_history.c g_hash_table_remove(stonith_remote_op_list, ops[i]->id); id 230 daemons/fenced/fenced_history.c char *id = crm_element_value_copy(xml_op, F_STONITH_REMOTE_OP_ID); id 234 daemons/fenced/fenced_history.c if (!id) { id 239 daemons/fenced/fenced_history.c crm_trace("Attaching op %s to hashtable", id); id 243 daemons/fenced/fenced_history.c op->id = id; id 254 daemons/fenced/fenced_history.c g_hash_table_replace(rv, id, op); id 255 daemons/fenced/fenced_history.c CRM_LOG_ASSERT(g_hash_table_lookup(rv, id) != NULL); id 292 daemons/fenced/fenced_history.c g_hash_table_lookup(remote_history, op->id)) { id 301 daemons/fenced/fenced_history.c crm_trace("Attaching op %s", op->id); id 304 daemons/fenced/fenced_history.c crm_xml_add(entry, F_STONITH_REMOTE_OP_ID, op->id); id 346 daemons/fenced/fenced_history.c g_hash_table_lookup(stonith_remote_op_list, op->id); id 369 daemons/fenced/fenced_history.c g_hash_table_insert(stonith_remote_op_list, op->id, op); id 236 daemons/fenced/fenced_remote.c crm_trace("Free'ing op %s for %s", op->id, op->target); id 241 daemons/fenced/fenced_remote.c free(op->id); id 297 daemons/fenced/fenced_remote.c op->target, op->id); id 319 daemons/fenced/fenced_remote.c op->target, op->client_name, op->id); id 352 daemons/fenced/fenced_remote.c op->target, op->client_name, op->id); id 368 daemons/fenced/fenced_remote.c crm_xml_add(notify_data, F_STONITH_REMOTE_OP_ID, op->id); id 446 daemons/fenced/fenced_remote.c other->client_name, other->originator, other->id, id 500 daemons/fenced/fenced_remote.c op->client_name, op->originator, op->id, pcmk_strerror(rc), id 546 daemons/fenced/fenced_remote.c op->client_name, op->originator, op->id, id 580 daemons/fenced/fenced_remote.c op->action, op->target, op->client_name, op->id); id 594 daemons/fenced/fenced_remote.c " id=%s", op->action, op->target, op->client_name, op->id); id 609 daemons/fenced/fenced_remote.c op->action, op->target, op->client_name, op->id); id 615 daemons/fenced/fenced_remote.c op->action, op->target, op->client_name, op->id); id 641 daemons/fenced/fenced_remote.c op->id, op->target); id 644 daemons/fenced/fenced_remote.c op->id, op->target); id 647 daemons/fenced/fenced_remote.c op->id, op->target, op->state); id 651 daemons/fenced/fenced_remote.c op->id, op->target, op->state); id 832 daemons/fenced/fenced_remote.c stonith__set_call_options(op->call_options, op->id, st_opt_topology); id 846 daemons/fenced/fenced_remote.c op->client_name, op->originator, op->id); id 866 daemons/fenced/fenced_remote.c op->target, op->client_name, op->originator, op->id); id 910 daemons/fenced/fenced_remote.c other->action, other->target, other->client_name, other->originator, other->id); id 917 daemons/fenced/fenced_remote.c other->action, other->target, other->client_name, other->originator, other->id, id 933 daemons/fenced/fenced_remote.c op->action, op->target, op->client_name, op->id, id 934 daemons/fenced/fenced_remote.c other->client_name, other->originator, other->id, id 1016 daemons/fenced/fenced_remote.c op->id = crm_element_value_copy(dev, F_STONITH_REMOTE_OP_ID); id 1018 daemons/fenced/fenced_remote.c op->id = crm_generate_uuid(); id 1021 daemons/fenced/fenced_remote.c g_hash_table_replace(stonith_remote_op_list, op->id, op); id 1022 daemons/fenced/fenced_remote.c CRM_LOG_ASSERT(g_hash_table_lookup(stonith_remote_op_list, op->id) != NULL); id 1023 daemons/fenced/fenced_remote.c crm_trace("Created %s", op->id); id 1061 daemons/fenced/fenced_remote.c (peer && dev)? "Recorded" : "Generated", op->id, op->action, id 1069 daemons/fenced/fenced_remote.c stonith__clear_call_options(op->call_options, op->id, st_opt_cs_nodeid); id 1106 daemons/fenced/fenced_remote.c client_id = client->id; id 1116 daemons/fenced/fenced_remote.c op->target, op->id); id 1129 daemons/fenced/fenced_remote.c CRM_XS " id=%s", op->action, op->target, op->id); id 1135 daemons/fenced/fenced_remote.c CRM_XS " id=%s", op->action, op->target, op->id); id 1141 daemons/fenced/fenced_remote.c op->action, op->target, op->id, op->state); id 1144 daemons/fenced/fenced_remote.c query = stonith_create_op(op->client_callid, op->id, STONITH_OP_QUERY, id 1147 daemons/fenced/fenced_remote.c crm_xml_add(query, F_STONITH_REMOTE_OP_ID, op->id); id 1407 daemons/fenced/fenced_remote.c crm_trace("Reporting timeout for %s.%.8s", op->client_name, op->id); id 1422 daemons/fenced/fenced_remote.c update = stonith_create_op(op->client_callid, op->id, STONITH_OP_TIMEOUT_UPDATE, NULL, 0); id 1423 daemons/fenced/fenced_remote.c crm_xml_add(update, F_STONITH_REMOTE_OP_ID, op->id); id 1435 daemons/fenced/fenced_remote.c crm_trace("Reporting timeout for duplicate %s.%.8s", dup->client_name, dup->id); id 1505 daemons/fenced/fenced_remote.c crm_trace("State for %s.%.8s: %s %d", op->target, op->client_name, op->id, op->state); id 1518 daemons/fenced/fenced_remote.c total_timeout, op->target, op->client_name, op->id); id 1533 daemons/fenced/fenced_remote.c xmlNode *remote_op = stonith_create_op(op->client_callid, op->id, STONITH_OP_FENCE, NULL, 0); id 1535 daemons/fenced/fenced_remote.c crm_xml_add(remote_op, F_STONITH_REMOTE_OP_ID, op->id); id 1572 daemons/fenced/fenced_remote.c op->client_name, op->id); id 1581 daemons/fenced/fenced_remote.c op->client_name, op->id); id 1625 daemons/fenced/fenced_remote.c op->action, op->client_name, op->id); id 1656 daemons/fenced/fenced_remote.c (device? device : ""), op->client_name, op->id); id 1894 daemons/fenced/fenced_remote.c const char *id = NULL; id 1903 daemons/fenced/fenced_remote.c id = crm_element_value(dev, F_STONITH_REMOTE_OP_ID); id 1904 daemons/fenced/fenced_remote.c CRM_CHECK(id != NULL, return -EPROTO); id 1910 daemons/fenced/fenced_remote.c op = g_hash_table_lookup(stonith_remote_op_list, id); id 1913 daemons/fenced/fenced_remote.c id); id 1929 daemons/fenced/fenced_remote.c op->target, op->action, ndevices, id); id 1991 daemons/fenced/fenced_remote.c const char *id = NULL; id 1998 daemons/fenced/fenced_remote.c id = crm_element_value(dev, F_STONITH_REMOTE_OP_ID); id 1999 daemons/fenced/fenced_remote.c CRM_CHECK(id != NULL, return -EPROTO); id 2009 daemons/fenced/fenced_remote.c op = g_hash_table_lookup(stonith_remote_op_list, id); id 2022 daemons/fenced/fenced_remote.c crm_info("Received peer result of unknown or expired operation %s", id); id 2035 daemons/fenced/fenced_remote.c op->action, op->target, op->client_name, op->id, op->originator, id 81 daemons/fenced/pacemaker-fenced.c uint32_t id = 0; id 93 daemons/fenced/pacemaker-fenced.c request = pcmk__client_data2xml(c, data, &id, &flags); id 95 daemons/fenced/pacemaker-fenced.c pcmk__ipc_send_ack(c, id, flags, "nack", CRM_EX_PROTOCOL); id 104 daemons/fenced/pacemaker-fenced.c crm_xml_add(request, F_STONITH_CLIENTID, c->id); id 124 daemons/fenced/pacemaker-fenced.c flags, call_options, id, pcmk__client_name(c)); id 129 daemons/fenced/pacemaker-fenced.c c->request_id = id; /* Reply only to the last one */ id 132 daemons/fenced/pacemaker-fenced.c crm_xml_add(request, F_STONITH_CLIENTID, c->id); id 136 daemons/fenced/pacemaker-fenced.c stonith_command(c, id, flags, request, NULL); id 312 daemons/fenced/pacemaker-fenced.c pcmk_rc_str(rc), client->id, rc); id 315 daemons/fenced/pacemaker-fenced.c pcmk__client_name(client), client->id); id 543 daemons/fenced/pacemaker-fenced.c #define rsc_name(x) x->clone_name?x->clone_name:x->id id 595 daemons/fenced/pacemaker-fenced.c crm_trace("Only processing one copy of the clone %s", rsc->id); id 610 daemons/fenced/pacemaker-fenced.c crm_info("Device %s has been disabled", rsc->id); id 624 daemons/fenced/pacemaker-fenced.c crm_info("Device %s has been disabled on %s: unknown", rsc->id, stonith_our_uname); id 636 daemons/fenced/pacemaker-fenced.c crm_info("Device %s has been disabled on %s: score=%s", rsc->id, stonith_our_uname, score); id 652 daemons/fenced/pacemaker-fenced.c crm_debug("Device %s is allowed on %s: score=%d", rsc->id, stonith_our_uname, node->weight); id 1263 daemons/fenced/pacemaker-fenced.c crm_debug("Broadcasting our uname because of node %u", node->id); id 24 daemons/fenced/pacemaker-fenced.h char *id; id 77 daemons/fenced/pacemaker-fenced.h char *id; id 214 daemons/fenced/pacemaker-fenced.h void stonith_command(pcmk__client_t *client, uint32_t id, uint32_t flags, id 219 daemons/fenced/pacemaker-fenced.h int stonith_device_remove(const char *id, gboolean from_cib); id 516 daemons/pacemakerd/pacemakerd.c pcmk_handle_ping_request(pcmk__client_t *c, xmlNode *msg, uint32_t id) id 537 daemons/pacemakerd/pacemakerd.c if (pcmk__ipc_send_xml(c, id, reply, crm_ipc_server_event) != id 564 daemons/pacemakerd/pacemakerd.c uint32_t id = 0; id 572 daemons/pacemakerd/pacemakerd.c msg = pcmk__client_data2xml(c, data, &id, &flags); id 574 daemons/pacemakerd/pacemakerd.c pcmk__ipc_send_ack(c, id, flags, "ack", CRM_EX_PROTOCOL); id 595 daemons/pacemakerd/pacemakerd.c pcmk__ipc_send_ack(c, id, flags, "ack", CRM_EX_OK); id 600 daemons/pacemakerd/pacemakerd.c pcmk__ipc_send_ack(c, id, flags, "ack", CRM_EX_INSUFFICIENT_PRIV); id 606 daemons/pacemakerd/pacemakerd.c pcmk__ipc_send_ack(c, id, flags, "ack", CRM_EX_OK); id 609 daemons/pacemakerd/pacemakerd.c pcmk__ipc_send_ack(c, id, flags, "ack", CRM_EX_INDETERMINATE); id 610 daemons/pacemakerd/pacemakerd.c pcmk_handle_ping_request(c, msg, id); id 615 daemons/pacemakerd/pacemakerd.c pcmk__ipc_send_ack(c, id, flags, "ack", CRM_EX_INVALID_PARAM); id 224 daemons/schedulerd/pacemaker-schedulerd.c uint32_t id = 0; id 227 daemons/schedulerd/pacemaker-schedulerd.c xmlNode *msg = pcmk__client_data2xml(c, data, &id, &flags); id 229 daemons/schedulerd/pacemaker-schedulerd.c pcmk__ipc_send_ack(c, id, flags, "ack", CRM_EX_INDETERMINATE); id 87 include/crm/cib/internal.h const char *id; id 65 include/crm/cluster.h uint32_t id; // Node ID id 132 include/crm/cluster.h crm_node_t *crm_get_peer_full(unsigned int id, const char *uname, int flags); id 135 include/crm/cluster.h crm_node_t *crm_get_peer(unsigned int id, const char *uname); id 139 include/crm/cluster.h guint reap_crm_member(uint32_t id, const char *name); id 34 include/crm/cluster/internal.h uint32_t id; id 50 include/crm/cluster/internal.h int id __attribute__ ((aligned(8))); id 57 include/crm/cluster/internal.h uint32_t id; id 358 include/crm/cluster/internal.h crm_node_t * crm_find_peer_full(unsigned int id, const char *uname, int flags); id 359 include/crm/cluster/internal.h crm_node_t * crm_find_peer(unsigned int id, const char *uname); id 362 include/crm/cluster/internal.h crm_node_t *crm_find_known_peer_full(unsigned int id, const char *uname, int flags); id 33 include/crm/common/alerts_internal.h char *id; id 73 include/crm/common/alerts_internal.h pcmk__alert_t *pcmk__alert_new(const char *id, const char *path); id 41 include/crm/common/ipc_controld.h uint32_t id; id 67 include/crm/common/ipc_controld.h int id; id 139 include/crm/common/ipc_internal.h char *id; id 196 include/crm/common/ipc_internal.h pcmk__client_t *pcmk__find_client_by_id(const char *id); id 219 include/crm/common/ipc_internal.h uint32_t *id, uint32_t *flags); id 39 include/crm/common/nvpair.h xmlNode *crm_create_nvpair_xml(xmlNode *parent, const char *id, id 724 include/crm/common/output_internal.h pcmk__output_create_html_node(pcmk__output_t *out, const char *element_name, const char *id, id 96 include/crm/common/xml.h xmlNode *pcmk_create_html_node(xmlNode * parent, const char *element_name, const char *id, id 287 include/crm/common/xml.h void crm_xml_sanitize_id(char *id); id 301 include/crm/common/xml.h xmlNode *find_entity(xmlNode *parent, const char *node_name, const char *id); id 172 include/crm/compatibility.h #define add_cib_op_callback(cib, id, flag, data, fn) do { \ id 173 include/crm/compatibility.h cib->cmds->register_callback(cib, id, 120, flag, data, #fn, fn); \ id 78 include/crm/fencing/internal.h xmlNode *create_device_registration_xml(const char *id, id 257 include/crm/lrmd.h char *id; id 32 include/crm/lrmd_internal.h int lrmd_tls_send_msg(pcmk__remote_t *session, xmlNode *msg, uint32_t id, id 18 include/crm/pengine/internal.h # define pe_rsc_info(rsc, fmt, args...) crm_log_tag(LOG_INFO, rsc ? rsc->id : "<NULL>", fmt, ##args) id 19 include/crm/pengine/internal.h # define pe_rsc_debug(rsc, fmt, args...) crm_log_tag(LOG_DEBUG, rsc ? rsc->id : "<NULL>", fmt, ##args) id 20 include/crm/pengine/internal.h # define pe_rsc_trace(rsc, fmt, args...) crm_log_tag(LOG_TRACE, rsc ? rsc->id : "<NULL>", fmt, ##args) id 49 include/crm/pengine/internal.h LOG_TRACE, "Resource", (resource)->id, (resource)->flags, \ id 55 include/crm/pengine/internal.h LOG_TRACE, "Resource", (resource)->id, (resource)->flags, \ id 168 include/crm/pengine/internal.h char *id; // Constraint XML ID id 176 include/crm/pengine/internal.h int id; id 224 include/crm/pengine/internal.h void common_update_score(pe_resource_t * rsc, const char *id, int score); id 232 include/crm/pengine/internal.h pe_resource_t *native_find_rsc(pe_resource_t *rsc, const char *id, const pe_node_t *node, id 406 include/crm/pengine/internal.h # define delete_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_DELETE, 0) id 411 include/crm/pengine/internal.h # define stopped_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_STOPPED, 0) id 416 include/crm/pengine/internal.h # define stop_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_STOP, 0) id 421 include/crm/pengine/internal.h # define reload_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_RELOAD, 0) id 422 include/crm/pengine/internal.h # define start_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_START, 0) id 427 include/crm/pengine/internal.h # define started_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_STARTED, 0) id 432 include/crm/pengine/internal.h # define promote_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_PROMOTE, 0) id 437 include/crm/pengine/internal.h # define promoted_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_PROMOTED, 0) id 442 include/crm/pengine/internal.h # define demote_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_DEMOTE, 0) id 447 include/crm/pengine/internal.h # define demoted_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_DEMOTED, 0) id 482 include/crm/pengine/internal.h const char *pe_base_name_end(const char *id); id 487 include/crm/pengine/internal.h pe_base_name_eq(pe_resource_t *rsc, const char *id) id 489 include/crm/pengine/internal.h if (id && rsc && rsc->id) { id 491 include/crm/pengine/internal.h size_t base_len = pe_base_name_end(rsc->id) - rsc->id + 1; id 493 include/crm/pengine/internal.h return (strlen(id) == base_len) && !strncmp(id, rsc->id, base_len); id 552 include/crm/pengine/internal.h pe_node_t *pe_create_node(const char *id, const char *uname, const char *type, id 197 include/crm/pengine/pe_types.h const char *id; id 308 include/crm/pengine/pe_types.h char *id; id 388 include/crm/pengine/pe_types.h int id; id 438 include/crm/pengine/pe_types.h char *id; id 446 include/crm/pengine/pe_types.h char *id; id 39 include/crm/pengine/status.h pe_resource_t *pe_find_resource_with_flags(GListPtr rsc_list, const char *id, enum pe_find flags); id 41 include/crm/pengine/status.h pe_node_t *pe_find_node_id(GListPtr node_list, const char *id); id 42 include/crm/pengine/status.h pe_node_t *pe_find_node_any(GListPtr node_list, const char *id, const char *uname); id 123 include/crm/services.h char *id; id 298 include/crm/services.h svc_action_t *services_alert_create(const char *id, const char *exec, id 113 include/crm/stonith-ng.h char *id; id 181 include/crm/stonith-ng.h stonith_t *st, int options, const char *id, id 233 include/crm/stonith-ng.h int (*list)(stonith_t *st, int options, const char *id, char **list_output, int timeout); id 241 include/crm/stonith-ng.h int (*monitor)(stonith_t *st, int options, const char *id, int timeout); id 249 include/crm/stonith-ng.h int (*status)(stonith_t *st, int options, const char *id, const char *port, int timeout); id 196 include/pacemaker.h const char *id, stonith_key_value_t *params, id 219 include/pcmki/pcmki_fence.h const char *id, stonith_key_value_t *params, id 27 include/pcmki/pcmki_sched_utils.h pe__location_t *rsc2node_new(const char *id, pe_resource_t *rsc, int weight, id 31 include/pcmki/pcmki_sched_utils.h extern gboolean rsc_colocation_new(const char *id, const char *node_attr, int score, id 36 include/pcmki/pcmki_sched_utils.h extern gboolean rsc_ticket_new(const char *id, pe_resource_t * rsc_lh, pe_ticket_t * ticket, id 41 include/pcmki/pcmki_scheduler.h const char *id; id 60 include/pcmki/pcmki_scheduler.h const char *id; id 32 include/pcmki/pcmki_transition.h int id; id 45 include/pcmki/pcmki_transition.h int id; id 80 include/pcmki/pcmki_transition.h int id; id 617 lib/cib/cib_client.c blob->id = callback_name; id 669 lib/cib/cib_client.c crm_debug("Call %d (%s): pending", call, crm_str(blob->id)); id 765 lib/cib/cib_ops.c const char *id = crm_element_value(parent, XML_ATTR_ID); id 768 lib/cib/cib_ops.c if (id) { id 770 lib/cib/cib_ops.c parent->name, id, id 564 lib/cib/cib_utils.c crm_trace("Invoking callback %s for call %d", crm_str(blob->id), call_id); id 204 lib/cluster/cluster.c uint32_t id = (uint32_t) crm_parse_ll(uuid, NULL); id 206 lib/cluster/cluster.c if (id != 0) { id 207 lib/cluster/cluster.c node = crm_find_peer(id, NULL); id 213 lib/cluster/cluster.c crm_info("Setting uuid for node %s[%u] to '%s'", node->uname, node->id, uuid); id 47 lib/cluster/corosync.c if (node->id > 0) { id 48 lib/cluster/corosync.c return crm_strdup_printf("%u", node->id); id 125 lib/cluster/corosync.c uint32_t id = 0; id 129 lib/cluster/corosync.c rc = cmap_get_uint32(cmap_handle, key, &id); id 130 lib/cluster/corosync.c crm_trace("Checking %u vs %u from %s", nodeid, id, key); id 137 lib/cluster/corosync.c if (nodeid == id) { id 241 lib/cluster/corosync.c uint32_t id = view_list[i]; id 243 lib/cluster/corosync.c crm_debug("Member[%d] %u ", i, id); id 246 lib/cluster/corosync.c node = crm_get_peer(id, NULL); id 248 lib/cluster/corosync.c char *name = corosync_node_name(0, id); id 250 lib/cluster/corosync.c crm_info("Obtaining name for new node %u", id); id 251 lib/cluster/corosync.c node = crm_get_peer(id, name); id 468 lib/cluster/corosync.c msg->id, ais_dest(&(msg->host)), msg_type2text(dest), id 475 lib/cluster/corosync.c msg->id, ais_dest(&(msg->host)), msg_type2text(dest), ais_dest(&(msg->sender)), id 603 lib/cluster/corosync.c if (node->id && node->id != nodeid) { id 604 lib/cluster/corosync.c crm_crit("Nodes %u and %u share the same name '%s': shutting down", node->id, id 263 lib/cluster/cpg.c if (msg->sender.id > 0 && msg->sender.id != nodeid) { id 264 lib/cluster/cpg.c crm_err("Nodeid mismatch from %d.%d: claimed nodeid=%u", nodeid, pid, msg->sender.id); id 267 lib/cluster/cpg.c } else if (msg->host.id != 0 && (local_nodeid != msg->host.id)) { id 269 lib/cluster/cpg.c crm_trace("Not for us: %u != %u", msg->host.id, local_nodeid); id 277 lib/cluster/cpg.c msg->sender.id = nodeid; id 301 lib/cluster/cpg.c *kind = msg->header.id; id 347 lib/cluster/cpg.c crm_get_peer(msg->sender.id, msg->sender.uname); id 355 lib/cluster/cpg.c msg->id, ais_dest(&(msg->host)), msg_type2text(msg->host.type), id 544 lib/cluster/cpg.c uint32_t id = 0; id 604 lib/cluster/cpg.c id = get_local_nodeid(handle); id 605 lib/cluster/cpg.c if (id == 0) { id 610 lib/cluster/cpg.c cluster->nodeid = id; id 629 lib/cluster/cpg.c peer = crm_get_peer(id, NULL); id 692 lib/cluster/cpg.c msg->id = msg_id; id 693 lib/cluster/cpg.c msg->header.id = msg_class; id 706 lib/cluster/cpg.c target = crm_strdup_printf("%u", node->id); id 708 lib/cluster/cpg.c msg->host.id = node->id; id 713 lib/cluster/cpg.c msg->sender.id = 0; id 761 lib/cluster/cpg.c msg->id, target, (unsigned long long) iov->iov_len, id 765 lib/cluster/cpg.c msg->id, target, (unsigned long long) iov->iov_len, id 301 lib/cluster/membership.c } else if (search->id && node->id != search->id) { id 304 lib/cluster/membership.c } else if (search->id == 0 && !pcmk__str_eq(node->uname, search->uname, pcmk__str_casei)) { id 309 lib/cluster/membership.c (node->uname? node->uname : "unknown"), node->id); id 324 lib/cluster/membership.c reap_crm_member(uint32_t id, const char *name) id 334 lib/cluster/membership.c search.id = id; id 339 lib/cluster/membership.c matches, pcmk__plural_s(matches), search.id, id 345 lib/cluster/membership.c search.id, (search.uname? " and/or uname=" : ""), id 380 lib/cluster/membership.c crm_trace("Destroying entry for node %u: %s", node->id, node->uname); id 466 lib/cluster/membership.c const char *id = NULL; id 470 lib/cluster/membership.c while (g_hash_table_iter_next(&iter, (gpointer *) &id, (gpointer *) &node)) { id 471 lib/cluster/membership.c do_crm_log(level, "%s: Node %u/%s = %p - %s", caller, node->id, node->uname, node, id); id 484 lib/cluster/membership.c crm_find_peer_full(unsigned int id, const char *uname, int flags) id 488 lib/cluster/membership.c CRM_ASSERT(id > 0 || uname != NULL); id 497 lib/cluster/membership.c node = crm_find_peer(id, uname); id 503 lib/cluster/membership.c crm_get_peer_full(unsigned int id, const char *uname, int flags) id 507 lib/cluster/membership.c CRM_ASSERT(id > 0 || uname != NULL); id 516 lib/cluster/membership.c node = crm_get_peer(id, uname); id 522 lib/cluster/membership.c crm_find_peer(unsigned int id, const char *uname) id 529 lib/cluster/membership.c CRM_ASSERT(id > 0 || uname != NULL); id 544 lib/cluster/membership.c if (id > 0) { id 547 lib/cluster/membership.c if(node->id == id) { id 548 lib/cluster/membership.c crm_trace("ID match: %u = %p", node->id, node); id 558 lib/cluster/membership.c crm_trace("Consistent: %p for %u/%s", by_id, id, uname); id 561 lib/cluster/membership.c crm_trace("Only one: %p for %u/%s", by_name, id, uname); id 563 lib/cluster/membership.c if(id && by_name->id) { id 566 lib/cluster/membership.c id, by_name->id, uname); id 574 lib/cluster/membership.c crm_trace("Only one: %p for %u/%s", by_id, id, uname); id 579 lib/cluster/membership.c uname, by_id->uname, id, uname); id 584 lib/cluster/membership.c crm_notice("Node '%s' has changed its ID from %u to %u", by_id->uname, by_name->id, by_id->id); id 588 lib/cluster/membership.c crm_warn("Node '%s' and '%s' share the same cluster nodeid: %u %s", by_id->uname, by_name->uname, id, uname); id 594 lib/cluster/membership.c } else if(id && by_name->id) { id 595 lib/cluster/membership.c crm_warn("Node %u and %u share the same name: '%s'", by_id->id, by_name->id, uname); id 621 lib/cluster/membership.c if (node->id == 0 || node->uname == NULL) { id 631 lib/cluster/membership.c if (existing_node->id > 0 id 632 lib/cluster/membership.c && existing_node->id != node->id id 641 lib/cluster/membership.c existing_node->id, existing_node->uname, node->id); id 654 lib/cluster/membership.c crm_get_peer(unsigned int id, const char *uname) id 659 lib/cluster/membership.c CRM_ASSERT(id > 0 || uname != NULL); id 663 lib/cluster/membership.c node = crm_find_peer(id, uname); id 668 lib/cluster/membership.c uname_lookup = get_node_name(id); id 673 lib/cluster/membership.c crm_trace("Inferred a name of '%s' for node %u", uname, id); id 677 lib/cluster/membership.c node = crm_find_peer(id, uname); id 689 lib/cluster/membership.c uniqueid, node, uname, id, 1 + g_hash_table_size(crm_peer_cache)); id 693 lib/cluster/membership.c if(id > 0 && uname && (node->id == 0 || node->uname == NULL)) { id 694 lib/cluster/membership.c crm_info("Node %u is now known as %s", id, uname); id 697 lib/cluster/membership.c if(id > 0 && node->id == 0) { id 698 lib/cluster/membership.c node->id = id; id 709 lib/cluster/membership.c crm_info("Node %u has uuid %s", id, uuid); id 712 lib/cluster/membership.c crm_info("Cannot obtain a UUID for node %u/%s", id, node->uname); id 826 lib/cluster/membership.c node->id); id 828 lib/cluster/membership.c crm_info("%s: Node %s[%u] - %s is now %s", source, node->uname, node->id, id 857 lib/cluster/membership.c crm_trace("%s: Node %s[%u] - %s is unchanged (%s)", source, node->uname, node->id, id 884 lib/cluster/membership.c crm_info("%s: Node %s[%u] - expected state is now %s (was %s)", source, node->uname, node->id, id 889 lib/cluster/membership.c node->id, expected); id 933 lib/cluster/membership.c node->id, (last? last : "unknown"), source); id 946 lib/cluster/membership.c crm_notice("Purged 1 peer with id=%u and/or uname=%s from the membership cache", node->id, node->uname); id 950 lib/cluster/membership.c reap_crm_member(node->id, node->uname); id 957 lib/cluster/membership.c " nodeid=%u source=%s", node->uname, state, node->id, source); id 1010 lib/cluster/membership.c node->uname, node->id); id 1030 lib/cluster/membership.c crm_find_known_peer(const char *id, const char *uname) id 1048 lib/cluster/membership.c if (id) { id 1051 lib/cluster/membership.c if(strcasecmp(node->uuid, id) == 0) { id 1052 lib/cluster/membership.c crm_trace("ID match: %s= %p", id, node); id 1062 lib/cluster/membership.c crm_trace("Consistent: %p for %s/%s", by_id, id, uname); id 1065 lib/cluster/membership.c crm_trace("Only one: %p for %s/%s", by_name, id, uname); id 1067 lib/cluster/membership.c if (id) { id 1075 lib/cluster/membership.c crm_trace("Only one: %p for %s/%s", by_id, id, uname); id 1086 lib/cluster/membership.c } else if (id && by_name->uuid id 1087 lib/cluster/membership.c && pcmk__str_eq(id, by_name->uuid, pcmk__str_casei)) { id 1098 lib/cluster/membership.c id? " " : "", id 1099 lib/cluster/membership.c id? id : "", id 1110 lib/cluster/membership.c const char *id = crm_element_value(xml_node, XML_ATTR_ID); id 1114 lib/cluster/membership.c CRM_CHECK(id != NULL && uname !=NULL, return); id 1115 lib/cluster/membership.c node = crm_find_known_peer(id, uname); id 1126 lib/cluster/membership.c node->uuid = strdup(id); id 1170 lib/cluster/membership.c crm_find_known_peer_full(unsigned int id, const char *uname, int flags) id 1175 lib/cluster/membership.c CRM_ASSERT(id > 0 || uname != NULL); id 1177 lib/cluster/membership.c node = crm_find_peer_full(id, uname, flags); id 1183 lib/cluster/membership.c if (id > 0) { id 1184 lib/cluster/membership.c id_str = crm_strdup_printf("%u", id); id 333 lib/common/acl.c const char *id = crm_element_value(child, XML_ATTR_ID); id 335 lib/common/acl.c if (id && strcmp(id, user) == 0) { id 336 lib/common/acl.c crm_debug("Unpacking ACLs for user '%s'", id); id 95 lib/common/alerts.c pcmk__alert_new(const char *id, const char *path) id 99 lib/common/alerts.c CRM_ASSERT(entry && id && path); id 100 lib/common/alerts.c entry->id = strdup(id); id 111 lib/common/alerts.c free(entry->id); id 135 lib/common/alerts.c pcmk__alert_t *new_entry = pcmk__alert_new(entry->id, entry->path); id 1027 lib/common/ipc_client.c client->name, header->qb.id, header->qb.size, client->msg_size, id 1095 lib/common/ipc_client.c if (hdr->qb.id == request_id) { id 1098 lib/common/ipc_client.c } else if (hdr->qb.id < request_id) { id 1101 lib/common/ipc_client.c crm_err("Discarding old reply %d (need %d)", hdr->qb.id, request_id); id 1107 lib/common/ipc_client.c crm_err("Discarding newer reply %d (need %d)", hdr->qb.id, request_id); id 1109 lib/common/ipc_client.c CRM_ASSERT(hdr->qb.id <= request_id); id 1146 lib/common/ipc_client.c static uint32_t id = 0; id 1180 lib/common/ipc_client.c id++; id 1181 lib/common/ipc_client.c CRM_LOG_ASSERT(id != 0); /* Crude wrap-around detection */ id 1182 lib/common/ipc_client.c rc = pcmk__ipc_prepare_iov(id, message, client->max_buf_size, &iov, &bytes); id 1208 lib/common/ipc_client.c client->name, header->qb.id, header->qb.size, ms_timeout); id 1231 lib/common/ipc_client.c client->name, header->qb.id); id 1235 lib/common/ipc_client.c rc = internal_ipc_get_reply(client, header->qb.id, ms_timeout, &bytes); id 1260 lib/common/ipc_client.c rc, hdr->qb.id, client->name, header->qb.id, id 1269 lib/common/ipc_client.c client->name, header->qb.id, rc); id 1275 lib/common/ipc_client.c CRM_XS " rc=%d", client->name, header->qb.id, rc); id 1279 lib/common/ipc_client.c client->name, header->qb.id, pcmk_strerror(rc), ms_timeout, id 1285 lib/common/ipc_client.c client->name, header->qb.id, id 103 lib/common/ipc_controld.c crm_element_value_int(msg_data, XML_ATTR_ID, &(data->data.node_info.id)); id 137 lib/common/ipc_controld.c node_info->id = id_ll; id 70 lib/common/ipc_server.c pcmk__find_client_by_id(const char *id) id 76 lib/common/ipc_server.c if (client_connections && id) { id 79 lib/common/ipc_server.c if (strcmp(client->id, id) == 0) { id 85 lib/common/ipc_server.c crm_trace("No client found with id=%s", id); id 94 lib/common/ipc_server.c } else if (c->name == NULL && c->id == NULL) { id 97 lib/common/ipc_server.c return c->id; id 179 lib/common/ipc_server.c client->id = crm_generate_uuid(); id 180 lib/common/ipc_server.c if (client->id == NULL) { id 187 lib/common/ipc_server.c key = client->id; id 251 lib/common/ipc_server.c client->id, client->pid, uid_client, gid_client); id 310 lib/common/ipc_server.c g_hash_table_remove(client_connections, c->id); id 323 lib/common/ipc_server.c free(c->id); id 383 lib/common/ipc_server.c pcmk__client_data2xml(pcmk__client_t *c, void *data, uint32_t *id, id 395 lib/common/ipc_server.c if (id) { id 396 lib/common/ipc_server.c *id = ((struct qb_ipc_response_header *)data)->id; id 517 lib/common/ipc_server.c header->qb.id, c->ipcs, c->pid, (long long) qb_rc); id 520 lib/common/ipc_server.c header->qb.id, c->ipcs, c->pid, (long long) qb_rc, id 651 lib/common/ipc_server.c header->qb.id = (int32_t)request; /* Replying to a specific request */ id 665 lib/common/ipc_server.c static uint32_t id = 1; id 682 lib/common/ipc_server.c header->qb.id = id++; /* We don't really use it, but doesn't hurt to set one */ id 706 lib/common/ipc_server.c CRM_LOG_ASSERT(header->qb.id != 0); /* Replying to a specific request */ id 715 lib/common/ipc_server.c header->qb.id, c->pid, pcmk_rc_str(rc), id 720 lib/common/ipc_server.c header->qb.id, (long long) qb_rc, c->ipcs, c->pid); id 48 lib/common/mainloop.c guint id; id 131 lib/common/mainloop.c trigger->id = 0; id 142 lib/common/mainloop.c trigger->id = g_source_attach(source, NULL); id 1252 lib/common/mainloop.c guint id; id 1263 lib/common/mainloop.c int id = 0; id 1269 lib/common/mainloop.c id = t->id; id 1270 lib/common/mainloop.c t->id = 0; /* Ensure it's unset during callbacks so that id 1285 lib/common/mainloop.c t->id = id; id 1294 lib/common/mainloop.c if(t && t->id != 0) { id 1306 lib/common/mainloop.c t->id = g_timeout_add(t->period_ms, mainloop_timer_cb, t); id 1313 lib/common/mainloop.c if(t && t->id != 0) { id 1315 lib/common/mainloop.c g_source_remove(t->id); id 1316 lib/common/mainloop.c t->id = 0; id 1330 lib/common/mainloop.c if(t && t->id != 0 && last != t->period_ms) { id 1347 lib/common/mainloop.c t->id = 0; id 848 lib/common/nvpair.c crm_create_nvpair_xml(xmlNode *parent, const char *id, const char *name, id 856 lib/common/nvpair.c CRM_CHECK(id || name, return NULL); id 861 lib/common/nvpair.c if (id) { id 862 lib/common/nvpair.c crm_xml_add(nvp, XML_ATTR_ID, id); id 407 lib/common/output_html.c pcmk__output_create_html_node(pcmk__output_t *out, const char *element_name, const char *id, id 415 lib/common/output_html.c if (id != NULL) { id 416 lib/common/output_html.c xmlSetProp(node, (pcmkXmlStr) "id", (pcmkXmlStr) id); id 79 lib/common/output_none.c none_list_item(pcmk__output_t *out, const char *id, const char *format, ...) { id 183 lib/common/output_text.c text_list_item(pcmk__output_t *out, const char *id, const char *format, ...) { id 192 lib/common/output_text.c if (id != NULL) { id 197 lib/common/output_text.c pcmk__indented_printf(out, "%s: ", id); id 649 lib/common/patchset.c char *id = NULL; id 671 lib/common/patchset.c id = crm_element_value_copy(target, XML_ATTR_ID); id 674 lib/common/patchset.c crm_trace("We are the root of the deletion: %s.id=%s", name, id); id 676 lib/common/patchset.c free(id); id 699 lib/common/patchset.c free(id); id 710 lib/common/patchset.c const char *id = NULL; id 724 lib/common/patchset.c id = ID(patch); id 726 lib/common/patchset.c crm_trace("We are the root of the addition: %s.id=%s", name, id); id 731 lib/common/patchset.c id = ID(patch); id 733 lib/common/patchset.c crm_err("Could not locate: %s.id=%s", name, id); id 989 lib/common/patchset.c first_matching_xml_child(xmlNode *parent, const char *name, const char *id, id 998 lib/common/patchset.c } else if (id) { id 1001 lib/common/patchset.c if ((cid == NULL) || (strcmp(cid, id) != 0)) { id 1038 lib/common/patchset.c char *id; id 1057 lib/common/patchset.c id = calloc(key_len, sizeof(char)); id 1058 lib/common/patchset.c CRM_ASSERT(id != NULL); id 1068 lib/common/patchset.c int f = sscanf(section, "%[^[][@id='%[^']", tag, id); id 1084 lib/common/patchset.c target = first_matching_xml_child(target, tag, id, id 1109 lib/common/patchset.c free(id); id 1490 lib/common/patchset.c const char *id = NULL; id 1507 lib/common/patchset.c id = ID(left); id 1512 lib/common/patchset.c crm_element_name(left), id); id 1529 lib/common/patchset.c crm_trace("We are the root of the deletion: %s.id=%s", name, id); id 1577 lib/common/patchset.c xmlSetProp(diff, (pcmkXmlStr) XML_ATTR_ID, (pcmkXmlStr) id); id 1626 lib/common/patchset.c crm_element_name(left), id); id 1640 lib/common/patchset.c crm_element_name(left), id); id 1651 lib/common/patchset.c } else if (!full && (id != NULL)) { id 1652 lib/common/patchset.c crm_xml_add(diff, XML_ATTR_ID, id); id 75 lib/common/remote.c uint64_t id; id 115 lib/common/remote.c header->id = __swab64(header->id); id 504 lib/common/remote.c static uint64_t id = 0; id 524 lib/common/remote.c id++; id 525 lib/common/remote.c header->id = id; id 379 lib/common/xml.c const char *id = ID(needle); id 380 lib/common/xml.c const char *attr = (id == NULL)? NULL : XML_ATTR_ID; id 382 lib/common/xml.c return pcmk__xe_match(haystack, crm_element_name(needle), attr, id); id 700 lib/common/xml.c pcmk_create_html_node(xmlNode * parent, const char *element_name, const char *id, id 709 lib/common/xml.c if (id != NULL) { id 710 lib/common/xml.c xmlSetProp(node, (pcmkXmlStr) "id", (pcmkXmlStr) id); id 1102 lib/common/xml.c crm_xml_sanitize_id(char *id) id 1106 lib/common/xml.c for (c = id; *c; ++c) { id 1128 lib/common/xml.c char *id = NULL; id 1132 lib/common/xml.c len = vasprintf(&id, format, ap); id 1136 lib/common/xml.c crm_xml_sanitize_id(id); id 1137 lib/common/xml.c crm_xml_add(xml, XML_ATTR_ID, id); id 1138 lib/common/xml.c free(id); id 2940 lib/common/xml.c xmlNode *find_entity(xmlNode *parent, const char *node_name, const char *id); id 2943 lib/common/xml.c find_entity(xmlNode *parent, const char *node_name, const char *id) id 2946 lib/common/xml.c ((id == NULL)? id : XML_ATTR_ID), id); id 271 lib/common/xpath.c const char *id = ID(xml); id 278 lib/common/xpath.c if(id) { id 280 lib/common/xpath.c "/%s[@id='%s']", (const char *) xml->name, id); id 87 lib/fencing/st_client.c const char *id; id 274 lib/fencing/st_client.c create_device_registration_xml(const char *id, enum stonith_namespace namespace, id 291 lib/fencing/st_client.c crm_xml_add(data, XML_ATTR_ID, id); id 310 lib/fencing/st_client.c const char *id, const char *namespace, const char *agent, id 316 lib/fencing/st_client.c data = create_device_registration_xml(id, stonith_text2namespace(namespace), id 804 lib/fencing/st_client.c svc_action->id = crm_strdup_printf("%s_%s_%d", basename(action->agent), id 812 lib/fencing/st_client.c svc_action->id, svc_action->flags, id 1018 lib/fencing/st_client.c const char *id, id 1026 lib/fencing/st_client.c crm_xml_add(data, F_STONITH_DEVICE, id); id 1037 lib/fencing/st_client.c stonith_api_list(stonith_t * stonith, int call_options, const char *id, char **list_info, id 1043 lib/fencing/st_client.c rc = stonith_api_call(stonith, call_options, id, "list", NULL, timeout, &output); id 1063 lib/fencing/st_client.c stonith_api_monitor(stonith_t * stonith, int call_options, const char *id, int timeout) id 1065 lib/fencing/st_client.c return stonith_api_call(stonith, call_options, id, "monitor", NULL, timeout, NULL); id 1069 lib/fencing/st_client.c stonith_api_status(stonith_t * stonith, int call_options, const char *id, const char *port, id 1072 lib/fencing/st_client.c return stonith_api_call(stonith, call_options, id, "status", port, timeout, NULL); id 1319 lib/fencing/st_client.c local_blob.id = NULL; id 1345 lib/fencing/st_client.c crm_trace("Invoking callback %s for call %d", crm_str(local_blob.id), call_id); id 1683 lib/fencing/st_client.c blob->id = callback_name; id 1705 lib/fencing/st_client.c crm_debug("Call %d (%s): pending", call, crm_str(blob->id)); id 1758 lib/fencing/st_client.c event->id = crm_element_value_copy(data, F_STONITH_REMOTE_OP_ID); id 1775 lib/fencing/st_client.c free(event->id); id 149 lib/lrmd/lrmd_alerts.c kind_s, entry->recipient, entry->id); id 157 lib/lrmd/lrmd_alerts.c attr_name, entry->recipient, entry->id); id 167 lib/lrmd/lrmd_alerts.c kind_s, entry->id, entry->recipient); id 200 lib/lrmd/lrmd_alerts.c rc = lrmd->cmds->exec_alert(lrmd, entry->id, entry->path, id 204 lib/lrmd/lrmd_alerts.c entry->id, pcmk_strerror(rc), rc); id 595 lib/lrmd/lrmd_client.c lrmd_tls_send_msg(pcmk__remote_t *session, xmlNode *msg, uint32_t id, id 598 lib/lrmd/lrmd_client.c crm_xml_add_int(msg, F_LRMD_REMOTE_MSG_ID, id); id 1546 lib/lrmd/lrmd_client.c rsc_info->id = strdup(rsc_id); id 1547 lib/lrmd/lrmd_client.c CRM_ASSERT(rsc_info->id); id 1567 lib/lrmd/lrmd_client.c return lrmd_new_rsc_info(rsc_info->id, rsc_info->standard, id 1577 lib/lrmd/lrmd_client.c free(rsc_info->id); id 479 lib/pacemaker/pcmk_fence.c const char *id, stonith_key_value_t *params, id 485 lib/pacemaker/pcmk_fence.c rc = st->cmds->validate(st, st_opt_sync_call, id, NULL, agent, params, id 487 lib/pacemaker/pcmk_fence.c out->message(out, "validate", agent, id, output, error_output, rc); id 494 lib/pacemaker/pcmk_fence.c const char *id, stonith_key_value_t *params, id 504 lib/pacemaker/pcmk_fence.c rc = pcmk__fence_validate(out, st, agent, id, params, timeout); id 178 lib/pacemaker/pcmk_sched_allocate.c rsc->id, node->details->uname, attr_list[attr_lpc], id 212 lib/pacemaker/pcmk_sched_allocate.c rsc->id, task, interval_ms, id 239 lib/pacemaker/pcmk_sched_allocate.c key = pcmk__op_key(rsc->id, task, interval_ms); id 260 lib/pacemaker/pcmk_sched_allocate.c rsc->id, task, interval_ms, active_node->details->uname); id 286 lib/pacemaker/pcmk_sched_allocate.c rsc->id, task, interval_ms, active_node->details->uname, id 295 lib/pacemaker/pcmk_sched_allocate.c key = pcmk__op_key(rsc->id, task, interval_ms); id 310 lib/pacemaker/pcmk_sched_allocate.c key = pcmk__op_key(rsc->id, task, interval_ms); id 325 lib/pacemaker/pcmk_sched_allocate.c pe_rsc_trace(rsc, "Reloading '%s' action for resource %s", task, rsc->id); id 333 lib/pacemaker/pcmk_sched_allocate.c pe_rsc_trace(rsc, "Resource %s doesn't know how to reload", rsc->id); id 375 lib/pacemaker/pcmk_sched_allocate.c rsc->id, ID(rsc_op), node->details->id); id 412 lib/pacemaker/pcmk_sched_allocate.c pe_rsc_trace(rsc, "Skipping param check for %s and deleting: orphan", rsc->id); id 415 lib/pacemaker/pcmk_sched_allocate.c pe_rsc_trace(rsc, "Skipping param check for %s (orphan clone)", rsc->id); id 419 lib/pacemaker/pcmk_sched_allocate.c } else if (pe_find_node_id(rsc->running_on, node->details->id) == NULL) { id 424 lib/pacemaker/pcmk_sched_allocate.c rsc->id, node->details->uname); id 428 lib/pacemaker/pcmk_sched_allocate.c pe_rsc_trace(rsc, "Processing %s on %s", rsc->id, node->details->uname); id 496 lib/pacemaker/pcmk_sched_allocate.c find_rsc_list(GListPtr result, pe_resource_t * rsc, const char *id, gboolean renamed_clones, id 502 lib/pacemaker/pcmk_sched_allocate.c if (id == NULL) { id 513 lib/pacemaker/pcmk_sched_allocate.c result = find_rsc_list(result, child, id, renamed_clones, partial, id 520 lib/pacemaker/pcmk_sched_allocate.c if (strstr(rsc->id, id)) { id 523 lib/pacemaker/pcmk_sched_allocate.c } else if (renamed_clones && rsc->clone_name && strstr(rsc->clone_name, id)) { id 528 lib/pacemaker/pcmk_sched_allocate.c if (strcmp(rsc->id, id) == 0) { id 531 lib/pacemaker/pcmk_sched_allocate.c } else if (renamed_clones && rsc->clone_name && strcmp(rsc->clone_name, id) == 0) { id 545 lib/pacemaker/pcmk_sched_allocate.c result = find_rsc_list(result, child, id, renamed_clones, partial, NULL); id 555 lib/pacemaker/pcmk_sched_allocate.c const char *id = NULL; id 567 lib/pacemaker/pcmk_sched_allocate.c id = crm_element_value(node_state, XML_ATTR_ID); id 571 lib/pacemaker/pcmk_sched_allocate.c node = pe_find_node_id(data_set->nodes, id); id 688 lib/pacemaker/pcmk_sched_allocate.c failed->id, node->details->uname, fail_count, id 692 lib/pacemaker/pcmk_sched_allocate.c failed->id, countdown, node->details->uname); id 712 lib/pacemaker/pcmk_sched_allocate.c pe_node_t *current = pe_find_node_id(rsc->running_on, node->details->id); id 713 lib/pacemaker/pcmk_sched_allocate.c pe_node_t *match = pe_hash_table_lookup(rsc->allowed_nodes, node->details->id); id 723 lib/pacemaker/pcmk_sched_allocate.c " (node=%s, weight=%d)", sticky_rsc->id, id 730 lib/pacemaker/pcmk_sched_allocate.c " and node %s is not explicitly allowed", rsc->id, node->details->uname); id 733 lib/pacemaker/pcmk_sched_allocate.c crm_err("%s[%s] = %d", rsc->id, nIter->details->uname, nIter->weight); id 968 lib/pacemaker/pcmk_sched_allocate.c match = g_hash_table_lookup(rsc->allowed_nodes, node->details->id); id 1022 lib/pacemaker/pcmk_sched_allocate.c rsc->id); id 1035 lib/pacemaker/pcmk_sched_allocate.c rsc->id, node->details->uname); id 1052 lib/pacemaker/pcmk_sched_allocate.c rsc->id, rsc->lock_node->details->uname, id 1057 lib/pacemaker/pcmk_sched_allocate.c rsc->id, rsc->lock_node->details->uname); id 1194 lib/pacemaker/pcmk_sched_allocate.c resource1->id, NULL, NULL, 1, id 1196 lib/pacemaker/pcmk_sched_allocate.c pe__show_node_weights(true, NULL, resource1->id, r1_nodes); id 1199 lib/pacemaker/pcmk_sched_allocate.c resource2->id, NULL, NULL, 1, id 1201 lib/pacemaker/pcmk_sched_allocate.c pe__show_node_weights(true, NULL, resource2->id, r2_nodes); id 1210 lib/pacemaker/pcmk_sched_allocate.c r1_node = g_hash_table_lookup(r1_nodes, r1_node->details->id); id 1217 lib/pacemaker/pcmk_sched_allocate.c r2_node = g_hash_table_lookup(r2_nodes, r2_node->details->id); id 1242 lib/pacemaker/pcmk_sched_allocate.c r1_node = g_hash_table_lookup(r1_nodes, node->details->id); id 1250 lib/pacemaker/pcmk_sched_allocate.c r2_node = g_hash_table_lookup(r2_nodes, node->details->id); id 1269 lib/pacemaker/pcmk_sched_allocate.c resource1->id, r1_weight, r1_node ? r1_node->details->id : "n/a", id 1271 lib/pacemaker/pcmk_sched_allocate.c resource2->id, r2_weight, r2_node ? r2_node->details->id : "n/a", reason); id 1299 lib/pacemaker/pcmk_sched_allocate.c rsc->id); id 1311 lib/pacemaker/pcmk_sched_allocate.c crm_element_name(rsc->xml), rsc->id); id 1562 lib/pacemaker/pcmk_sched_allocate.c node->details->uname, stonith_op->id, stop->node->details->uname); id 1571 lib/pacemaker/pcmk_sched_allocate.c node->details->uname, stonith_op->id, id 1572 lib/pacemaker/pcmk_sched_allocate.c container->id, stop->id); id 1588 lib/pacemaker/pcmk_sched_allocate.c node->details->uname, stonith_op->id, stop->id); id 1594 lib/pacemaker/pcmk_sched_allocate.c node->details->uname, stonith_op->id); id 1776 lib/pacemaker/pcmk_sched_allocate.c key = pcmk__op_key(rsc->id, task, interval_ms); id 1804 lib/pacemaker/pcmk_sched_allocate.c crm_trace("Processing RH of ordering constraint %d", order->id); id 1815 lib/pacemaker/pcmk_sched_allocate.c " ignoring", rsc->id, order->rh_action_task); id 1858 lib/pacemaker/pcmk_sched_allocate.c crm_trace("Processing LH of ordering constraint %d", order->id); id 1874 lib/pacemaker/pcmk_sched_allocate.c key = pcmk__op_key(lh_rsc->id, op_type, interval_ms); id 1879 lib/pacemaker/pcmk_sched_allocate.c lh_rsc->id, order->lh_action_task, order->id, order->rh_action_task); id 1884 lib/pacemaker/pcmk_sched_allocate.c lh_rsc->id, order->lh_action_task, order->id, order->rh_action_task); id 1888 lib/pacemaker/pcmk_sched_allocate.c lh_rsc->id, order->lh_action_task, order->id, order->rh_action_task); id 1961 lib/pacemaker/pcmk_sched_allocate.c remote_rsc->id, id 1963 lib/pacemaker/pcmk_sched_allocate.c container->id); id 2125 lib/pacemaker/pcmk_sched_allocate.c remote_rsc->id, state2text(state)); id 2258 lib/pacemaker/pcmk_sched_allocate.c pcmk__op_key(action->rsc->id, RSC_START, 0), id 2461 lib/pacemaker/pcmk_sched_allocate.c order->id, order->type); id 2737 lib/pacemaker/pcmk_sched_allocate.c crm_err("No start action for %s", rsc->id); id 2770 lib/pacemaker/pcmk_sched_allocate.c crm_trace("Same parent %s for %s", first_rsc->id, start->uuid); id 2774 lib/pacemaker/pcmk_sched_allocate.c crm_trace("Not a clone %s for %s", first_rsc->id, start->uuid); id 2817 lib/pacemaker/pcmk_sched_allocate.c crm_trace("Applying ordering constraint: %d", order->id); id 2969 lib/pacemaker/pcmk_sched_allocate.c pe_rsc_trace(rsc, "processing actions for rsc=%s", rsc->id); id 3001 lib/pacemaker/pcmk_sched_allocate.c action->node->details->uname, action->rsc->id, id 3034 lib/pacemaker/pcmk_sched_allocate.c node_name = crm_strdup_printf("%s (resource: %s)", action->node->details->uname, action->node->details->remote_rsc->container->id); id 90 lib/pacemaker/pcmk_sched_bundle.c rsc->id, node->details->uname, fail_count, id 96 lib/pacemaker/pcmk_sched_bundle.c rsc->id, countdown, node->details->uname); id 133 lib/pacemaker/pcmk_sched_bundle.c rsc->id, replica->ip->id); id 151 lib/pacemaker/pcmk_sched_bundle.c rsc->id, replica->remote->id); id 173 lib/pacemaker/pcmk_sched_bundle.c rsc->id, replica->child->id); id 193 lib/pacemaker/pcmk_sched_bundle.c rsc->id, bundle_data->child->id); id 375 lib/pacemaker/pcmk_sched_bundle.c rsc_lh->id, rsc->id, candidate->details->uname); id 383 lib/pacemaker/pcmk_sched_bundle.c rsc_lh->id, replica->container->id, id 389 lib/pacemaker/pcmk_sched_bundle.c crm_trace("Can't pair %s with %s", rsc_lh->id, rsc->id); id 420 lib/pacemaker/pcmk_sched_bundle.c pe_rsc_debug(rsc, "Can't pair %s with %s", rsc_lh->id, (rsc? rsc->id : "none")); id 479 lib/pacemaker/pcmk_sched_bundle.c CRM_CHECK(rsc_lh != NULL, pe_err("rsc_lh was NULL for %s", constraint->id); return); id 480 lib/pacemaker/pcmk_sched_bundle.c CRM_CHECK(rsc != NULL, pe_err("rsc was NULL for %s", constraint->id); return); id 487 lib/pacemaker/pcmk_sched_bundle.c pe_rsc_trace(rsc, "%s is still provisional", rsc->id); id 496 lib/pacemaker/pcmk_sched_bundle.c pe_rsc_debug(rsc, "Pairing %s with %s", rsc_lh->id, rh_child->id); id 501 lib/pacemaker/pcmk_sched_bundle.c crm_notice("Cannot pair %s with instance of %s", rsc_lh->id, rsc->id); id 505 lib/pacemaker/pcmk_sched_bundle.c pe_rsc_debug(rsc, "Cannot pair %s with instance of %s", rsc_lh->id, rsc->id); id 513 lib/pacemaker/pcmk_sched_bundle.c constraint->id, rsc_lh->id, rsc->id, constraint->score); id 541 lib/pacemaker/pcmk_sched_bundle.c pe_rsc_trace(rsc, "Allowing %s: %s %d", constraint->id, chosen->details->uname, chosen->weight); id 590 lib/pacemaker/pcmk_sched_bundle.c crm_err("Can't colocate unrunnable child %s with %s", local_child->id, rsc->id); id 595 lib/pacemaker/pcmk_sched_bundle.c local_child->id, rsc->id, local_node->details->uname); id 603 lib/pacemaker/pcmk_sched_bundle.c local_child->id, child_rsc->id, local_node->details->uname); id 608 lib/pacemaker/pcmk_sched_bundle.c crm_trace("Can't pair %s with %s", local_child->id, rsc->id); id 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); id 675 lib/pacemaker/pcmk_sched_bundle.c pe_rsc_info(then->rsc, "Inhibiting %s from being active", then_child->id); id 725 lib/pacemaker/pcmk_sched_bundle.c first_task, first_child->id); id 729 lib/pacemaker/pcmk_sched_bundle.c first_task, first_child->id, id 740 lib/pacemaker/pcmk_sched_bundle.c then->task, then_child->id); id 744 lib/pacemaker/pcmk_sched_bundle.c then->task, then_child->id, id 767 lib/pacemaker/pcmk_sched_bundle.c first_child->id, first_action, id 768 lib/pacemaker/pcmk_sched_bundle.c then_child->id, then_action, task2text(task)); id 807 lib/pacemaker/pcmk_sched_bundle.c first->uuid, then->uuid, interleave ? "yes" : "no", rsc->id); id 930 lib/pacemaker/pcmk_sched_bundle.c replica->remote->id, calculated_addr); id 943 lib/pacemaker/pcmk_sched_bundle.c rsc->id); id 1013 lib/pacemaker/pcmk_sched_bundle.c pcmk__op_key(replica->container->id, RSC_STATUS, 0), id 1015 lib/pacemaker/pcmk_sched_bundle.c pcmk__op_key(other->container->id, RSC_START, 0), id 1032 lib/pacemaker/pcmk_sched_bundle.c char *probe_uuid = pcmk__op_key(replica->remote->id, RSC_STATUS, id 1041 lib/pacemaker/pcmk_sched_bundle.c replica->remote->id, node->details->uname); id 1043 lib/pacemaker/pcmk_sched_bundle.c pcmk__op_key(replica->container->id, RSC_START, 0), id 35 lib/pacemaker/pcmk_sched_clone.c num1 = strtol(strrchr(resource1->id, ':') + 1, NULL, 10); id 36 lib/pacemaker/pcmk_sched_clone.c num2 = strtol(strrchr(resource2->id, ':') + 1, NULL, 10); id 51 lib/pacemaker/pcmk_sched_clone.c ret = pe_hash_table_lookup(rsc->parent->allowed_nodes, node->details->id); id 53 lib/pacemaker/pcmk_sched_clone.c ret = pe_hash_table_lookup(rsc->allowed_nodes, node->details->id); id 110 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s < %s: running_on", resource1->id, resource2->id); id 114 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s > %s: running_on", resource1->id, resource2->id); id 122 lib/pacemaker/pcmk_sched_clone.c pe_node_t *match = pe_hash_table_lookup(resource1->allowed_nodes, node1->details->id); id 125 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s: current location is unavailable", resource1->id); id 132 lib/pacemaker/pcmk_sched_clone.c pe_node_t *match = pe_hash_table_lookup(resource2->allowed_nodes, node2->details->id); id 135 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s: current location is unavailable", resource2->id); id 143 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s < %s: availability of current location", resource1->id, resource2->id); id 146 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s > %s: availability of current location", resource1->id, resource2->id); id 151 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s < %s: priority", resource1->id, resource2->id); id 155 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s > %s: priority", resource1->id, resource2->id); id 160 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s == %s: not active", resource1->id, resource2->id); id 166 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s > %s: active", resource1->id, resource2->id); id 169 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s < %s: active", resource1->id, resource2->id); id 178 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s < %s: can", resource1->id, resource2->id); id 181 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s > %s: can", resource1->id, resource2->id); id 188 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s < %s: not allowed", resource1->id, resource2->id); id 191 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s > %s: not allowed", resource1->id, resource2->id); id 196 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s == %s: not allowed", resource1->id, resource2->id); id 201 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s < %s: count", resource1->id, resource2->id); id 205 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s > %s: count", resource1->id, resource2->id); id 213 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s > %s: failed", resource1->id, resource2->id); id 216 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s < %s: failed", resource1->id, resource2->id); id 233 lib/pacemaker/pcmk_sched_clone.c g_hash_table_insert(hash1, (gpointer) n->details->id, n); id 236 lib/pacemaker/pcmk_sched_clone.c g_hash_table_insert(hash2, (gpointer) n->details->id, n); id 245 lib/pacemaker/pcmk_sched_clone.c crm_trace("Applying %s to %s", constraint->id, resource1->id); id 248 lib/pacemaker/pcmk_sched_clone.c resource1->id, hash1, id 260 lib/pacemaker/pcmk_sched_clone.c crm_trace("Applying %s to %s", constraint->id, resource1->id); id 263 lib/pacemaker/pcmk_sched_clone.c resource1->id, hash1, id 274 lib/pacemaker/pcmk_sched_clone.c crm_trace("Applying %s to %s", constraint->id, resource2->id); id 277 lib/pacemaker/pcmk_sched_clone.c resource2->id, hash2, id 286 lib/pacemaker/pcmk_sched_clone.c crm_trace("Applying %s to %s", constraint->id, resource2->id); id 289 lib/pacemaker/pcmk_sched_clone.c resource2->id, hash2, id 297 lib/pacemaker/pcmk_sched_clone.c node1 = g_hash_table_lookup(hash1, current_node1->details->id); id 298 lib/pacemaker/pcmk_sched_clone.c node2 = g_hash_table_lookup(hash2, current_node2->details->id); id 302 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s > %s: current score: %d %d", resource1->id, resource2->id, node1->weight, node2->weight); id 307 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s < %s: current score: %d %d", resource1->id, resource2->id, node1->weight, node2->weight); id 313 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s > %s: current score: %d %d", resource1->id, resource2->id, node1->weight, node2->weight); id 333 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s < %s: colocated score NULL", resource1->id, resource2->id); id 338 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s > %s: colocated score NULL", resource1->id, resource2->id); id 344 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s < %s: colocated score", resource1->id, resource2->id); id 349 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s > %s: colocated score", resource1->id, resource2->id); id 367 lib/pacemaker/pcmk_sched_clone.c rc = strcmp(resource1->id, resource2->id); id 368 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s %c %s: default", resource1->id, rc < 0 ? '<' : '>', resource2->id); id 400 lib/pacemaker/pcmk_sched_clone.c crm_warn("%s cannot run on %s: node not allowed", rsc->id, node->details->uname); id 404 lib/pacemaker/pcmk_sched_clone.c common_update_score(rsc, node->details->id, local_node->weight); id 406 lib/pacemaker/pcmk_sched_clone.c rsc->id, node->details->uname); id 410 lib/pacemaker/pcmk_sched_clone.c rsc->id, node->details->uname, local_node->count); id 415 lib/pacemaker/pcmk_sched_clone.c rsc->id, node->details->uname, local_node->count, limit); id 420 lib/pacemaker/pcmk_sched_clone.c common_update_score(rsc, node->details->id, -INFINITY); id 434 lib/pacemaker/pcmk_sched_clone.c rsc->id, (prefer? prefer->details->uname: "none"), id 441 lib/pacemaker/pcmk_sched_clone.c pe_rsc_debug(rsc, "Dependency loop detected involving %s", rsc->id); id 451 lib/pacemaker/pcmk_sched_clone.c pe_node_t *local_prefer = g_hash_table_lookup(rsc->allowed_nodes, prefer->details->id); id 454 lib/pacemaker/pcmk_sched_clone.c pe_rsc_trace(rsc, "Not pre-allocating %s to %s - unavailable", rsc->id, id 463 lib/pacemaker/pcmk_sched_clone.c pe_rsc_trace(rsc, "Allocating instance %s", rsc->id); id 467 lib/pacemaker/pcmk_sched_clone.c rsc->id, prefer->details->uname, chosen->details->uname); id 483 lib/pacemaker/pcmk_sched_clone.c chosen->details->id, rsc->parent->id, id 556 lib/pacemaker/pcmk_sched_clone.c max, rsc->id, available_nodes, per_host_max, loop_max); id 568 lib/pacemaker/pcmk_sched_clone.c child->id, child_node->details->uname, max - allocated, max); id 572 lib/pacemaker/pcmk_sched_clone.c child_node->details->uname, child->id); id 582 lib/pacemaker/pcmk_sched_clone.c pe_rsc_trace(rsc, "Pre-allocated %s to %s", child->id, id 600 lib/pacemaker/pcmk_sched_clone.c child->id, child_node->details->uname); id 606 lib/pacemaker/pcmk_sched_clone.c pe_rsc_debug(rsc, "Child %s not allocated - limit reached %d %d", child->id, allocated, max); id 617 lib/pacemaker/pcmk_sched_clone.c allocated, rsc->id, max); id 634 lib/pacemaker/pcmk_sched_clone.c pe_rsc_debug(rsc, "Dependency loop detected involving %s", rsc->id); id 654 lib/pacemaker/pcmk_sched_clone.c rsc->id, constraint->rsc_rh->id); id 665 lib/pacemaker/pcmk_sched_clone.c constraint->rsc_lh->cmds->merge_weights(constraint->rsc_lh, rsc->id, rsc->allowed_nodes, id 684 lib/pacemaker/pcmk_sched_clone.c pe_rsc_trace(rsc, "Done allocating %s", rsc->id); id 871 lib/pacemaker/pcmk_sched_clone.c pe_rsc_trace(rsc, "Creating actions for %s", rsc->id); id 928 lib/pacemaker/pcmk_sched_clone.c pe_rsc_trace(rsc, "Internal constraints for %s", rsc->id); id 1005 lib/pacemaker/pcmk_sched_clone.c crm_trace("Filtered %s", child_rsc->id); id 1013 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s - %s vs %s", child_rsc->id, node->details->uname, id 1017 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s - not allocated %d", child_rsc->id, current); id 1050 lib/pacemaker/pcmk_sched_clone.c pe_rsc_debug(rsc, "Can't pair %s with %s", local_child->id, rsc->id); id 1078 lib/pacemaker/pcmk_sched_clone.c CRM_CHECK(rsc_lh != NULL, pe_err("rsc_lh was NULL for %s", constraint->id); return); id 1079 lib/pacemaker/pcmk_sched_clone.c CRM_CHECK(rsc_rh != NULL, pe_err("rsc_rh was NULL for %s", constraint->id); return); id 1086 lib/pacemaker/pcmk_sched_clone.c constraint->id, rsc_lh->id, rsc_rh->id, constraint->score); id 1090 lib/pacemaker/pcmk_sched_clone.c pe_rsc_trace(rsc_rh, "%s is still provisional", rsc_rh->id); id 1093 lib/pacemaker/pcmk_sched_clone.c pe_rsc_trace(rsc_rh, "Handling %s as a clone colocation", constraint->id); id 1107 lib/pacemaker/pcmk_sched_clone.c constraint->rsc_lh->id, constraint->rsc_rh->id); id 1115 lib/pacemaker/pcmk_sched_clone.c pe_rsc_trace(rsc_rh, "%s is still provisional", rsc_rh->id); id 1125 lib/pacemaker/pcmk_sched_clone.c pe_rsc_debug(rsc_rh, "Pairing %s with %s", rsc_lh->id, rh_child->id); id 1130 lib/pacemaker/pcmk_sched_clone.c crm_notice("Cannot pair %s with instance of %s", rsc_lh->id, rsc_rh->id); id 1134 lib/pacemaker/pcmk_sched_clone.c pe_rsc_debug(rsc_rh, "Cannot pair %s with instance of %s", rsc_lh->id, rsc_rh->id); id 1148 lib/pacemaker/pcmk_sched_clone.c pe_rsc_trace(rsc_rh, "Allowing %s: %s %d", constraint->id, chosen->details->uname, chosen->weight); id 1207 lib/pacemaker/pcmk_sched_clone.c "Action summary", action->rsc->id, \ id 1226 lib/pacemaker/pcmk_sched_clone.c pe_rsc_trace(action->rsc, "Checking for %s in %s on %s (%s)", task_s, child->id, id 1266 lib/pacemaker/pcmk_sched_clone.c pe_rsc_trace(rsc, "Processing location constraint %s for %s", constraint->id, rsc->id); id 1443 lib/pacemaker/pcmk_sched_clone.c pe_warn("Clone %s has no children", rsc->id); id 1448 lib/pacemaker/pcmk_sched_clone.c pe_node_t *allowed = g_hash_table_lookup(rsc->allowed_nodes, node->details->id); id 1457 lib/pacemaker/pcmk_sched_clone.c g_hash_table_remove(rsc->allowed_nodes, node->details->id); id 42 lib/pacemaker/pcmk_sched_constraints.c enum pe_ordering get_flags(const char *id, enum pe_order_kind kind, id 76 lib/pacemaker/pcmk_sched_constraints.c const char *id = crm_element_value(xml_obj, XML_ATTR_ID); id 79 lib/pacemaker/pcmk_sched_constraints.c if (id == NULL) { id 85 lib/pacemaker/pcmk_sched_constraints.c crm_trace("Processing constraint %s %s", tag, id); id 92 lib/pacemaker/pcmk_sched_constraints.c "constraint object)", id); id 96 lib/pacemaker/pcmk_sched_constraints.c crm_info("Constraint %s %s is not active", tag, id); id 190 lib/pacemaker/pcmk_sched_constraints.c pe_find_constraint_resource(GListPtr rsc_list, const char *id) id 194 lib/pacemaker/pcmk_sched_constraints.c for (rIter = rsc_list; id && rIter; rIter = rIter->next) { id 196 lib/pacemaker/pcmk_sched_constraints.c pe_resource_t *match = parent->fns->find_rsc(parent, id, NULL, id 200 lib/pacemaker/pcmk_sched_constraints.c if(!pcmk__str_eq(match->id, id, pcmk__str_casei)) { id 203 lib/pacemaker/pcmk_sched_constraints.c crm_debug("Found %s for %s", match->id, id); id 208 lib/pacemaker/pcmk_sched_constraints.c crm_trace("No match for %s", id); id 213 lib/pacemaker/pcmk_sched_constraints.c pe_find_constraint_tag(pe_working_set_t * data_set, const char * id, pe_tag_t ** tag) id 218 lib/pacemaker/pcmk_sched_constraints.c rc = g_hash_table_lookup_extended(data_set->template_rsc_sets, id, id 222 lib/pacemaker/pcmk_sched_constraints.c rc = g_hash_table_lookup_extended(data_set->tags, id, id 226 lib/pacemaker/pcmk_sched_constraints.c crm_warn("No template or tag named '%s'", id); id 230 lib/pacemaker/pcmk_sched_constraints.c crm_warn("No resource is tagged with '%s'", id); id 235 lib/pacemaker/pcmk_sched_constraints.c crm_warn("No resource is derived from template '%s'", id); id 243 lib/pacemaker/pcmk_sched_constraints.c valid_resource_or_tag(pe_working_set_t * data_set, const char * id, id 250 lib/pacemaker/pcmk_sched_constraints.c *rsc = pe_find_constraint_resource(data_set->resources, id); id 258 lib/pacemaker/pcmk_sched_constraints.c rc = pe_find_constraint_tag(data_set, id, tag); id 268 lib/pacemaker/pcmk_sched_constraints.c const char *id = crm_element_value(xml_obj, XML_ATTR_ID); id 288 lib/pacemaker/pcmk_sched_constraints.c XML_ORDER_ATTR_KIND " of 'Serialize'", id); id 322 lib/pacemaker/pcmk_sched_constraints.c const char *id = NULL; id 326 lib/pacemaker/pcmk_sched_constraints.c id = crm_element_value(xml_obj, XML_ATTR_ID); id 327 lib/pacemaker/pcmk_sched_constraints.c if (id == NULL) { id 353 lib/pacemaker/pcmk_sched_constraints.c XML_ORDER_ATTR_FIRST, id); id 358 lib/pacemaker/pcmk_sched_constraints.c XML_ORDER_ATTR_THEN, id); id 367 lib/pacemaker/pcmk_sched_constraints.c "does not exist", id, id_then); id 372 lib/pacemaker/pcmk_sched_constraints.c "does not exist", id, id_first); id 378 lib/pacemaker/pcmk_sched_constraints.c id, id_then, instance_then); id 384 lib/pacemaker/pcmk_sched_constraints.c id, id_first, instance_first); id 393 lib/pacemaker/pcmk_sched_constraints.c id, id_then, instance_then); id 403 lib/pacemaker/pcmk_sched_constraints.c "'%s'", id, id_first, instance_first); id 420 lib/pacemaker/pcmk_sched_constraints.c get_flags(id, kind, action_first, action_then, FALSE)); id 453 lib/pacemaker/pcmk_sched_constraints.c char *task = crm_strdup_printf(CRM_OP_RELAXED_CLONE ":%s", id); id 464 lib/pacemaker/pcmk_sched_constraints.c for (rIter = rsc_first->children; id && rIter; rIter = rIter->next) { id 467 lib/pacemaker/pcmk_sched_constraints.c custom_action_order(child, pcmk__op_key(child->id, action_first, 0), id 476 lib/pacemaker/pcmk_sched_constraints.c pcmk__op_key(rsc_then->id, action_then, 0), id 484 lib/pacemaker/pcmk_sched_constraints.c order_id, id, rsc_first->id, action_first, rsc_then->id, action_then, cons_weight); id 494 lib/pacemaker/pcmk_sched_constraints.c "(please specify inverse manually)", id); id 505 lib/pacemaker/pcmk_sched_constraints.c get_flags(id, kind, action_first, action_then, TRUE)); id 510 lib/pacemaker/pcmk_sched_constraints.c order_id, id, rsc_then->id, action_then, rsc_first->id, action_first, cons_weight); id 546 lib/pacemaker/pcmk_sched_constraints.c const char *id = ID(xml_rsc); id 552 lib/pacemaker/pcmk_sched_constraints.c if (valid_resource_or_tag(data_set, id, &rsc, &tag) == FALSE) { id 555 lib/pacemaker/pcmk_sched_constraints.c cons_id, id); id 643 lib/pacemaker/pcmk_sched_constraints.c const char *id = NULL; id 659 lib/pacemaker/pcmk_sched_constraints.c id = crm_element_value(xml_obj, attr); id 660 lib/pacemaker/pcmk_sched_constraints.c if (id == NULL) { id 664 lib/pacemaker/pcmk_sched_constraints.c if (valid_resource_or_tag(data_set, id, &rsc, &tag) == FALSE) { id 666 lib/pacemaker/pcmk_sched_constraints.c "valid resource or tag", cons_id, id); id 676 lib/pacemaker/pcmk_sched_constraints.c crm_xml_add(*rsc_set, XML_ATTR_ID, id); id 695 lib/pacemaker/pcmk_sched_constraints.c crm_xml_add(*rsc_set, XML_ATTR_ID, id); id 698 lib/pacemaker/pcmk_sched_constraints.c crm_xml_add(rsc_ref, XML_ATTR_ID, id); id 718 lib/pacemaker/pcmk_sched_constraints.c const char *id = crm_element_value(xml_obj, XML_ATTR_ID); id 741 lib/pacemaker/pcmk_sched_constraints.c " has invalid value '%s'", id, value); id 760 lib/pacemaker/pcmk_sched_constraints.c status = regexec(r_patt, r->id, nregs, pmatch, 0); id 764 lib/pacemaker/pcmk_sched_constraints.c .string = r->id, id 773 lib/pacemaker/pcmk_sched_constraints.c crm_debug("'%s' matched '%s' for %s", r->id, value, id); id 777 lib/pacemaker/pcmk_sched_constraints.c crm_debug("'%s' is an inverted match of '%s' for %s", r->id, value, id); id 781 lib/pacemaker/pcmk_sched_constraints.c crm_trace("'%s' does not match '%s' for %s", r->id, value, id); id 800 lib/pacemaker/pcmk_sched_constraints.c const char *id = crm_element_value(xml_obj, XML_ATTR_ID); id 806 lib/pacemaker/pcmk_sched_constraints.c "does not exist", id, id_lh); id 821 lib/pacemaker/pcmk_sched_constraints.c location = rsc2node_new(id, rsc_lh, score_i, discovery, match, data_set); id 834 lib/pacemaker/pcmk_sched_constraints.c crm_trace("Unpacking %s/%s", id, ID(rule_xml)); id 841 lib/pacemaker/pcmk_sched_constraints.c "no rules", id); id 862 lib/pacemaker/pcmk_sched_constraints.c pe_err("Invalid constraint %s: Bad role %s", id, role); id 887 lib/pacemaker/pcmk_sched_constraints.c const char *id = NULL; id 902 lib/pacemaker/pcmk_sched_constraints.c id = ID(xml_obj); id 903 lib/pacemaker/pcmk_sched_constraints.c if (id == NULL) { id 925 lib/pacemaker/pcmk_sched_constraints.c "valid resource or tag", id, id_lh); id 1165 lib/pacemaker/pcmk_sched_constraints.c pe_node_t *local = pe_find_node_id(match_L, node->details->id); id 1182 lib/pacemaker/pcmk_sched_constraints.c pe_node_t *delete = pe_find_node_id(match_L, node->details->id); id 1251 lib/pacemaker/pcmk_sched_constraints.c return strcmp(rsc_constraint1->rsc_lh->id, rsc_constraint2->rsc_lh->id); id 1299 lib/pacemaker/pcmk_sched_constraints.c return strcmp(rsc_constraint1->rsc_rh->id, rsc_constraint2->rsc_rh->id); id 1345 lib/pacemaker/pcmk_sched_constraints.c rsc_colocation_new(const char *id, const char *node_attr, int score, id 1353 lib/pacemaker/pcmk_sched_constraints.c "does not exist", id); id 1370 lib/pacemaker/pcmk_sched_constraints.c new_con->id = id; id 1382 lib/pacemaker/pcmk_sched_constraints.c pe_rsc_trace(rsc_lh, "%s ==> %s (%s %d)", rsc_lh->id, rsc_rh->id, node_attr, score); id 1422 lib/pacemaker/pcmk_sched_constraints.c lh_key = pcmk__op_key(lh_rsc->id, lh_task, 0); id 1423 lib/pacemaker/pcmk_sched_constraints.c rh_key = pcmk__op_key(rh_rsc->id, rh_task, 0); id 1491 lib/pacemaker/pcmk_sched_constraints.c pcmk__op_key(order->lh_rsc->id, RSC_MIGRATED, 0), id 1493 lib/pacemaker/pcmk_sched_constraints.c pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0), id 1505 lib/pacemaker/pcmk_sched_constraints.c pcmk__op_key(order->lh_rsc->id, RSC_START, 0), id 1507 lib/pacemaker/pcmk_sched_constraints.c pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0), id 1522 lib/pacemaker/pcmk_sched_constraints.c pcmk__op_key(order->lh_rsc->id, RSC_STOP, 0), NULL, id 1524 lib/pacemaker/pcmk_sched_constraints.c pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0), id 1531 lib/pacemaker/pcmk_sched_constraints.c pcmk__op_key(order->lh_rsc->id, RSC_STOP, 0), id 1533 lib/pacemaker/pcmk_sched_constraints.c pcmk__op_key(order->rh_rsc->id, RSC_MIGRATED, 0), id 1544 lib/pacemaker/pcmk_sched_constraints.c pcmk__op_key(order->lh_rsc->id, RSC_PROMOTE, 0), id 1546 lib/pacemaker/pcmk_sched_constraints.c pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0), id 1556 lib/pacemaker/pcmk_sched_constraints.c custom_action_order(order->lh_rsc, pcmk__op_key(order->lh_rsc->id, RSC_DEMOTE, 0), NULL, id 1557 lib/pacemaker/pcmk_sched_constraints.c order->rh_rsc, pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0), NULL, id 1564 lib/pacemaker/pcmk_sched_constraints.c pcmk__op_key(order->lh_rsc->id, RSC_DEMOTE, 0), id 1566 lib/pacemaker/pcmk_sched_constraints.c pcmk__op_key(order->rh_rsc->id, RSC_MIGRATED, 0), id 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", id 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"); id 1608 lib/pacemaker/pcmk_sched_constraints.c order->id = data_set->order_id++; id 1636 lib/pacemaker/pcmk_sched_constraints.c return order->id; id 1653 lib/pacemaker/pcmk_sched_constraints.c get_flags(const char *id, enum pe_order_kind kind, id 1659 lib/pacemaker/pcmk_sched_constraints.c crm_trace("Upgrade %s: implies left", id); id 1663 lib/pacemaker/pcmk_sched_constraints.c crm_trace("Upgrade %s: implies right", id); id 1666 lib/pacemaker/pcmk_sched_constraints.c crm_trace("Upgrade %s: runnable", id); id 1696 lib/pacemaker/pcmk_sched_constraints.c const char *id = ID(set); id 1722 lib/pacemaker/pcmk_sched_constraints.c flags = get_flags(id, local_kind, action, action, FALSE); id 1731 lib/pacemaker/pcmk_sched_constraints.c EXPAND_CONSTRAINT_IDREF(id, resource, ID(xml_rsc)); id 1737 lib/pacemaker/pcmk_sched_constraints.c crm_trace("Single set: %s", id); id 1767 lib/pacemaker/pcmk_sched_constraints.c key = pcmk__op_key(resource->id, action, 0); id 1784 lib/pacemaker/pcmk_sched_constraints.c char *then_key = pcmk__op_key(then_rsc->id, action, 0); id 1819 lib/pacemaker/pcmk_sched_constraints.c flags = get_flags(id, local_kind, action, action, TRUE); id 1850 lib/pacemaker/pcmk_sched_constraints.c order_rsc_sets(const char *id, xmlNode * set1, xmlNode * set2, enum pe_order_kind kind, id 1895 lib/pacemaker/pcmk_sched_constraints.c flags = get_flags(id, kind, action_2, action_1, invert); id 1914 lib/pacemaker/pcmk_sched_constraints.c EXPAND_CONSTRAINT_IDREF(id, rsc_1, ID(xml_rsc)); id 1918 lib/pacemaker/pcmk_sched_constraints.c custom_action_order(rsc_1, pcmk__op_key(rsc_1->id, action_1, 0), id 1930 lib/pacemaker/pcmk_sched_constraints.c EXPAND_CONSTRAINT_IDREF(id, rsc_2, ID(xml_rsc_2)); id 1935 lib/pacemaker/pcmk_sched_constraints.c rsc_2, pcmk__op_key(rsc_2->id, action_2, 0), id 1954 lib/pacemaker/pcmk_sched_constraints.c EXPAND_CONSTRAINT_IDREF(id, rsc_1, rid); id 1962 lib/pacemaker/pcmk_sched_constraints.c EXPAND_CONSTRAINT_IDREF(id, rsc_1, ID(xml_rsc)); id 1976 lib/pacemaker/pcmk_sched_constraints.c EXPAND_CONSTRAINT_IDREF(id, rsc_2, ID(xml_rsc)); id 1992 lib/pacemaker/pcmk_sched_constraints.c EXPAND_CONSTRAINT_IDREF(id, rsc_2, rid); id 2004 lib/pacemaker/pcmk_sched_constraints.c EXPAND_CONSTRAINT_IDREF(id, rsc_2, ID(xml_rsc)); id 2016 lib/pacemaker/pcmk_sched_constraints.c EXPAND_CONSTRAINT_IDREF(id, rsc_1, ID(xml_rsc)); id 2028 lib/pacemaker/pcmk_sched_constraints.c EXPAND_CONSTRAINT_IDREF(id, rsc_1, ID(xml_rsc)); id 2035 lib/pacemaker/pcmk_sched_constraints.c EXPAND_CONSTRAINT_IDREF(id, rsc_2, ID(xml_rsc_2)); id 2049 lib/pacemaker/pcmk_sched_constraints.c const char *id = NULL; id 2069 lib/pacemaker/pcmk_sched_constraints.c id = ID(xml_obj); id 2070 lib/pacemaker/pcmk_sched_constraints.c if (id == NULL) { id 2093 lib/pacemaker/pcmk_sched_constraints.c "valid resource or tag", id, id_first); id 2099 lib/pacemaker/pcmk_sched_constraints.c "valid resource or tag", id, id_then); id 2185 lib/pacemaker/pcmk_sched_constraints.c const char *id = crm_element_value(xml_obj, XML_ATTR_ID); id 2249 lib/pacemaker/pcmk_sched_constraints.c if (order_rsc_sets(id, last, set, kind, data_set, FALSE, invert_bool) == FALSE) { id 2254 lib/pacemaker/pcmk_sched_constraints.c && order_rsc_sets(id, set, last, kind, data_set, TRUE, invert_bool) == FALSE) { id 2315 lib/pacemaker/pcmk_sched_constraints.c pe_rsc_trace(resource, "Colocating %s with %s", resource->id, with->id); id 2331 lib/pacemaker/pcmk_sched_constraints.c pe_rsc_trace(resource, "Colocating %s with %s", last->id, resource->id); id 2359 lib/pacemaker/pcmk_sched_constraints.c if (pcmk__str_eq(resource->id, ID(xml_rsc_with), pcmk__str_casei)) { id 2363 lib/pacemaker/pcmk_sched_constraints.c pe_rsc_trace(resource, "Anti-Colocating %s with %s", resource->id, id 2364 lib/pacemaker/pcmk_sched_constraints.c with->id); id 2377 lib/pacemaker/pcmk_sched_constraints.c colocate_rsc_sets(const char *id, xmlNode * set1, xmlNode * set2, int score, id 2396 lib/pacemaker/pcmk_sched_constraints.c EXPAND_CONSTRAINT_IDREF(id, rsc_1, ID(xml_rsc)); id 2413 lib/pacemaker/pcmk_sched_constraints.c EXPAND_CONSTRAINT_IDREF(id, rsc_2, rid); id 2417 lib/pacemaker/pcmk_sched_constraints.c rsc_colocation_new(id, NULL, score, rsc_1, rsc_2, role_1, role_2, data_set); id 2424 lib/pacemaker/pcmk_sched_constraints.c EXPAND_CONSTRAINT_IDREF(id, rsc_2, ID(xml_rsc)); id 2425 lib/pacemaker/pcmk_sched_constraints.c rsc_colocation_new(id, NULL, score, rsc_1, rsc_2, role_1, role_2, data_set); id 2434 lib/pacemaker/pcmk_sched_constraints.c EXPAND_CONSTRAINT_IDREF(id, rsc_1, ID(xml_rsc)); id 2435 lib/pacemaker/pcmk_sched_constraints.c rsc_colocation_new(id, NULL, score, rsc_1, rsc_2, role_1, role_2, data_set); id 2446 lib/pacemaker/pcmk_sched_constraints.c EXPAND_CONSTRAINT_IDREF(id, rsc_1, ID(xml_rsc)); id 2453 lib/pacemaker/pcmk_sched_constraints.c EXPAND_CONSTRAINT_IDREF(id, rsc_2, ID(xml_rsc_2)); id 2454 lib/pacemaker/pcmk_sched_constraints.c rsc_colocation_new(id, NULL, score, rsc_1, rsc_2, role_1, role_2, data_set); id 2469 lib/pacemaker/pcmk_sched_constraints.c const char *id = crm_element_value(xml_obj, XML_ATTR_ID); id 2488 lib/pacemaker/pcmk_sched_constraints.c "does not exist", id, id_lh); id 2493 lib/pacemaker/pcmk_sched_constraints.c "does not exist", id, id_rh); id 2499 lib/pacemaker/pcmk_sched_constraints.c id, id_lh, instance_lh); id 2505 lib/pacemaker/pcmk_sched_constraints.c id, id_rh, instance_rh); id 2514 lib/pacemaker/pcmk_sched_constraints.c id, id_lh, instance_lh); id 2524 lib/pacemaker/pcmk_sched_constraints.c "'%s'", id, id_rh, instance_rh); id 2539 lib/pacemaker/pcmk_sched_constraints.c rsc_colocation_new(id, attr, score_i, rsc_lh, rsc_rh, state_lh, state_rh, data_set); id 2546 lib/pacemaker/pcmk_sched_constraints.c const char *id = NULL; id 2567 lib/pacemaker/pcmk_sched_constraints.c id = ID(xml_obj); id 2568 lib/pacemaker/pcmk_sched_constraints.c if (id == NULL) { id 2591 lib/pacemaker/pcmk_sched_constraints.c "valid resource or tag", id, id_lh); id 2597 lib/pacemaker/pcmk_sched_constraints.c "valid resource or tag", id, id_rh); id 2609 lib/pacemaker/pcmk_sched_constraints.c "tags cannot be colocated", id); id 2671 lib/pacemaker/pcmk_sched_constraints.c const char *id = crm_element_value(xml_obj, XML_ATTR_ID); id 2698 lib/pacemaker/pcmk_sched_constraints.c } else if (last && colocate_rsc_sets(id, last, set, score_i, data_set) == FALSE) { id 2718 lib/pacemaker/pcmk_sched_constraints.c rsc_ticket_new(const char *id, pe_resource_t * rsc_lh, pe_ticket_t * ticket, id 2725 lib/pacemaker/pcmk_sched_constraints.c "does not exist", id); id 2738 lib/pacemaker/pcmk_sched_constraints.c new_rsc_ticket->id = id; id 2749 lib/pacemaker/pcmk_sched_constraints.c "because fencing is not configured", ticket->id); id 2756 lib/pacemaker/pcmk_sched_constraints.c new_rsc_ticket->ticket->id, new_rsc_ticket->rsc_lh->id, id 2761 lib/pacemaker/pcmk_sched_constraints.c new_rsc_ticket->ticket->id, new_rsc_ticket->rsc_lh->id, id 2767 lib/pacemaker/pcmk_sched_constraints.c new_rsc_ticket->ticket->id, new_rsc_ticket->rsc_lh->id, id 2773 lib/pacemaker/pcmk_sched_constraints.c new_rsc_ticket->ticket->id, new_rsc_ticket->rsc_lh->id, id 2780 lib/pacemaker/pcmk_sched_constraints.c new_rsc_ticket->ticket->id, new_rsc_ticket->rsc_lh->id, id 2786 lib/pacemaker/pcmk_sched_constraints.c new_rsc_ticket->ticket->id, new_rsc_ticket->rsc_lh->id, id 2792 lib/pacemaker/pcmk_sched_constraints.c pe_rsc_trace(rsc_lh, "%s (%s) ==> %s", rsc_lh->id, role2text(new_rsc_ticket->role_lh), id 2793 lib/pacemaker/pcmk_sched_constraints.c ticket->id); id 2832 lib/pacemaker/pcmk_sched_constraints.c resource->id, ticket->id); id 2842 lib/pacemaker/pcmk_sched_constraints.c const char *id = NULL; id 2858 lib/pacemaker/pcmk_sched_constraints.c id = ID(xml_obj); id 2859 lib/pacemaker/pcmk_sched_constraints.c if (id == NULL) { id 2867 lib/pacemaker/pcmk_sched_constraints.c id); id 2875 lib/pacemaker/pcmk_sched_constraints.c "does not exist", id, ticket_str); id 2880 lib/pacemaker/pcmk_sched_constraints.c pcmk__config_err("Ignoring constraint '%s' without resource", id); id 2888 lib/pacemaker/pcmk_sched_constraints.c "does not exist", id, id_lh); id 2894 lib/pacemaker/pcmk_sched_constraints.c id, id_lh, instance_lh); id 2903 lib/pacemaker/pcmk_sched_constraints.c "'%s'", id, id_lh, instance_lh); id 2908 lib/pacemaker/pcmk_sched_constraints.c rsc_ticket_new(id, rsc_lh, ticket, state_lh, loss_policy, data_set); id 2915 lib/pacemaker/pcmk_sched_constraints.c const char *id = NULL; id 2930 lib/pacemaker/pcmk_sched_constraints.c id = ID(xml_obj); id 2931 lib/pacemaker/pcmk_sched_constraints.c if (id == NULL) { id 2953 lib/pacemaker/pcmk_sched_constraints.c "valid resource or tag", id, id_lh); id 2997 lib/pacemaker/pcmk_sched_constraints.c const char *id = NULL; id 3010 lib/pacemaker/pcmk_sched_constraints.c id = ID(xml_obj); id 3011 lib/pacemaker/pcmk_sched_constraints.c if (id == NULL) { id 3023 lib/pacemaker/pcmk_sched_constraints.c pcmk__config_err("Ignoring constraint '%s' without ticket", id); id 51 lib/pacemaker/pcmk_sched_graph.c pe__set_raw_action_flags(clone_flags, action->rsc->id, id 166 lib/pacemaker/pcmk_sched_graph.c crm_err("Couldn't expand %s to %s in %s", action->uuid, uuid, rsc->id); id 318 lib/pacemaker/pcmk_sched_graph.c first->uuid, then->uuid, first->rsc->id); id 460 lib/pacemaker/pcmk_sched_graph.c char *reason_text = crm_strdup_printf("colocation with %s", reason->id); id 860 lib/pacemaker/pcmk_sched_graph.c add_node_to_xml_by_id(const char *id, xmlNode *xml) id 865 lib/pacemaker/pcmk_sched_graph.c crm_xml_add(node_xml, XML_ATTR_UUID, id); id 880 lib/pacemaker/pcmk_sched_graph.c add_node_to_xml_by_id(node->details->id, (xmlNode *) xml); id 910 lib/pacemaker/pcmk_sched_graph.c add_node_to_xml_by_id(node->details->id, maintenance), id 961 lib/pacemaker/pcmk_sched_graph.c add_node_to_xml_by_id(action->node->details->id, downed); id 970 lib/pacemaker/pcmk_sched_graph.c add_node_to_xml_by_id(action->node->details->id, downed); id 986 lib/pacemaker/pcmk_sched_graph.c if (input->rsc && pcmk__str_eq(action->rsc->id, input->rsc->id, pcmk__str_casei) id 994 lib/pacemaker/pcmk_sched_graph.c add_node_to_xml_by_id(action->rsc->id, downed); id 1073 lib/pacemaker/pcmk_sched_graph.c crm_xml_add_int(action_xml, XML_ATTR_ID, action->id); id 1116 lib/pacemaker/pcmk_sched_graph.c crm_xml_add(action_xml, XML_LRM_ATTR_TARGET_UUID, action->node->details->id); id 1122 lib/pacemaker/pcmk_sched_graph.c g_hash_table_insert(action->meta, strdup(XML_LRM_ATTR_TARGET_UUID), strdup(action->node->details->id)); id 1164 lib/pacemaker/pcmk_sched_graph.c crm_debug("Using orphan clone name %s instead of %s", action->rsc->id, id 1167 lib/pacemaker/pcmk_sched_graph.c crm_xml_add(rsc_xml, XML_ATTR_ID_LONG, action->rsc->id); id 1172 lib/pacemaker/pcmk_sched_graph.c crm_debug("Using anonymous clone name %s for %s (aka. %s)", xml_id, action->rsc->id, id 1192 lib/pacemaker/pcmk_sched_graph.c crm_xml_add(rsc_xml, XML_ATTR_ID_LONG, action->rsc->id); id 1197 lib/pacemaker/pcmk_sched_graph.c crm_xml_add(rsc_xml, XML_ATTR_ID, action->rsc->id); id 1337 lib/pacemaker/pcmk_sched_graph.c crm_trace("Action %s (%d) already dumped", action->uuid, action->id); id 1370 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, id 1371 lib/pacemaker/pcmk_sched_graph.c wrapper->action->uuid, wrapper->action->id); id 1379 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id); id 1385 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id); id 1398 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, action->rsc->id); id 1412 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id); id 1419 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, action->node->details->uname); id 1425 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, action->node->details->uname); id 1430 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id); id 1440 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id); id 1462 lib/pacemaker/pcmk_sched_graph.c if (action_wrapper1->action->id > action_wrapper2->action->id) { id 1466 lib/pacemaker/pcmk_sched_graph.c if (action_wrapper1->action->id < action_wrapper2->action->id) { id 1499 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, id 1500 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); id 1508 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, id 1509 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); id 1516 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, id 1517 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); id 1524 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, id 1525 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); id 1532 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, id 1533 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); id 1540 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, id 1541 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); id 1549 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, id 1550 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); id 1568 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, id 1569 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id, id 1580 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, id 1581 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id, id 1590 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, id 1591 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); id 1601 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, id 1602 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id, id 1611 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, id 1612 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); id 1634 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, id 1635 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id); id 1640 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, id 1641 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id, id 1730 lib/pacemaker/pcmk_sched_graph.c input->action->rsc->id, action->rsc->id); id 1764 lib/pacemaker/pcmk_sched_graph.c if (last_input && (input->action->id == last_input->action->id)) { id 1766 lib/pacemaker/pcmk_sched_graph.c input->action->uuid, input->action->id, id 1767 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id); id 34 lib/pacemaker/pcmk_sched_group.c pe_rsc_debug(rsc, "Dependency loop detected involving %s", rsc->id); id 62 lib/pacemaker/pcmk_sched_group.c rsc->id, child_rsc->id); id 87 lib/pacemaker/pcmk_sched_group.c pe_rsc_trace(rsc, "Creating actions for %s", rsc->id); id 292 lib/pacemaker/pcmk_sched_group.c pe_err("rsc_lh was NULL for %s", constraint->id); id 296 lib/pacemaker/pcmk_sched_group.c pe_err("rsc_rh was NULL for %s", constraint->id); id 304 lib/pacemaker/pcmk_sched_group.c pe_rsc_trace(rsc_lh, "Processing constraints from %s", rsc_lh->id); id 317 lib/pacemaker/pcmk_sched_group.c rsc_lh->id, rsc_rh->id); id 344 lib/pacemaker/pcmk_sched_group.c rsc_rh->id, constraint->id, rsc_lh->id); id 368 lib/pacemaker/pcmk_sched_group.c " non-colocated group %s", rsc_lh->id, rsc_rh->id); id 416 lib/pacemaker/pcmk_sched_group.c action->uuid, task_s, child->id); id 462 lib/pacemaker/pcmk_sched_group.c pe_rsc_debug(rsc, "Processing rsc_location %s for %s", constraint->id, rsc->id); id 485 lib/pacemaker/pcmk_sched_group.c pe_rsc_trace(rsc, "Processing actions from %s", rsc->id); id 506 lib/pacemaker/pcmk_sched_group.c pe_rsc_info(rsc, "Breaking dependency loop with %s at %s", rsc->id, rhs); id 522 lib/pacemaker/pcmk_sched_group.c nodes = pcmk__native_merge_weights(constraint->rsc_lh, rsc->id, nodes, id 78 lib/pacemaker/pcmk_sched_native.c "Node weight", (nw_rsc)->id, (flags), \ id 111 lib/pacemaker/pcmk_sched_native.c chosen = g_hash_table_lookup(rsc->allowed_nodes, prefer->details->id); id 115 lib/pacemaker/pcmk_sched_native.c prefer->details->uname, rsc->id); id 125 lib/pacemaker/pcmk_sched_native.c chosen->details->uname, rsc->id); id 130 lib/pacemaker/pcmk_sched_native.c chosen->details->uname, rsc->id); id 136 lib/pacemaker/pcmk_sched_native.c chosen->details->uname, rsc->id, length); id 147 lib/pacemaker/pcmk_sched_native.c chosen ? chosen->details->uname : "<none>", rsc->id, length); id 164 lib/pacemaker/pcmk_sched_native.c rsc->id, running->details->uname); id 190 lib/pacemaker/pcmk_sched_native.c chosen->details->uname, rsc->id, multiple, score); id 230 lib/pacemaker/pcmk_sched_native.c rsc->id, attr, value); id 234 lib/pacemaker/pcmk_sched_native.c best_node, rsc->id, best_score, attr, value); id 365 lib/pacemaker/pcmk_sched_native.c pe_rsc_info(rsc, "%s: Breaking dependency loop at %s", rhs, rsc->id); id 377 lib/pacemaker/pcmk_sched_native.c rhs, rsc->id, last_rsc->id, factor); id 397 lib/pacemaker/pcmk_sched_native.c "(at %.6f)", rhs, rsc->id, factor); id 404 lib/pacemaker/pcmk_sched_native.c rhs, rsc->id, factor); id 418 lib/pacemaker/pcmk_sched_native.c g_list_length(gIter), rsc->id); id 426 lib/pacemaker/pcmk_sched_native.c g_list_length(gIter), rsc->id, last_rsc->id); id 432 lib/pacemaker/pcmk_sched_native.c g_list_length(gIter), rsc->id); id 450 lib/pacemaker/pcmk_sched_native.c constraint->id, constraint->rsc_lh->id, id 451 lib/pacemaker/pcmk_sched_native.c constraint->rsc_rh->id); id 461 lib/pacemaker/pcmk_sched_native.c rhs, rsc->id); id 511 lib/pacemaker/pcmk_sched_native.c pe_rsc_debug(rsc, "Escalating allocation of %s to its parent: %s", rsc->id, id 512 lib/pacemaker/pcmk_sched_native.c rsc->parent->id); id 521 lib/pacemaker/pcmk_sched_native.c pe_rsc_debug(rsc, "Dependency loop detected involving %s", rsc->id); id 545 lib/pacemaker/pcmk_sched_native.c rsc->id, rsc_rh->id, constraint->id, id 550 lib/pacemaker/pcmk_sched_native.c pe_rsc_info(rsc, "%s: Rolling back scores from %s", rsc->id, rsc_rh->id); id 569 lib/pacemaker/pcmk_sched_native.c constraint->id, constraint->rsc_lh->id, id 570 lib/pacemaker/pcmk_sched_native.c constraint->rsc_rh->id); id 572 lib/pacemaker/pcmk_sched_native.c constraint->rsc_lh->cmds->merge_weights(constraint->rsc_lh, rsc->id, rsc->allowed_nodes, id 579 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Making sure %s doesn't get allocated", rsc->id); id 587 lib/pacemaker/pcmk_sched_native.c rsc->id, role2text(rsc->role), role2text(rsc->next_role)); id 612 lib/pacemaker/pcmk_sched_native.c pe_rsc_info(rsc, "Unmanaged resource %s allocated to %s: %s", rsc->id, id 617 lib/pacemaker/pcmk_sched_native.c pe_rsc_debug(rsc, "Forcing %s to stop", rsc->id); id 622 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Allocated resource %s to %s", rsc->id, id 627 lib/pacemaker/pcmk_sched_native.c pe_rsc_info(rsc, "Resource %s cannot run anywhere", rsc->id); id 629 lib/pacemaker/pcmk_sched_native.c pe_rsc_info(rsc, "Stopping orphan resource %s", rsc->id); id 633 lib/pacemaker/pcmk_sched_native.c pe_rsc_debug(rsc, "Pre-Allocated resource %s to %s", rsc->id, id 640 lib/pacemaker/pcmk_sched_native.c pe_node_t *remote_node = pe_find_node(data_set->nodes, rsc->id); id 645 lib/pacemaker/pcmk_sched_native.c remote_node->details->id); id 655 lib/pacemaker/pcmk_sched_native.c remote_node->details->id, role2text(rsc->next_role), id 668 lib/pacemaker/pcmk_sched_native.c const char *id = NULL; id 689 lib/pacemaker/pcmk_sched_native.c if (id == NULL) { id 690 lib/pacemaker/pcmk_sched_native.c id = ID(operation); id 695 lib/pacemaker/pcmk_sched_native.c "than once per resource)", ID(operation), id); id 752 lib/pacemaker/pcmk_sched_native.c key = pcmk__op_key(rsc->id, name, interval_ms); id 755 lib/pacemaker/pcmk_sched_native.c ID(operation), rsc->id); id 761 lib/pacemaker/pcmk_sched_native.c ID(operation), rsc->id, role2text(rsc->next_role), node_uname); id 859 lib/pacemaker/pcmk_sched_native.c mon->task, interval_ms / 1000, rsc->id, node_uname); id 948 lib/pacemaker/pcmk_sched_native.c key = pcmk__op_key(rsc->id, name, interval_ms); id 951 lib/pacemaker/pcmk_sched_native.c ID(operation), rsc->id); id 966 lib/pacemaker/pcmk_sched_native.c ID(operation), rsc->id, role2text(rsc->next_role)); id 1007 lib/pacemaker/pcmk_sched_native.c ID(operation), rsc->id, crm_str(stop_node_uname)); id 1097 lib/pacemaker/pcmk_sched_native.c interval_ms / 1000, rsc->id, crm_str(stop_node_uname)); id 1132 lib/pacemaker/pcmk_sched_native.c rsc->id, current->details->id, chosen->details->id, partial ? "TRUE" : "FALSE"); id 1137 lib/pacemaker/pcmk_sched_native.c migrate_to = custom_action(rsc, pcmk__op_key(rsc->id, RSC_MIGRATE, 0), id 1141 lib/pacemaker/pcmk_sched_native.c migrate_from = custom_action(rsc, pcmk__op_key(rsc->id, RSC_MIGRATED, 0), id 1157 lib/pacemaker/pcmk_sched_native.c custom_action_order(rsc, pcmk__op_key(rsc->id, RSC_STATUS, 0), NULL, id 1158 lib/pacemaker/pcmk_sched_native.c rsc, pcmk__op_key(rsc->id, RSC_MIGRATED, 0), id 1166 lib/pacemaker/pcmk_sched_native.c custom_action_order(rsc, pcmk__op_key(rsc->id, RSC_STATUS, 0), NULL, id 1167 lib/pacemaker/pcmk_sched_native.c rsc, pcmk__op_key(rsc->id, RSC_MIGRATE, 0), id 1169 lib/pacemaker/pcmk_sched_native.c custom_action_order(rsc, pcmk__op_key(rsc->id, RSC_MIGRATE, 0), id 1171 lib/pacemaker/pcmk_sched_native.c pcmk__op_key(rsc->id, RSC_MIGRATED, 0), NULL, id 1176 lib/pacemaker/pcmk_sched_native.c custom_action_order(rsc, pcmk__op_key(rsc->id, RSC_MIGRATED, 0), NULL, id 1177 lib/pacemaker/pcmk_sched_native.c rsc, pcmk__op_key(rsc->id, RSC_STOP, 0), NULL, id 1180 lib/pacemaker/pcmk_sched_native.c custom_action_order(rsc, pcmk__op_key(rsc->id, RSC_MIGRATED, 0), NULL, id 1181 lib/pacemaker/pcmk_sched_native.c rsc, pcmk__op_key(rsc->id, RSC_START, 0), NULL, id 1236 lib/pacemaker/pcmk_sched_native.c rsc->id, role2text(rsc->role), role2text(rsc->next_role), id 1249 lib/pacemaker/pcmk_sched_native.c rsc->id, dangling_source->details->uname); id 1268 lib/pacemaker/pcmk_sched_native.c rsc->partial_migration_target->details->id, id 1269 lib/pacemaker/pcmk_sched_native.c rsc->partial_migration_source->details->id); id 1289 lib/pacemaker/pcmk_sched_native.c rsc->id, rsc->partial_migration_source->details->uname, id 1295 lib/pacemaker/pcmk_sched_native.c rsc->id, num_all_active, id 1313 lib/pacemaker/pcmk_sched_native.c rsc->id); id 1320 lib/pacemaker/pcmk_sched_native.c rsc->id, crm_str(current->details->uname), id 1328 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Recovering %s", rsc->id); id 1330 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Recovering %s by demotion", rsc->id); id 1337 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Blocking further actions on %s", rsc->id); id 1342 lib/pacemaker/pcmk_sched_native.c rsc->id); id 1346 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s restart is required for recovery", rsc->id); id 1358 lib/pacemaker/pcmk_sched_native.c (need_stop? "required" : "optional"), rsc->id, id 1376 lib/pacemaker/pcmk_sched_native.c (required? "required" : "optional"), rsc->id, id 1390 lib/pacemaker/pcmk_sched_native.c rsc->id, role2text(role), role2text(next_role), id 1400 lib/pacemaker/pcmk_sched_native.c rsc->id); id 1406 lib/pacemaker/pcmk_sched_native.c rsc->id); id 1413 lib/pacemaker/pcmk_sched_native.c rsc->id); id 1422 lib/pacemaker/pcmk_sched_native.c rsc->id); id 1494 lib/pacemaker/pcmk_sched_native.c rsc->id); id 1511 lib/pacemaker/pcmk_sched_native.c custom_action_order(rsc, pcmk__op_key(rsc->id, RSC_STOP, 0), NULL, id 1512 lib/pacemaker/pcmk_sched_native.c rsc, pcmk__op_key(rsc->id, RSC_START, 0), NULL, id 1520 lib/pacemaker/pcmk_sched_native.c custom_action_order(rsc, pcmk__op_key(rsc->id, RSC_DEMOTE, 0), NULL, id 1521 lib/pacemaker/pcmk_sched_native.c rsc, pcmk__op_key(rsc->id, RSC_STOP, 0), NULL, id 1524 lib/pacemaker/pcmk_sched_native.c custom_action_order(rsc, pcmk__op_key(rsc->id, RSC_START, 0), NULL, id 1525 lib/pacemaker/pcmk_sched_native.c rsc, pcmk__op_key(rsc->id, RSC_PROMOTE, 0), NULL, id 1530 lib/pacemaker/pcmk_sched_native.c custom_action_order(rsc, pcmk__op_key(rsc->id, CRM_OP_LRM_DELETE, 0), id 1531 lib/pacemaker/pcmk_sched_native.c NULL, rsc, pcmk__op_key(rsc->id, RSC_STATUS, 0), id 1548 lib/pacemaker/pcmk_sched_native.c rsc->id, unfence->uuid); id 1580 lib/pacemaker/pcmk_sched_native.c rsc->id, data_set->placement_strategy); id 1615 lib/pacemaker/pcmk_sched_native.c rsc, pcmk__op_key(rsc->id, RSC_MIGRATE, 0), id 1679 lib/pacemaker/pcmk_sched_native.c rsc->id, rsc->container->id); id 1682 lib/pacemaker/pcmk_sched_native.c pcmk__op_key(rsc->container->id, RSC_START, 0), id 1683 lib/pacemaker/pcmk_sched_native.c NULL, rsc, pcmk__op_key(rsc->id, RSC_START, 0), id 1688 lib/pacemaker/pcmk_sched_native.c custom_action_order(rsc, pcmk__op_key(rsc->id, RSC_STOP, 0), NULL, id 1690 lib/pacemaker/pcmk_sched_native.c pcmk__op_key(rsc->container->id, RSC_STOP, 0), id 1717 lib/pacemaker/pcmk_sched_native.c pe_err("rsc_lh was NULL for %s", constraint->id); id 1721 lib/pacemaker/pcmk_sched_native.c pe_err("rsc_rh was NULL for %s", constraint->id); id 1728 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc_lh, "Processing colocation constraint between %s and %s", rsc_lh->id, id 1729 lib/pacemaker/pcmk_sched_native.c rsc_rh->id); id 1771 lib/pacemaker/pcmk_sched_native.c rsc_lh->id, rsc_rh->id, id 1783 lib/pacemaker/pcmk_sched_native.c rsc_lh->id, rsc_rh->id, rh_node->details->uname); id 1890 lib/pacemaker/pcmk_sched_native.c constraint->id, rsc_lh->id, node->details->uname, id 1891 lib/pacemaker/pcmk_sched_native.c constraint->score, rsc_rh->id); id 1897 lib/pacemaker/pcmk_sched_native.c constraint->id, rsc_lh->id, id 1904 lib/pacemaker/pcmk_sched_native.c constraint->id, rsc_lh->id, node->details->uname, id 1919 lib/pacemaker/pcmk_sched_native.c rsc_lh->id, rsc_rh->id); id 1939 lib/pacemaker/pcmk_sched_native.c rsc_lh->id, rsc_rh->id, constraint->id, constraint->score, filter_results); id 1975 lib/pacemaker/pcmk_sched_native.c pe_err("rsc_lh was NULL for %s", rsc_ticket->id); id 1986 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc_lh, "Processing ticket dependencies from %s", rsc_lh->id); id 1997 lib/pacemaker/pcmk_sched_native.c rsc_lh->id, rsc_ticket->ticket->id, rsc_ticket->id, id 2304 lib/pacemaker/pcmk_sched_native.c constraint->id, rsc->id, role2text(rsc->next_role), id 2311 lib/pacemaker/pcmk_sched_native.c constraint->id, rsc->id); id 2315 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Applying %s%s%s to %s", constraint->id, id 2317 lib/pacemaker/pcmk_sched_native.c (need_role? role2text(constraint->role_filter) : ""), rsc->id); id 2323 lib/pacemaker/pcmk_sched_native.c other_node = (pe_node_t *) pe_hash_table_lookup(rsc->allowed_nodes, node->details->id); id 2335 lib/pacemaker/pcmk_sched_native.c g_hash_table_insert(rsc->allowed_nodes, (gpointer) other_node->details->id, other_node); id 2354 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Processing actions from %s", rsc->id); id 2359 lib/pacemaker/pcmk_sched_native.c crm_trace("processing action %d for rsc=%s", action->id, rsc->id); id 2387 lib/pacemaker/pcmk_sched_native.c __func__, lineno, rsc->id); \ id 2416 lib/pacemaker/pcmk_sched_native.c len = strlen(rsc->id); id 2493 lib/pacemaker/pcmk_sched_native.c printf(" * %-8s %-*s ( %*s ) %s\n", change, rsc_width, rsc->id, detail_width, details, reason); id 2495 lib/pacemaker/pcmk_sched_native.c crm_notice(" * %-8s %-*s ( %*s ) %s", change, rsc_width, rsc->id, detail_width, details, reason); id 2555 lib/pacemaker/pcmk_sched_native.c rsc->id, role2text(rsc->role), id 2560 lib/pacemaker/pcmk_sched_native.c if (current != NULL && next != NULL && !pcmk__str_eq(current->details->id, next->details->id, pcmk__str_casei)) { id 2618 lib/pacemaker/pcmk_sched_native.c pe_rsc_info(rsc, "Leave %s\t(%s %s)", rsc->id, id 2707 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s", rsc->id); id 2716 lib/pacemaker/pcmk_sched_native.c next->details->uname, rsc->id); id 2719 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Forced on %s %s", current->details->uname, rsc->id); id 2724 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s on %s", rsc->id, current->details->uname); id 2745 lib/pacemaker/pcmk_sched_native.c pe_proc_err("Stopping %s until %s can be unfenced", rsc->id, current->details->uname); id 2778 lib/pacemaker/pcmk_sched_native.c rsc->id, action->task); id 2792 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s on %s %d %d", rsc->id, next ? next->details->uname : "N/A", optional, next ? next->weight : 0); id 2815 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s on %s", rsc->id, next->details->uname); id 2833 lib/pacemaker/pcmk_sched_native.c pe_rsc_debug(rsc, "%s\tPromote %s (canceled)", next->details->uname, rsc->id); id 2854 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s", rsc->id); id 2860 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s on %s", rsc->id, next ? next->details->uname : "N/A"); id 2870 lib/pacemaker/pcmk_sched_native.c crm_err("%s on %s", rsc->id, next ? next->details->uname : "N/A"); id 2879 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s", rsc->id); id 2887 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Resource %s not deleted from %s: failed", rsc->id, node->details->uname); id 2891 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Resource %s not deleted: NULL node", rsc->id); id 2895 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Resource %s not deleted from %s: unrunnable", rsc->id, id 2900 lib/pacemaker/pcmk_sched_native.c crm_notice("Removing %s from %s", rsc->id, node->details->uname); id 2934 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Skipping active resource detection for %s", rsc->id); id 2944 lib/pacemaker/pcmk_sched_native.c rsc->id, node->details->id); id 2950 lib/pacemaker/pcmk_sched_native.c rsc->id, node->details->id); id 2955 lib/pacemaker/pcmk_sched_native.c rsc->id, node->details->id); id 2974 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Skipping %s: it is within container %s", rsc->id, rsc->container->id); id 2979 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Skipping orphan: %s", rsc->id); id 2984 lib/pacemaker/pcmk_sched_native.c if (!force && g_hash_table_lookup(rsc->known_on, node->details->id)) { id 2985 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Skipping known: %s on %s", rsc->id, node->details->uname); id 2989 lib/pacemaker/pcmk_sched_native.c allowed = g_hash_table_lookup(rsc->allowed_nodes, node->details->id); id 2994 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Skipping probe for %s on node %s, A", rsc->id, node->details->id); id 2999 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Skipping probe for %s on node %s, B", rsc->id, node->details->id); id 3010 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Skipping probe for %s on node %s, C", rsc->id, node->details->id); id 3016 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Skipping probe for %s on node %s, discovery mode", rsc->id, node->details->id); id 3040 lib/pacemaker/pcmk_sched_native.c && g_hash_table_lookup(remote->known_on, remote->allocated_to->details->id) == NULL) { id 3048 lib/pacemaker/pcmk_sched_native.c pcmk__op_key(remote->id, RSC_STATUS, 0), id 3050 lib/pacemaker/pcmk_sched_native.c pcmk__op_key(top->id, RSC_START, 0), NULL, id 3054 lib/pacemaker/pcmk_sched_native.c rsc->id, node->details->id, remote->id); id 3071 lib/pacemaker/pcmk_sched_native.c custom_action_order(remote, pcmk__op_key(remote->id, RSC_STOP, 0), id 3072 lib/pacemaker/pcmk_sched_native.c NULL, top, pcmk__op_key(top->id, RSC_START, 0), id 3075 lib/pacemaker/pcmk_sched_native.c rsc->id, node->details->id, remote->id); id 3083 lib/pacemaker/pcmk_sched_native.c key = pcmk__op_key(rsc->id, RSC_STATUS, 0); id 3094 lib/pacemaker/pcmk_sched_native.c running = pe_find_node_id(rsc->running_on, node->details->id); id 3102 lib/pacemaker/pcmk_sched_native.c crm_debug("Probing %s on %s (%s) %d %p", rsc->id, node->details->uname, role2text(rsc->role), id 3108 lib/pacemaker/pcmk_sched_native.c crm_trace("Probing %s on %s (%s) as %s", rsc->id, node->details->uname, role2text(rsc->role), top->id); id 3120 lib/pacemaker/pcmk_sched_native.c top, pcmk__op_key(top->id, RSC_START, 0), NULL, id 3155 lib/pacemaker/pcmk_sched_native.c if (pe_hash_table_lookup(rsc->known_on, node->details->id)) { id 3160 lib/pacemaker/pcmk_sched_native.c && pe_hash_table_lookup(rsc->parent->known_on, node->details->id)) { id 3201 lib/pacemaker/pcmk_sched_native.c && pe_hash_table_lookup(rsc->allowed_nodes, target->details->id) id 3287 lib/pacemaker/pcmk_sched_native.c rsc->id, (order_implicit? "after" : "because"), id 3365 lib/pacemaker/pcmk_sched_native.c rsc->id, target->details->uname); id 3402 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Skipping fencing constraints for unmanaged resource: %s", rsc->id); id 3429 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s: unmanaged", rsc->id); id 3436 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s: preventing reload because failed", rsc->id); id 3443 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s: preventing reload because start pending", rsc->id); id 3448 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s: not active", rsc->id); id 3452 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Processing %s", rsc->id); id 3492 lib/pacemaker/pcmk_sched_native.c crm_xml_add(xml, CRM_META"_"XML_RSC_ATTR_CONTAINER, parent->container->id); id 46 lib/pacemaker/pcmk_sched_notif.c tmp = strcmp(entry_a->rsc->id, entry_b->rsc->id); id 61 lib/pacemaker/pcmk_sched_notif.c return strcmp(entry_a->node->details->id, entry_b->node->details->id); id 161 lib/pacemaker/pcmk_sched_notif.c && (entry->rsc->id != NULL)); id 163 lib/pacemaker/pcmk_sched_notif.c || (entry->rsc->id == NULL)) { id 174 lib/pacemaker/pcmk_sched_notif.c if (pcmk__str_eq(entry->rsc->id, last_rsc_id, pcmk__str_none)) { id 177 lib/pacemaker/pcmk_sched_notif.c last_rsc_id = entry->rsc->id; id 178 lib/pacemaker/pcmk_sched_notif.c pcmk__add_word(rsc_list, &rsc_list_len, entry->rsc->id); id 221 lib/pacemaker/pcmk_sched_notif.c pe_rsc_trace(rsc, "Skipping notification for %s: node offline", rsc->id); id 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); id 233 lib/pacemaker/pcmk_sched_notif.c key = pcmk__notify_key(rsc->id, value, task); id 241 lib/pacemaker/pcmk_sched_notif.c pe_rsc_trace(rsc, "Ordering %s before %s (%d->%d)", op->uuid, trigger->uuid, trigger->id, id 242 lib/pacemaker/pcmk_sched_notif.c op->id); id 312 lib/pacemaker/pcmk_sched_notif.c key = pcmk__notify_key(rsc->id, "pre", start->task); id 329 lib/pacemaker/pcmk_sched_notif.c key = pcmk__notify_key(rsc->id, "confirmed-pre", start->task); id 351 lib/pacemaker/pcmk_sched_notif.c key = pcmk__notify_key(rsc->id, "post", end->task); id 374 lib/pacemaker/pcmk_sched_notif.c key = pcmk__notify_key(rsc->id, "confirmed-post", end->task); id 436 lib/pacemaker/pcmk_sched_notif.c pe_rsc_trace(rsc, "%s state: %s", rsc->id, role2text(rsc->role)); id 687 lib/pacemaker/pcmk_sched_notif.c n_data->action, rsc->id, role2text(rsc->role), role2text(rsc->next_role)); id 694 lib/pacemaker/pcmk_sched_notif.c n_data->action, rsc->id, role2text(rsc->role), role2text(rsc->next_role)); id 701 lib/pacemaker/pcmk_sched_notif.c n_data->action, rsc->id, role2text(rsc->role), role2text(rsc->next_role)); id 713 lib/pacemaker/pcmk_sched_notif.c n_data->action, rsc->id, role2text(rsc->role), role2text(rsc->next_role)); id 747 lib/pacemaker/pcmk_sched_notif.c rsc->id); id 804 lib/pacemaker/pcmk_sched_notif.c add_notify_env(n_data, "notify_stop_resource", rsc->id); id 138 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(child, "Applying %s to %s", cons->id, child->id); id 139 lib/pacemaker/pcmk_sched_promotable.c cons_node = pe_find_node_id(cons->node_list_rh, chosen->details->id); id 146 lib/pacemaker/pcmk_sched_promotable.c child->id, cons_node->details->uname, child->priority, id 173 lib/pacemaker/pcmk_sched_promotable.c crm_info("%s role: %s", rsc->id, role2text(role)); id 183 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Child %s of %s can't be promoted", child->id, rsc->id); id 191 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "%s cannot be master: not allocated", rsc->id); id 197 lib/pacemaker/pcmk_sched_promotable.c rsc->id, node->details->uname); id 204 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "%s cannot be master: preference: %d", rsc->id, rsc->priority); id 217 lib/pacemaker/pcmk_sched_promotable.c rsc->id, node->details->remote_rsc->container->id); id 222 lib/pacemaker/pcmk_sched_promotable.c local_node = pe_hash_table_lookup(parent->allowed_nodes, node->details->id); id 225 lib/pacemaker/pcmk_sched_promotable.c crm_err("%s cannot run on %s: node not allowed", rsc->id, node->details->uname); id 233 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "%s cannot be master on %s: node full", rsc->id, node->details->uname); id 257 lib/pacemaker/pcmk_sched_promotable.c crm_trace("%s %c %s (index)", resource1->id, rc < 0 ? '<' : '>', resource2->id); id 262 lib/pacemaker/pcmk_sched_promotable.c crm_trace("%s %c %s (role)", resource1->id, '<', resource2->id); id 266 lib/pacemaker/pcmk_sched_promotable.c crm_trace("%s %c %s (role)", resource1->id, '>', resource2->id); id 289 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Merging weights for %s", rsc->id); id 295 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Sort index: %s = %d", child->id, child->sort_index); id 305 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Skipping %s", child->id); id 309 lib/pacemaker/pcmk_sched_promotable.c node = (pe_node_t *) pe_hash_table_lookup(rsc->allowed_nodes, chosen->details->id); id 314 lib/pacemaker/pcmk_sched_promotable.c node->details->uname, child->id); id 334 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "RHS: %s with %s: %d", constraint->rsc_lh->id, constraint->rsc_rh->id, id 337 lib/pacemaker/pcmk_sched_promotable.c constraint->rsc_rh->cmds->merge_weights(constraint->rsc_rh, rsc->id, id 356 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "LHS: %s with %s: %d", constraint->rsc_lh->id, constraint->rsc_rh->id, id 359 lib/pacemaker/pcmk_sched_promotable.c constraint->rsc_lh->cmds->merge_weights(constraint->rsc_lh, rsc->id, id 392 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "%s: %d", child->id, child->sort_index); id 395 lib/pacemaker/pcmk_sched_promotable.c node = (pe_node_t *) pe_hash_table_lookup(rsc->allowed_nodes, chosen->details->id); id 400 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Set sort index: %s = %d", child->id, child->sort_index); id 412 lib/pacemaker/pcmk_sched_promotable.c char *key = clone_strip(rsc->id); id 423 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Found %s for %s active on %s: done", active->id, key, node->details->uname); id 427 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Found %s for %s on %s: not %s", active->id, key, node->details->uname, rsc->id); id 449 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Checking %s for %s on %s", rsc->id, key, node->details->uname); id 450 lib/pacemaker/pcmk_sched_promotable.c if (g_hash_table_lookup(rsc->known_on, node->details->id)) { id 477 lib/pacemaker/pcmk_sched_promotable.c char *name = rsc->id; id 503 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Anonymous clone %s is allowed on %s", rsc->id, node->details->uname); id 512 lib/pacemaker/pcmk_sched_promotable.c pe_node_t *known = pe_hash_table_lookup(rsc->known_on, node->details->id); id 514 lib/pacemaker/pcmk_sched_promotable.c match = pe_find_node_id(rsc->running_on, node->details->id); id 517 lib/pacemaker/pcmk_sched_promotable.c rsc->id, rsc->clone_name, node->details->uname); id 522 lib/pacemaker/pcmk_sched_promotable.c match = pe_hash_table_lookup(rsc->allowed_nodes, node->details->id); id 528 lib/pacemaker/pcmk_sched_promotable.c rsc->id, match->details->uname, match->weight); id 548 lib/pacemaker/pcmk_sched_promotable.c name = clone_strip(rsc->id); id 549 lib/pacemaker/pcmk_sched_promotable.c if (strcmp(rsc->id, name)) { id 600 lib/pacemaker/pcmk_sched_promotable.c child_rsc->id, node->details->uname, node->weight, new_score); id 608 lib/pacemaker/pcmk_sched_promotable.c child_rsc->id, child_rsc->priority, new_score); id 691 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Assigning priority for %s: %s", child_rsc->id, id 701 lib/pacemaker/pcmk_sched_promotable.c child_rsc->id); id 734 lib/pacemaker/pcmk_sched_promotable.c crm_err("Unknown resource role: %d for %s", next_role, child_rsc->id)); id 751 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Assigning priority for %s: %d", child_rsc->id, child_rsc->priority); id 771 lib/pacemaker/pcmk_sched_promotable.c child_rsc->id, id 776 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "%s promotion score on %s: %s", child_rsc->id, id 785 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Not supposed to promote child: %s", child_rsc->id); id 792 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_debug(rsc, "%s promotion score: %d", child_rsc->id, child_rsc->priority); id 802 lib/pacemaker/pcmk_sched_promotable.c child_rsc->id, role2text(child_rsc->role), role2text(child_rsc->next_role)); id 809 lib/pacemaker/pcmk_sched_promotable.c child_rsc->id, role2text(child_rsc->role), chosen->details->uname); id 815 lib/pacemaker/pcmk_sched_promotable.c rsc->id, promoted, clone_data->promoted_max); id 835 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_debug(rsc, "Creating actions for %s", rsc->id); id 842 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Creating actions for %s", child_rsc->id); id 848 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Created actions for %s: %d %d", child_rsc->id, child_promoting, id 1000 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc_rh, "Processing: %s", child_rsc->id); id 1002 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc_rh, "Applying: %s %s %s %d", child_rsc->id, id 1028 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc_lh, "%s can't be promoted %s", rsc_lh->id, constraint->id); id 1035 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_debug(rsc_lh, "Applying %s to %s", constraint->id, rsc_lh->id); id 1036 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_debug(rsc_lh, "\t%s: %d->%d", rsc_lh->id, rsc_lh->priority, new_priority); id 730 lib/pacemaker/pcmk_sched_transition.c printf("\tPretending action %d failed with rc=%d\n", action->id, op->rc); id 186 lib/pacemaker/pcmk_sched_utilization.c orig_rsc->id, rsc->id); id 191 lib/pacemaker/pcmk_sched_utilization.c orig_rsc->id, rsc->id); id 215 lib/pacemaker/pcmk_sched_utilization.c orig_rsc->id, child->id); id 229 lib/pacemaker/pcmk_sched_utilization.c orig_rsc->id, ID(first_child->xml)); id 254 lib/pacemaker/pcmk_sched_utilization.c pe_rsc_trace(rsc, "%s: Processing unallocated colocated %s", rsc->id, listed_rsc->id); id 275 lib/pacemaker/pcmk_sched_utilization.c crm_trace("%s: %s is supposed to be colocated with %s", orig_rsc->id, rsc->id, orig_rsc->id); id 344 lib/pacemaker/pcmk_sched_utilization.c rsc->id); id 377 lib/pacemaker/pcmk_sched_utilization.c rsc->id, node->details->uname); id 401 lib/pacemaker/pcmk_sched_utilization.c if (have_enough_capacity(node, rsc->id, rsc->utilization) == FALSE) { id 405 lib/pacemaker/pcmk_sched_utilization.c rsc->id, node->details->uname); id 17 lib/pacemaker/pcmk_sched_utils.c rsc2node_new(const char *id, pe_resource_t *rsc, id 23 lib/pacemaker/pcmk_sched_utils.c if (rsc == NULL || id == NULL) { id 24 lib/pacemaker/pcmk_sched_utils.c pe_err("Invalid constraint %s for rsc=%p", crm_str(id), rsc); id 33 lib/pacemaker/pcmk_sched_utils.c new_con->id = strdup(id); id 110 lib/pacemaker/pcmk_sched_utils.c g_hash_table_insert(new_table, (gpointer) new_node->details->id, id 258 lib/pacemaker/pcmk_sched_utils.c crm_info("Deallocating %s from %s", rsc->id, old->details->uname); id 289 lib/pacemaker/pcmk_sched_utils.c rsc->id, chosen->details->uname, can_run_resources(chosen), chosen->weight); id 306 lib/pacemaker/pcmk_sched_utils.c crm_debug("Could not allocate a node for %s", rsc->id); id 339 lib/pacemaker/pcmk_sched_utils.c crm_debug("Assigning %s to %s", chosen->details->uname, rsc->id); id 370 lib/pacemaker/pcmk_sched_utils.c node_uuid = action->node->details->id; id 393 lib/pacemaker/pcmk_sched_utils.c desc, action->id, action->uuid, id 413 lib/pacemaker/pcmk_sched_utils.c desc, action->id, action->uuid, id 414 lib/pacemaker/pcmk_sched_utils.c (action->rsc? action->rsc->id : "<none>"), id 473 lib/pacemaker/pcmk_sched_utils.c pe_action_t *action = custom_action(rsc, pcmk__op_key(rsc->id, task, 0), id 503 lib/pacemaker/pcmk_sched_utils.c char *key = pcmk__op_key(rsc->id, task, interval_ms); id 32 lib/pacemaker/pcmk_trans_graph.c crm_trace("Processing input %d", prereq->id); id 34 lib/pacemaker/pcmk_trans_graph.c if (prereq->id == action_id) { id 35 lib/pacemaker/pcmk_trans_graph.c crm_trace("Marking input %d of synapse %d confirmed", action_id, synapse->id); id 46 lib/pacemaker/pcmk_trans_graph.c crm_trace("Updated synapse %d", synapse->id); id 65 lib/pacemaker/pcmk_trans_graph.c crm_trace("Processing action %d", action->id); id 67 lib/pacemaker/pcmk_trans_graph.c if (action->id == action_id) { id 68 lib/pacemaker/pcmk_trans_graph.c crm_trace("Confirmed: Action %d of Synapse %d", action_id, synapse->id); id 74 lib/pacemaker/pcmk_trans_graph.c crm_trace("Synapse %d still not confirmed after action %d", synapse->id, action_id); id 79 lib/pacemaker/pcmk_trans_graph.c crm_trace("Confirmed: Synapse %d", synapse->id); id 85 lib/pacemaker/pcmk_trans_graph.c crm_trace("Updated synapse %d", synapse->id); id 105 lib/pacemaker/pcmk_trans_graph.c rc = update_synapse_confirmed(synapse, action->id); id 108 lib/pacemaker/pcmk_trans_graph.c rc = update_synapse_ready(synapse, action->id); id 114 lib/pacemaker/pcmk_trans_graph.c crm_trace("Updated graph with completed action %d", action->id); id 127 lib/pacemaker/pcmk_trans_graph.c crm_trace("Checking pre-reqs for synapse %d", synapse->id); id 133 lib/pacemaker/pcmk_trans_graph.c crm_trace("Processing input %d", prereq->id); id 135 lib/pacemaker/pcmk_trans_graph.c crm_trace("Input %d for synapse %d not satisfied: not confirmed", prereq->id, synapse->id); id 139 lib/pacemaker/pcmk_trans_graph.c crm_trace("Input %d for synapse %d not satisfied: failed", prereq->id, synapse->id); id 152 lib/pacemaker/pcmk_trans_graph.c crm_trace("Skipping synapse %d: abort level %d", synapse->id, graph->abort_priority); id 157 lib/pacemaker/pcmk_trans_graph.c crm_trace("Deferring synapse %d: allowed", synapse->id); id 168 lib/pacemaker/pcmk_trans_graph.c const char *id = NULL; id 172 lib/pacemaker/pcmk_trans_graph.c id = ID(action->xml); id 173 lib/pacemaker/pcmk_trans_graph.c CRM_CHECK(id != NULL, return FALSE); id 177 lib/pacemaker/pcmk_trans_graph.c crm_trace("Executing pseudo-event: %s (%d)", id, action->id); id 181 lib/pacemaker/pcmk_trans_graph.c crm_trace("Executing rsc-event: %s (%d)", id, action->id); id 191 lib/pacemaker/pcmk_trans_graph.c crm_trace("Executing STONITH-event: %s (%d)", id, action->id); id 195 lib/pacemaker/pcmk_trans_graph.c crm_trace("Executing crm-event: %s (%d)", id, action->id); id 199 lib/pacemaker/pcmk_trans_graph.c crm_err("Failed on unsupported command type: %s (id=%s)", crm_element_name(action->xml), id); id 212 lib/pacemaker/pcmk_trans_graph.c crm_trace("Synapse %d fired", synapse->id); id 224 lib/pacemaker/pcmk_trans_graph.c crm_element_name(action->xml), action->id, synapse->id); id 256 lib/pacemaker/pcmk_trans_graph.c crm_trace("Entering graph %d callback", graph->id); id 263 lib/pacemaker/pcmk_trans_graph.c crm_trace("Synapse %d complete", synapse->id); id 267 lib/pacemaker/pcmk_trans_graph.c crm_trace("Synapse %d: confirmation pending", synapse->id); id 289 lib/pacemaker/pcmk_trans_graph.c crm_trace("Synapse %d fired", synapse->id); id 292 lib/pacemaker/pcmk_trans_graph.c crm_err("Synapse %d failed to fire", synapse->id); id 304 lib/pacemaker/pcmk_trans_graph.c crm_trace("Synapse %d cannot fire", synapse->id); id 331 lib/pacemaker/pcmk_trans_graph.c graph->id, graph->completed, graph->pending, graph->fired, id 40 lib/pacemaker/pcmk_trans_unpack.c action->id = crm_parse_int(value, NULL); id 79 lib/pacemaker/pcmk_trans_unpack.c crm_trace("Action %d has timer set to %dms", action->id, action->timeout); id 96 lib/pacemaker/pcmk_trans_unpack.c new_synapse->id = crm_parse_int(ID(xml_synapse), NULL); id 103 lib/pacemaker/pcmk_trans_unpack.c CRM_CHECK(new_synapse->id >= 0, free(new_synapse); id 127 lib/pacemaker/pcmk_trans_unpack.c crm_trace("Adding action %d to synapse %d", new_action->id, new_synapse->id); id 154 lib/pacemaker/pcmk_trans_unpack.c crm_trace("Adding input %d to synapse %d", new_input->id, new_synapse->id); id 187 lib/pacemaker/pcmk_trans_unpack.c new_graph->id = -1; id 203 lib/pacemaker/pcmk_trans_unpack.c new_graph->id = crm_parse_int(t_id, "-1"); id 237 lib/pacemaker/pcmk_trans_unpack.c new_graph->id, new_graph->num_actions, new_graph->num_synapses); id 246 lib/pacemaker/pcmk_trans_unpack.c crm_warn("Cancelling timer for action %d (src=%d)", action->id, action->timer->source_id); id 34 lib/pacemaker/pcmk_trans_utils.c crm_trace("Dummy event handler: action %d executed", action->id); id 35 lib/pacemaker/pcmk_trans_utils.c if (action->id == fail) { id 36 lib/pacemaker/pcmk_trans_utils.c crm_err("Dummy event handler: pretending action %d failed", action->id); id 108 lib/pacemaker/pcmk_trans_utils.c find_action(crm_graph_t * graph, int id) id 123 lib/pacemaker/pcmk_trans_utils.c if (action->id == id) { id 165 lib/pacemaker/pcmk_trans_utils.c } else if (find_action(graph, input->id) != NULL) { id 186 lib/pacemaker/pcmk_trans_utils.c if (find_action(graph, input->id) == NULL) { id 189 lib/pacemaker/pcmk_trans_utils.c input->id, actiontype2text(input->type), key, id 207 lib/pacemaker/pcmk_trans_utils.c action->id, desc, (host? " on " : ""), (host? host : ""), id 250 lib/pacemaker/pcmk_trans_utils.c graph->id, graph->num_actions, id 130 lib/pengine/bundle.c char *id = NULL; id 134 lib/pengine/bundle.c id = crm_strdup_printf("%s-ip-%s", data->prefix, replica->ipaddr); id 135 lib/pengine/bundle.c crm_xml_sanitize_id(id); id 136 lib/pengine/bundle.c xml_ip = create_resource(id, "heartbeat", "IPaddr2"); id 137 lib/pengine/bundle.c free(id); id 181 lib/pengine/bundle.c char *id = NULL; id 185 lib/pengine/bundle.c id = crm_strdup_printf("%s-docker-%d", data->prefix, replica->offset); id 186 lib/pengine/bundle.c crm_xml_sanitize_id(id); id 187 lib/pengine/bundle.c xml_container = create_resource(id, "heartbeat", id 189 lib/pengine/bundle.c free(id); id 347 lib/pengine/bundle.c char *id = NULL; id 351 lib/pengine/bundle.c id = crm_strdup_printf("%s-podman-%d", data->prefix, replica->offset); id 352 lib/pengine/bundle.c crm_xml_sanitize_id(id); id 353 lib/pengine/bundle.c xml_container = create_resource(id, "heartbeat", id 355 lib/pengine/bundle.c free(id); id 515 lib/pengine/bundle.c char *id = NULL; id 521 lib/pengine/bundle.c id = crm_strdup_printf("%s-rkt-%d", data->prefix, replica->offset); id 522 lib/pengine/bundle.c crm_xml_sanitize_id(id); id 523 lib/pengine/bundle.c xml_container = create_resource(id, "heartbeat", id 525 lib/pengine/bundle.c free(id); id 710 lib/pengine/bundle.c char *id = crm_strdup_printf("%s-%d", data->prefix, replica->offset); id 715 lib/pengine/bundle.c if (pe_find_resource(data_set->resources, id) != NULL) { id 716 lib/pengine/bundle.c free(id); id 718 lib/pengine/bundle.c id = crm_strdup_printf("pcmk-internal-%s-remote-%d", id 719 lib/pengine/bundle.c replica->child->id, replica->offset); id 721 lib/pengine/bundle.c CRM_ASSERT(pe_find_resource(data_set->resources, id) == NULL); id 739 lib/pengine/bundle.c xml_remote = pe_create_remote_xml(NULL, id, replica->container->id, id 749 lib/pengine/bundle.c free(id); id 750 lib/pengine/bundle.c id = NULL; id 799 lib/pengine/bundle.c (gpointer) replica->node->details->id, id 806 lib/pengine/bundle.c (gpointer) replica->node->details->id, copy); id 1012 lib/pengine/bundle.c crm_trace("Cannot determine address for bundle connection %s", rsc->id); id 1017 lib/pengine/bundle.c rsc->id, node->details->uname); id 1041 lib/pengine/bundle.c pe_rsc_trace(rsc, "Processing resource %s...", rsc->id); id 1045 lib/pengine/bundle.c bundle_data->prefix = strdup(rsc->id); id 1072 lib/pengine/bundle.c XML_RSC_ATTR_PROMOTED_MAX, rsc->id); id 1083 lib/pengine/bundle.c pe_err("'replicas' for %s must be positive integer, using 1", rsc->id); id 1096 lib/pengine/bundle.c rsc->id); id 1219 lib/pengine/bundle.c rsc->id, ID(xml_obj)); id 1341 lib/pengine/bundle.c pe_err("Failed unpacking resource %s", rsc->id); id 1479 lib/pengine/bundle.c status_print("id=\"%s\" ", rsc->id); id 1525 lib/pengine/bundle.c print_everything = pcmk__str_in_list(only_rsc, rsc->id); id 1530 lib/pengine/bundle.c char *id = crm_itoa(replica->offset); id 1555 lib/pengine/bundle.c "id", rsc->id, id 1564 lib/pengine/bundle.c rc = pe__name_and_nvpairs_xml(out, true, "replica", 1, "id", id); id 1565 lib/pengine/bundle.c free(id); id 1648 lib/pengine/bundle.c print_everything = pcmk__str_in_list(only_rsc, rsc->id); id 1686 lib/pengine/bundle.c rsc->id, bundle_data->image, id 1725 lib/pengine/bundle.c rsc->id, bundle_data->image, id 1789 lib/pengine/bundle.c print_everything = pcmk__str_in_list(only_rsc, rsc->id); id 1822 lib/pengine/bundle.c rsc->id, bundle_data->image, id 1858 lib/pengine/bundle.c rsc->id, bundle_data->image, id 1922 lib/pengine/bundle.c rsc->id, bundle_data->image, id 2010 lib/pengine/bundle.c pe_rsc_trace(rsc, "Freeing %s", rsc->id); id 33 lib/pengine/clone.c rsc->id, standard, rid); id 95 lib/pengine/clone.c pe_rsc_trace(child_rsc, "Setting clone attributes for: %s", child_rsc->id); id 102 lib/pengine/clone.c pe_rsc_trace(rsc, "Added %s instance %s", rsc->id, child_rsc->id); id 123 lib/pengine/clone.c pe_rsc_trace(rsc, "Processing resource %s...", rsc->id); id 172 lib/pengine/clone.c "per node", rsc->id); id 176 lib/pengine/clone.c pe_rsc_trace(rsc, "Options for %s", rsc->id); id 195 lib/pengine/clone.c pcmk__config_err("%s has nothing to clone", rsc->id); id 232 lib/pengine/clone.c pe_rsc_trace(rsc, "Added %d children to resource %s...", clone_data->clone_max, rsc->id); id 316 lib/pengine/clone.c status_print("id=\"%s\" ", rsc->id); id 399 lib/pengine/clone.c pre_text ? pre_text : "", rsc->id, ID(clone_data->xml_obj_child), id 438 lib/pengine/clone.c pcmk__add_word(&stopped_list, &stopped_list_len, child_rsc->id); id 599 lib/pengine/clone.c (strstr(rsc->id, ":") != NULL && pcmk__str_in_list(only_rsc, rsc->id)); id 616 lib/pengine/clone.c "id", rsc->id, id 668 lib/pengine/clone.c (strstr(rsc->id, ":") != NULL && pcmk__str_in_list(only_rsc, rsc->id)); id 671 lib/pengine/clone.c rsc->id, ID(clone_data->xml_obj_child), id 713 lib/pengine/clone.c pcmk__add_word(&stopped_list, &stopped_list_len, child_rsc->id); id 905 lib/pengine/clone.c (strstr(rsc->id, ":") != NULL && pcmk__str_in_list(only_rsc, rsc->id)); id 908 lib/pengine/clone.c rsc->id, ID(clone_data->xml_obj_child), id 950 lib/pengine/clone.c pcmk__add_word(&stopped_list, &stopped_list_len, child_rsc->id); id 1116 lib/pengine/clone.c pe_rsc_trace(rsc, "Freeing %s", rsc->id); id 1122 lib/pengine/clone.c pe_rsc_trace(child_rsc, "Freeing child %s", child_rsc->id); id 1158 lib/pengine/clone.c pe_rsc_trace(rsc, "%s role: %s", rsc->id, role2text(clone_role)); id 619 lib/pengine/common.c pe_rsc_trace(rsc, "%s: Looking for %s on the container host %s", rsc->id, name, host->details->uname); id 624 lib/pengine/common.c rsc->id, name, node->details->remote_rsc->container->id); id 234 lib/pengine/complex.c const char *id = NULL; id 246 lib/pengine/complex.c id = ID(xml_obj); id 247 lib/pengine/complex.c if (id == NULL) { id 252 lib/pengine/complex.c if (pcmk__str_eq(template_ref, id, pcmk__str_none)) { id 253 lib/pengine/complex.c pe_err("The resource object '%s' should not reference itself", id); id 272 lib/pengine/complex.c crm_xml_replace(new_xml, XML_ATTR_ID, id); id 343 lib/pengine/complex.c const char *id = NULL; id 355 lib/pengine/complex.c id = ID(xml_obj); id 356 lib/pengine/complex.c if (id == NULL) { id 361 lib/pengine/complex.c if (pcmk__str_eq(template_ref, id, pcmk__str_none)) { id 362 lib/pengine/complex.c pe_err("The resource object '%s' should not reference itself", id); id 366 lib/pengine/complex.c if (add_tag_ref(data_set->template_rsc_sets, template_ref, id) == FALSE) { id 404 lib/pengine/complex.c const char *id = crm_element_value(xml_obj, XML_ATTR_ID); id 420 lib/pengine/complex.c if (id == NULL) { id 477 lib/pengine/complex.c (*rsc)->id = crm_strdup_printf("%s:%s", id, value); id 481 lib/pengine/complex.c (*rsc)->id = strdup(id); id 578 lib/pengine/complex.c pe_rsc_trace((*rsc), "Options for %s", (*rsc)->id); id 643 lib/pengine/complex.c "require unfencing", (*rsc)->id); id 651 lib/pengine/complex.c (*rsc)->id); id 665 lib/pengine/complex.c (*rsc)->id); id 698 lib/pengine/complex.c (*rsc)->id, value, orig_value); id 760 lib/pengine/complex.c common_update_score(pe_resource_t * rsc, const char *id, int score) id 764 lib/pengine/complex.c node = pe_hash_table_lookup(rsc->allowed_nodes, id); id 766 lib/pengine/complex.c pe_rsc_trace(rsc, "Updating score for %s on %s: %d + %d", rsc->id, id, node->weight, score); id 776 lib/pengine/complex.c common_update_score(child_rsc, id, score); id 819 lib/pengine/complex.c pe_rsc_trace(rsc, "Freeing %s %d", rsc->id, rsc->variant); id 871 lib/pengine/complex.c free(rsc->id); id 83 lib/pengine/failcounts.c char *xml_name = clone_strip(rsc->id); id 179 lib/pengine/failcounts.c const char *name = (rsc->clone_name? rsc->clone_name : rsc->id); id 285 lib/pengine/failcounts.c rsc->failure_timeout, rsc->id); id 297 lib/pengine/failcounts.c rsc->id, node->details->uname, rsc->failure_timeout); id 333 lib/pengine/failcounts.c rsc->id, score, node->details->uname); id 341 lib/pengine/failcounts.c rsc->id, score, node->details->uname); id 368 lib/pengine/failcounts.c key = pcmk__op_key(rsc->id, CRM_OP_CLEAR_FAILCOUNT, 0); id 373 lib/pengine/failcounts.c rsc->id, node->details->uname, reason, clear->uuid); id 32 lib/pengine/group.c pe_rsc_trace(rsc, "Processing resource %s...", rsc->id); id 75 lib/pengine/group.c pe_rsc_trace(rsc, "Added %s member %s", rsc->id, new_rsc->id); id 80 lib/pengine/group.c pcmk__config_warn("Group %s does not have any children", rsc->id); id 84 lib/pengine/group.c pe_rsc_trace(rsc, "Added %d children to resource %s...", group_data->num_children, rsc->id); id 120 lib/pengine/group.c status_print("%s<group id=\"%s\" ", pre_text, rsc->id); id 151 lib/pengine/group.c status_print("%sResource Group: %s", pre_text ? pre_text : "", rsc->id); id 204 lib/pengine/group.c (strstr(rsc->id, ":") != NULL && pcmk__str_in_list(only_rsc, rsc->id)); id 215 lib/pengine/group.c , "id", rsc->id id 251 lib/pengine/group.c (strstr(rsc->id, ":") != NULL && pcmk__str_in_list(only_rsc, rsc->id)); id 257 lib/pengine/group.c out->begin_list(out, NULL, NULL, "Resource Group: %s%s%s", rsc->id, id 275 lib/pengine/group.c PCMK__OUTPUT_LIST_HEADER(out, FALSE, rc, "Resource Group: %s%s%s", rsc->id, id 306 lib/pengine/group.c (strstr(rsc->id, ":") != NULL && pcmk__str_in_list(only_rsc, rsc->id)); id 312 lib/pengine/group.c out->begin_list(out, NULL, NULL, "Resource Group: %s%s%s", rsc->id, id 330 lib/pengine/group.c PCMK__OUTPUT_LIST_HEADER(out, FALSE, rc, "Resource Group: %s%s%s", rsc->id, id 349 lib/pengine/group.c pe_rsc_trace(rsc, "Freeing %s", rsc->id); id 355 lib/pengine/group.c pe_rsc_trace(child_rsc, "Freeing child %s", child_rsc->id); id 380 lib/pengine/group.c pe_rsc_trace(rsc, "%s role: %s", rsc->id, role2text(group_role)); id 393 lib/pengine/group.c } else if (strstr(rsc->id, ":") != NULL && pcmk__str_in_list(only_rsc, rsc->id)) { id 58 lib/pengine/native.c rsc->id, rsc->priority, id 75 lib/pengine/native.c rsc->id, rsc->priority, id 92 lib/pengine/native.c if (pcmk__str_eq(a_node->details->id, node->details->id, pcmk__str_casei)) { id 97 lib/pengine/native.c pe_rsc_trace(rsc, "Adding %s to %s %s", rsc->id, node->details->uname, id 114 lib/pengine/native.c pe_rsc_info(rsc, "resource %s isn't managed", rsc->id); id 167 lib/pengine/native.c rsc->id, node->details->uname, id 171 lib/pengine/native.c pe_rsc_trace(rsc, "Resource %s is active on: %s", rsc->id, node->details->uname); id 198 lib/pengine/native.c pe_rsc_trace(rsc, "Processing resource %s...", rsc->id); id 212 lib/pengine/native.c pe__force_anon(standard, parent, rsc->id, data_set); id 227 lib/pengine/native.c rsc->id, standard); id 237 lib/pengine/native.c rsc->id, node->details->uname); id 261 lib/pengine/native.c native_find_rsc(pe_resource_t * rsc, const char *id, const pe_node_t *on_node, id 267 lib/pengine/native.c CRM_CHECK(id && rsc && rsc->id, return NULL); id 275 lib/pengine/native.c } else if (!strcmp(id, rsc->id) || pcmk__str_eq(id, rid, pcmk__str_casei)) { id 279 lib/pengine/native.c } else if (!strcmp(id, rsc->id)) { id 283 lib/pengine/native.c && rsc->clone_name && strcmp(rsc->clone_name, id) == 0) { id 289 lib/pengine/native.c match = pe_base_name_eq(rsc, id); id 307 lib/pengine/native.c result = rsc->fns->find_rsc(child, id, on_node, flags); id 327 lib/pengine/native.c pe_rsc_trace(rsc, "Looking up %s in %s", name, rsc->id); id 368 lib/pengine/native.c rsc->id, a_node->details->uname); id 372 lib/pengine/native.c rsc->id, a_node->details->uname); id 375 lib/pengine/native.c rsc->id, a_node->details->uname); id 532 lib/pengine/native.c node->details->uname, node->details->id, id 735 lib/pengine/native.c crm_trace("skipping print of internal resource %s", rsc->id); id 822 lib/pengine/native.c crm_trace("skipping print of internal resource %s", rsc->id); id 889 lib/pengine/native.c crm_trace("skipping print of internal resource %s", rsc->id); id 1119 lib/pengine/native.c "id", node->details->id, id 1192 lib/pengine/native.c pe_rsc_trace(rsc, "%s state: %s", rsc->id, role2text(role)); id 1227 lib/pengine/native.c && !pe_find_node_id(result, rsc->pending_node->details->id)) { id 1245 lib/pengine/native.c if (*list == NULL || pe_find_node_id(*list, node->details->id) == NULL) { id 1495 lib/pengine/native.c pcmk__str_in_list(only_rsc, rsc->id)) { id 368 lib/pengine/pe_output.c if (print_detail && !pcmk__str_eq(node->details->uname, node->details->id, pcmk__str_casei)) { id 369 lib/pengine/pe_output.c node_id = node->details->id; id 437 lib/pengine/pe_output.c location->id, location->rsc_lh->id, id 457 lib/pengine/pe_output.c location->id, location->rsc_lh->id, id 475 lib/pengine/pe_output.c xmlSetProp(node, (pcmkXmlStr) "id", (pcmkXmlStr) location->id); id 476 lib/pengine/pe_output.c xmlSetProp(node, (pcmkXmlStr) "resource", (pcmkXmlStr) location->rsc_lh->id); id 679 lib/pengine/pe_output.c xmlSetProp(node, (pcmkXmlStr) "id", (pcmkXmlStr) dc->details->id); id 1191 lib/pengine/pe_output.c "id", node->details->id, id 1207 lib/pengine/pe_output.c (pcmkXmlStr) node->details->remote_rsc->container->id); id 1759 lib/pengine/pe_output.c out->list_item(out, NULL, "%s:\t%s%s %s", ticket->id, id 1765 lib/pengine/pe_output.c out->list_item(out, NULL, "%s:\t%s%s", ticket->id, id 1780 lib/pengine/pe_output.c out->list_item(out, ticket->id, "\t%s%s %s", id 1786 lib/pengine/pe_output.c out->list_item(out, ticket->id, "\t%s%s", id 1802 lib/pengine/pe_output.c xmlSetProp(node, (pcmkXmlStr) "id", (pcmkXmlStr) ticket->id); id 21 lib/pengine/remote.c && pe__is_remote_node(pe_find_node(data_set->nodes, rsc->id)); id 133 lib/pengine/remote.c pe_node_t *guest_node = pe_find_node(data_set->nodes, rsc->id); id 36 lib/pengine/rules_alerts.c entry->id, PCMK__ALERT_DEFAULT_TIMEOUT_MS); id 39 lib/pengine/rules_alerts.c entry->id, (char*)value, PCMK__ALERT_DEFAULT_TIMEOUT_MS); id 44 lib/pengine/rules_alerts.c entry->id, entry->timeout); id 57 lib/pengine/rules_alerts.c entry->id, entry->tstamp_format); id 92 lib/pengine/rules_alerts.c entry->id, name, value); id 149 lib/pengine/rules_alerts.c entry->id, id 212 lib/pengine/rules_alerts.c entry->id, entry->path, entry->timeout, entry->tstamp_format, id 226 lib/pengine/rules_alerts.c entry->id, ID(recipient), recipient_entry->recipient, id 252 lib/pengine/status.c free(cons->id); id 383 lib/pengine/status.c pe_find_resource(GListPtr rsc_list, const char *id) id 385 lib/pengine/status.c return pe_find_resource_with_flags(rsc_list, id, pe_find_renamed); id 389 lib/pengine/status.c pe_find_resource_with_flags(GListPtr rsc_list, const char *id, enum pe_find flags) id 393 lib/pengine/status.c for (rIter = rsc_list; id && rIter; rIter = rIter->next) { id 397 lib/pengine/status.c parent->fns->find_rsc(parent, id, NULL, flags); id 402 lib/pengine/status.c crm_trace("No match for %s", id); id 407 lib/pengine/status.c pe_find_node_any(GListPtr nodes, const char *id, const char *uname) id 409 lib/pengine/status.c pe_node_t *match = pe_find_node_id(nodes, id); id 419 lib/pengine/status.c pe_find_node_id(GListPtr nodes, const char *id) id 426 lib/pengine/status.c if (node && pcmk__str_eq(node->details->id, id, pcmk__str_casei)) { id 34 lib/pengine/tags.c const char *id = (const char *) refs->data; id 35 lib/pengine/tags.c pe_resource_t *rsc = pe_find_resource_with_flags(data_set->resources, id, id 67 lib/pengine/tags.c const char *id = (const char *) refs->data; id 68 lib/pengine/tags.c pe_node_t *node = pe_find_node_id(data_set->nodes, id); id 111 lib/pengine/unpack.c node->details->uname, reason, rsc->id); id 115 lib/pengine/unpack.c node->details->uname, rsc->id, reason); id 396 lib/pengine/unpack.c pe_create_node(const char *id, const char *uname, const char *type, id 419 lib/pengine/unpack.c crm_trace("Creating node for entry %s/%s", uname, id); id 420 lib/pengine/unpack.c new_node->details->id = id; id 542 lib/pengine/unpack.c const char *id = NULL; id 562 lib/pengine/unpack.c id = crm_element_value(xml_obj, XML_ATTR_ID); id 566 lib/pengine/unpack.c crm_trace("Processing node %s/%s", uname, id); id 568 lib/pengine/unpack.c if (id == NULL) { id 573 lib/pengine/unpack.c new_node = pe_create_node(id, uname, type, score, data_set); id 622 lib/pengine/unpack.c if (container_id && !pcmk__str_eq(container_id, rsc->id, pcmk__str_casei)) { id 629 lib/pengine/unpack.c pe_rsc_trace(rsc, "Resource %s's container is %s", rsc->id, container_id); id 631 lib/pengine/unpack.c pe_err("Resource %s: Unknown resource container (%s)", rsc->id, container_id); id 727 lib/pengine/unpack.c remote_node = pe_find_node(data_set->nodes, new_rsc->id); id 731 lib/pengine/unpack.c new_rsc->id, remote_node->details->uname); id 755 lib/pengine/unpack.c free(tag->id); id 802 lib/pengine/unpack.c pe_rsc_trace(new_rsc, "Added resource %s", new_rsc->id); id 925 lib/pengine/unpack.c crm_info("We have ticket '%s'", ticket->id); id 928 lib/pengine/unpack.c crm_info("We do not have ticket '%s'", ticket->id); id 940 lib/pengine/unpack.c crm_info("Granted ticket '%s' is in standby-mode", ticket->id); id 982 lib/pengine/unpack.c crm_trace("Processing remote node id=%s, uname=%s", this_node->details->id, this_node->details->uname); id 1041 lib/pengine/unpack.c const char *id = NULL; id 1050 lib/pengine/unpack.c id = crm_element_value(state, XML_ATTR_ID); id 1052 lib/pengine/unpack.c this_node = pe_find_node_any(data_set->nodes, id, uname); id 1055 lib/pengine/unpack.c crm_info("Node %s is unknown", id); id 1059 lib/pengine/unpack.c crm_trace("Node %s was already processed", id); id 1084 lib/pengine/unpack.c crm_trace("Checking node %s/%s/%s status %d/%d/%d", id, rsc->id, rsc->container->id, fence, rsc->role, RSC_ROLE_STARTED); id 1090 lib/pengine/unpack.c crm_trace("Checking node %s/%s status %d/%d/%d", id, rsc->id, fence, rsc->role, RSC_ROLE_STARTED); id 1131 lib/pengine/unpack.c const char *id = NULL; id 1154 lib/pengine/unpack.c id = crm_element_value(state, XML_ATTR_ID); id 1156 lib/pengine/unpack.c this_node = pe_find_node_any(data_set->nodes, id, uname); id 1177 lib/pengine/unpack.c crm_trace("Processing node id=%s, uname=%s", id, uname); id 1418 lib/pengine/unpack.c (container? "Guest" : "Remote"), this_node->details->id); id 1425 lib/pengine/unpack.c (container? "Guest" : "Remote"), this_node->details->id); id 1432 lib/pengine/unpack.c this_node->details->id); id 1438 lib/pengine/unpack.c (container? "Guest" : "Remote"), this_node->details->id); id 1445 lib/pengine/unpack.c (container? "Guest" : "Remote"), this_node->details->id); id 1452 lib/pengine/unpack.c this_node->details->id); id 1459 lib/pengine/unpack.c this_node->details->id, this_node->details->online ? "TRUE" : "FALSE"); id 1536 lib/pengine/unpack.c pe_base_name_end(const char *id) id 1538 lib/pengine/unpack.c if (!pcmk__str_empty(id)) { id 1539 lib/pengine/unpack.c const char *end = id + strlen(id) - 1; id 1541 lib/pengine/unpack.c for (const char *s = end; s > id; --s) { id 1667 lib/pengine/unpack.c top->id, parent->id, rsc_id, node->details->uname); id 1699 lib/pengine/unpack.c pe_rsc_trace(parent, "Looking for %s on %s in %s", rsc_id, node->details->uname, parent->id); id 1747 lib/pengine/unpack.c parent->id, node->details->uname); id 1751 lib/pengine/unpack.c pe_rsc_trace(parent, "Resource %s, active", rsc->id); id 1758 lib/pengine/unpack.c pe_rsc_trace(parent, "Resource %s, skip inactive", child->id); id 1777 lib/pengine/unpack.c pe_rsc_trace(parent, "Resource %s, empty slot", inactive_instance->id); id 1803 lib/pengine/unpack.c pe_rsc_trace(parent, "Resource %s, orphan", rsc->id); id 1829 lib/pengine/unpack.c crm_trace("%s found as %s (%s)", rsc_id, clone0_id, parent->id); id 1858 lib/pengine/unpack.c if (rsc && !pcmk__str_eq(rsc_id, rsc->id, pcmk__str_casei) id 1864 lib/pengine/unpack.c rsc_id, node->details->uname, rsc->id, id 1884 lib/pengine/unpack.c pe_rsc_trace(rsc, "Added orphan %s", rsc->id); id 1900 lib/pengine/unpack.c rsc->id, role2text(rsc->role), node->details->uname, fail2text(on_fail)); id 1907 lib/pengine/unpack.c if (g_hash_table_lookup(iter->known_on, node->details->id) == NULL) { id 1910 lib/pengine/unpack.c pe_rsc_trace(rsc, "%s (aka. %s) known on %s", rsc->id, rsc->clone_name, id 1912 lib/pengine/unpack.c g_hash_table_insert(iter->known_on, (gpointer) n->details->id, n); id 1954 lib/pengine/unpack.c rsc->id); id 1961 lib/pengine/unpack.c reason = crm_strdup_printf("%s is thought to be active there", rsc->id); id 1989 lib/pengine/unpack.c reason = crm_strdup_printf("%s failed there", rsc->id); id 2047 lib/pengine/unpack.c tmpnode = pe_find_node(data_set->nodes, rsc->id); id 2079 lib/pengine/unpack.c tmpnode = pe_find_node(data_set->nodes, rsc->id); id 2089 lib/pengine/unpack.c rsc->id, node->details->uname); id 2094 lib/pengine/unpack.c rsc->id, node->details->uname); id 2115 lib/pengine/unpack.c pe_rsc_trace(rsc, "Resetting clone_name %s for %s (stopped)", rsc->clone_name, rsc->id); id 2146 lib/pengine/unpack.c pe_rsc_trace(rsc, "%s: Start index %d, stop index = %d", rsc->id, start_index, stop_index); id 2153 lib/pengine/unpack.c const char *id = ID(rsc_op); id 2158 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: node is offline", rsc->id, node->details->uname); id 2163 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: resource is not active", id, node->details->uname); id 2167 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: old %d", id, node->details->uname, counter); id 2173 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: non-recurring", id, node->details->uname); id 2179 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: status", id, node->details->uname); id 2184 lib/pengine/unpack.c key = pcmk__op_key(rsc->id, task, interval_ms); id 2252 lib/pengine/unpack.c rsc->id, node->details->uname); id 2352 lib/pengine/unpack.c rsc->id, role2text(rsc->next_role), role2text(req_role)); id 2358 lib/pengine/unpack.c rsc->id, role2text(rsc->next_role), role2text(req_role)); id 2404 lib/pengine/unpack.c rsc->id, container_id); id 2510 lib/pengine/unpack.c int id = 0; id 2513 lib/pengine/unpack.c crm_element_value_int(op_xml, XML_LRM_ATTR_CALLID, &id); id 2515 lib/pengine/unpack.c return id; id 2538 lib/pengine/unpack.c xmlNode *stop_op = find_lrm_op(rsc->id, CRMD_ACTION_STOP, id 2587 lib/pengine/unpack.c migrate_from = find_lrm_op(rsc->id, CRMD_ACTION_MIGRATED, target, id 2643 lib/pengine/unpack.c xmlNode *action = find_lrm_op(rsc->id, action_name, node_name, NULL, TRUE, id 2669 lib/pengine/unpack.c target_stop = find_lrm_op(rsc->id, CRMD_ACTION_STOP, target, NULL, id 2674 lib/pengine/unpack.c target_migrate_from = find_lrm_op(rsc->id, CRMD_ACTION_MIGRATED, target, id 2736 lib/pengine/unpack.c source_stop = find_lrm_op(rsc->id, CRMD_ACTION_STOP, source, NULL, id 2740 lib/pengine/unpack.c source_migrate_to = find_lrm_op(rsc->id, CRMD_ACTION_MIGRATE, id 2780 lib/pengine/unpack.c crm_xml_add(op, XML_LRM_ATTR_RSCID, rsc->id); id 2936 lib/pengine/unpack.c (is_probe? "probe" : task), rsc->id, node->details->uname, id 2943 lib/pengine/unpack.c (is_probe? "probe" : task), rsc->id, node->details->uname, id 2955 lib/pengine/unpack.c rsc->id, node->details->uname); id 3000 lib/pengine/unpack.c pe_rsc_trace(rsc, "Leaving %s stopped", rsc->id); id 3004 lib/pengine/unpack.c pe_rsc_trace(rsc, "Setting %s active", rsc->id); id 3009 lib/pengine/unpack.c rsc->id, role2text(rsc->role), id 3034 lib/pengine/unpack.c fail_rsc->id); id 3117 lib/pengine/unpack.c rsc->id, node->details->uname, id 3140 lib/pengine/unpack.c rsc->id, node->details->uname, id 3170 lib/pengine/unpack.c CRM_XS " rc=%d id=%s", rsc->id, task, id 3184 lib/pengine/unpack.c rc, task, rsc->id, node->details->uname, id 3217 lib/pengine/unpack.c rsc->id, get_op_key(xml_op), node->details->id); id 3234 lib/pengine/unpack.c pe_node_t *remote_node = pe_find_node(data_set->nodes, remote_conn->id); id 3273 lib/pengine/unpack.c pe_node_t *remote_node = pe_find_node(data_set->nodes, rsc->id); id 3278 lib/pengine/unpack.c " until fencing has occurred", rsc->id); id 3403 lib/pengine/unpack.c "fencing of %s completes", task, rsc->id); id 3505 lib/pengine/unpack.c pe_rsc_trace(rsc, "%s active on %s", rsc->id, node->details->uname); id 3517 lib/pengine/unpack.c rsc->id, fail2text(*on_fail)); id 3631 lib/pengine/unpack.c node->details->uname, rsc->id); id 3698 lib/pengine/unpack.c ID(xml_op), task, rsc->id, node->details->uname, id 3740 lib/pengine/unpack.c task, rsc->id, node->details->uname, id 3751 lib/pengine/unpack.c task, rsc->id, node->details->uname, status, rc, id 3790 lib/pengine/unpack.c (*exit_reason? ": " : ""), exit_reason, rsc->id, id 3812 lib/pengine/unpack.c parent->id, node->details->uname, id 3821 lib/pengine/unpack.c parent->id, services_ocf_exitcode_str(rc), id 3832 lib/pengine/unpack.c rsc->id, task, role2text(rsc->role), id 3855 lib/pengine/unpack.c strdup(node->details->id)); id 3856 lib/pengine/unpack.c if (pcmk__str_eq(node->details->id, data_set->dc_uuid, pcmk__str_casei)) { id 170 lib/pengine/utils.c other_node = pe_find_node_id(list, node->details->id); id 181 lib/pengine/utils.c other_node = pe_hash_table_lookup(result, node->details->id); id 187 lib/pengine/utils.c g_hash_table_insert(result, (gpointer) new_node->details->id, new_node); id 209 lib/pengine/utils.c g_hash_table_insert(result, (gpointer) new_node->details->id, new_node); id 244 lib/pengine/utils.c comment, rsc->id, node->details->uname, score); id 281 lib/pengine/utils.c comment, rsc->id, id 370 lib/pengine/utils.c comment, rsc->id, node->details->uname); id 493 lib/pengine/utils.c task, rsc ? rsc->id : "<NULL>", id 499 lib/pengine/utils.c action->id, task, (rsc? rsc->id : "no resource"), id 510 lib/pengine/utils.c task, (rsc? rsc->id : "no resource"), key, id 516 lib/pengine/utils.c action->id = data_set->action_id++; id 518 lib/pengine/utils.c action->id = 0; id 606 lib/pengine/utils.c action->uuid, action->node->details->uname, rsc->id); id 721 lib/pengine/utils.c "allowed for stop", action->rsc->id, value); id 771 lib/pengine/utils.c "allowed for it", action->rsc->id, name); id 1197 lib/pengine/utils.c pe_err("Resource %s: Unknown failure type (%s)", action->rsc->id, value); id 1324 lib/pengine/utils.c match_key = pcmk__op_key(rsc->id, name, interval_ms); id 1352 lib/pengine/utils.c local_key = pcmk__op_key(rsc->id, "migrate", 0); id 1357 lib/pengine/utils.c local_key = pcmk__op_key(rsc->id, "notify", 0); id 1493 lib/pengine/utils.c crm_trace("Folding %s back into its atomic counterpart for %s", name, rsc->id); id 1595 lib/pengine/utils.c } else if (!pcmk__str_eq(on_node->details->id, action->node->details->id, pcmk__str_casei)) { id 1597 lib/pengine/utils.c key, on_node->details->id, action->node->details->id); id 1625 lib/pengine/utils.c char *key = pcmk__op_key(rsc->id, task, 0); id 1659 lib/pengine/utils.c pe_rsc_trace(rsc, "Setting %s for %s on %s: %d", tag, rsc->id, node->details->uname, score); id 1660 lib/pengine/utils.c match = pe_hash_table_lookup(rsc->allowed_nodes, node->details->id); id 1663 lib/pengine/utils.c g_hash_table_insert(rsc->allowed_nodes, (gpointer) match->details->id, match); id 1696 lib/pengine/utils.c crm_info("Deallocating %s from %s", rsc->id, rsc->allocated_to->details->uname); id 1860 lib/pengine/utils.c "because '%s' is not valid", rsc->id, value); id 1873 lib/pengine/utils.c "clones", rsc->id, value); id 1952 lib/pengine/utils.c free(ticket->id); id 1982 lib/pengine/utils.c ticket->id = strdup(ticket_id); id 1988 lib/pengine/utils.c g_hash_table_insert(data_set->tickets, strdup(ticket->id), ticket); id 2087 lib/pengine/utils.c rsc->id, node->details->uname); id 2168 lib/pengine/utils.c key = pcmk__op_key(rsc->id, task, interval_ms); id 2283 lib/pengine/utils.c char *key = pcmk__op_key(rsc->id, STONITH_DIGEST_TASK, 0); id 2297 lib/pengine/utils.c if (unfencing_digest_matches(rsc->id, agent, data->digest_all_calc, id 2305 lib/pengine/utils.c if (unfencing_digest_matches(rsc->id, agent, data->digest_secure_calc, id 2310 lib/pengine/utils.c rsc->id, node->details->uname); id 2319 lib/pengine/utils.c char *digest = create_unfencing_summary(rsc->id, agent, id 2323 lib/pengine/utils.c rsc->id, node->details->uname, digest); id 2334 lib/pengine/utils.c return rsc->id; id 2463 lib/pengine/utils.c add_hash_param(stonith_op->meta, XML_LRM_ATTR_TARGET_UUID, node->details->id); id 2490 lib/pengine/utils.c crm_notice("Unfencing %s (remote): because the definition of %s changed", node->details->uname, match->id); id 2492 lib/pengine/utils.c fprintf(stdout, " notice: Unfencing %s (remote): because the definition of %s changed\n", node->details->uname, match->id); id 2498 lib/pengine/utils.c "%s:%s:%s,", match->id, agent, data->digest_all_calc); id 2502 lib/pengine/utils.c "%s:%s:%s,", match->id, agent, data->digest_secure_calc); id 2598 lib/pengine/utils.c tag->id = strdup(tag_name); id 2614 lib/pengine/utils.c crm_trace("Added: tag=%s ref=%s", tag->id, obj_ref); id 2668 lib/pengine/utils.c reason_text = crm_strdup_printf("%s %s %s%c %s", change, reason->rsc->id, reason->task, text?':':0, text?text:"NA"); id 2793 lib/pengine/utils.c key = pcmk__op_key(rsc->id, CRM_OP_LRM_DELETE, 0); id 211 lib/services/dbus.c guint id = g_timeout_add(interval_ms, timer_popped, timeout); id 213 lib/services/dbus.c if (id) { id 214 lib/services/dbus.c dbus_timeout_set_data(timeout, GUINT_TO_POINTER(id), NULL); id 224 lib/services/dbus.c guint id = GPOINTER_TO_UINT(vid); id 227 lib/services/dbus.c if (id) { id 228 lib/services/dbus.c g_source_remove(id); id 218 lib/services/services.c op->id = pcmk__op_key(name, action, interval_ms); id 349 lib/services/services.c services_alert_create(const char *id, const char *exec, int timeout, id 356 lib/services/services.c action->id = strdup(id); id 417 lib/services/services.c crm_info("Lost pending %s DBus call (%p)", op->id, op->opaque->pending); id 419 lib/services/services.c crm_trace("Done with pending %s DBus call (%p)", op->id, op->opaque->pending); id 425 lib/services/services.c crm_trace("Updated pending %s DBus call (%p)", op->id, pending); id 427 lib/services/services.c crm_trace("Cleared pending %s DBus call", op->id); id 450 lib/services/services.c op->standard, op->id); id 453 lib/services/services.c op->standard, op->id); id 487 lib/services/services.c || (g_hash_table_lookup(recurring_actions, op->id) == NULL), id 497 lib/services/services.c free(op->id); id 526 lib/services/services.c crm_info("Cancelling %s operation %s", op->standard, op->id); id 529 lib/services/services.c g_hash_table_remove(recurring_actions, op->id); id 553 lib/services/services.c char *id = pcmk__op_key(name, action, interval_ms); id 558 lib/services/services.c op = g_hash_table_lookup(recurring_actions, id); id 577 lib/services/services.c id, op->pid); id 580 lib/services/services.c crm_err("Termination of %s[%d] failed", id, op->pid); id 612 lib/services/services.c free(id); id 620 lib/services/services.c char *id = pcmk__op_key(name, action, interval_ms); id 623 lib/services/services.c op = g_hash_table_lookup(recurring_actions, id); id 624 lib/services/services.c free(id); id 658 lib/services/services.c dup = g_hash_table_lookup(recurring_actions, op->id); id 759 lib/services/services.c g_hash_table_replace(recurring_actions, op->id, op); id 265 lib/services/services_linux.c crm_trace("No fd for %s", op->id); id 272 lib/services/services_linux.c crm_trace("Reading %s stderr into offset %d", op->id, len); id 277 lib/services/services_linux.c crm_trace("Reading %s stdout into offset %d", op->id, len); id 280 lib/services/services_linux.c crm_trace("Reading %s %s into offset %d", op->id, is_stderr?"stderr":"stdout", len); id 480 lib/services/services_linux.c crm_debug("Scheduling another invocation of %s", op->id); id 555 lib/services/services_linux.c op->id, op->pid, (is_stderr? "stdout" : "stderr")); id 570 lib/services/services_linux.c char *prefix = crm_strdup_printf("%s[%d] error output", op->id, op->pid); id 596 lib/services/services_linux.c crm_debug("%s[%d] exited with status %d", op->id, op->pid, exitcode); id 601 lib/services/services_linux.c crm_warn("%s[%d] timed out after %dms", op->id, op->pid, op->timeout); id 610 lib/services/services_linux.c op->id, op->pid, strsignal(signo), signo); id 616 lib/services/services_linux.c op->id, op->pid, strsignal(signo), signo); id 698 lib/services/services_linux.c crm_perror(LOG_ERR, "Could not reset scheduling policy to SCHED_OTHER for %s", op->id); id 703 lib/services/services_linux.c crm_perror(LOG_ERR, "Could not reset process priority to 0 for %s", op->id); id 784 lib/services/services_linux.c crm_trace("Waiting for %s[%d]", op->id, op->pid); id 808 lib/services/services_linux.c op->id, op->pid, pcmk_strerror(errno)); id 821 lib/services/services_linux.c op->id, op->pid, pcmk_strerror(errno)); id 829 lib/services/services_linux.c crm_trace("Stopped waiting for %s[%d]", op->id, op->pid); id 836 lib/services/services_linux.c op->id, op->pid, op->timeout); id 847 lib/services/services_linux.c op->id, op->pid, pcmk_strerror(errno)); id 856 lib/services/services_linux.c crm_info("%s[%d] exited with status %d", op->id, op->pid, op->rc); id 863 lib/services/services_linux.c op->id, op->pid, strsignal(signo), signo); id 867 lib/services/services_linux.c crm_err("%s[%d] dumped core", op->id, op->pid); id 1060 lib/services/services_linux.c op->id, id 1066 lib/services/services_linux.c op->opaque->stdout_gsource = mainloop_add_fd(op->id, id 1070 lib/services/services_linux.c op->opaque->stderr_gsource = mainloop_add_fd(op->id, id 264 lib/services/systemd.c op->agent, op->id, error.message); id 271 lib/services/systemd.c "systemd reply has unexpected type", op->agent, op->id); id 302 lib/services/systemd.c crm_trace("Got result: %p for %p / %p for %s", reply, pending, op->opaque->pending, op->id); id 454 libltdl/loaders/dyld.c const char *id; id 457 libltdl/loaders/dyld.c id = lt__header_get_instnam (_dyld_get_image_header (i)); id 458 libltdl/loaders/dyld.c if (id && strneq (id, name)) id 71 maint/mocked/based-notifyfenced.c crm_warn("Notification of client %s/%s failed", client->name, client->id); id 87 maint/mocked/based-notifyfenced.c const char *id = NULL; id 98 maint/mocked/based-notifyfenced.c id = crm_element_value(result_data, XML_ATTR_ID); id 99 maint/mocked/based-notifyfenced.c if (id != NULL) id 100 maint/mocked/based-notifyfenced.c crm_xml_add(update_msg, F_CIB_OBJID, id); id 184 maint/mocked/based-notifyfenced.c cib_client->name, cib_client->id); id 130 maint/mocked/based.c mock_based_common_callback_worker(uint32_t id, uint32_t flags, id 141 maint/mocked/based.c crm_xml_add(ack, F_CIB_CLIENTID, cib_client->id); id 142 maint/mocked/based.c pcmk__ipc_send_xml(cib_client, id, ack, flags); id 153 maint/mocked/based.c type, cib_client->name, cib_client->id, on_off ? "on" : "off"); id 167 maint/mocked/based.c pcmk__ipc_send_ack(cib_client, id, flags, "ack", CRM_EX_OK); id 182 maint/mocked/based.c uint32_t id = 0, flags = 0; id 185 maint/mocked/based.c xmlNode *op_request = pcmk__client_data2xml(cib_client, data, &id, &flags); id 193 maint/mocked/based.c pcmk__ipc_send_ack(cib_client, id, flags, "nack", CRM_EX_PROTOCOL); id 201 maint/mocked/based.c cib_client->request_id = id; /* reply only to last in-flight request */ id 206 maint/mocked/based.c crm_xml_add(op_request, F_CIB_CLIENTID, cib_client->id); id 209 maint/mocked/based.c mock_based_common_callback_worker(id, flags, op_request, cib_client); id 363 tools/cibadmin.c const char *id = crm_element_value(xml, XML_ATTR_ID); id 372 tools/cibadmin.c } else if (id) { id 373 tools/cibadmin.c printf("%s\n", id); id 1635 tools/crm_mon.c const char *id = NULL; id 1651 tools/crm_mon.c id = crm_element_value(rsc_op, XML_LRM_ATTR_TASK_KEY); id 1652 tools/crm_mon.c if (id == NULL) { id 1654 tools/crm_mon.c id = ID(rsc_op); id 1665 tools/crm_mon.c crm_err("Invalid event %s detected for %s", magic, id); id 1669 tools/crm_mon.c if (parse_op_key(id, &rsc, &task, NULL) == FALSE) { id 1670 tools/crm_mon.c crm_err("Invalid event detected for %s", id); id 1693 tools/crm_mon.c crm_err("No node detected for event %s (%s)", magic, id); id 2063 tools/crm_mon.c e->id); id 194 tools/crm_mon_curses.c curses_list_item(pcmk__output_t *out, const char *id, const char *format, ...) { id 202 tools/crm_mon_curses.c if (id != NULL) { id 203 tools/crm_mon_curses.c curses_indented_printf(out, "%s: ", id); id 107 tools/crm_mon_print.c resources = g_list_prepend(resources, strdup(rsc->id)); id 511 tools/crm_mon_print.c if (prefix != NULL && !g_str_has_prefix(location->id, prefix)) id 614 tools/crm_mon_print.c const char *id = NULL; id 628 tools/crm_mon_print.c id = crm_element_value(xml_op, XML_LRM_ATTR_TASK_KEY); id 629 tools/crm_mon_print.c if (parse_op_key(id ? id : ID(xml_op), &rsc, NULL, NULL) == FALSE) { id 180 tools/crm_node.c if (reply->data.node_info.id == 0) { id 186 tools/crm_node.c printf("%d\n", reply->data.node_info.id); id 237 tools/crm_node.c (unsigned long) node->id, uname, state); id 328 tools/crm_node.c cib_remove_node(long id, const char *name) id 337 tools/crm_node.c if(name == NULL && id == 0) { id 346 tools/crm_node.c if (id > 0) { id 347 tools/crm_node.c crm_xml_set_id(node, "%ld", id); id 357 tools/crm_node.c name, id, pcmk_strerror(rc)); id 362 tools/crm_node.c name, id, pcmk_strerror(rc)); id 973 tools/crm_resource.c rsc->id, options.rsc_id, (options.host_uname? options.host_uname: "all nodes")); id 1205 tools/crm_resource.c fprintf(stdout, "* %s\n", rsc->id); id 1303 tools/crm_resource.c rsc->id, options.rsc_id, (options.host_uname? options.host_uname: "all nodes")); id 23 tools/crm_resource_print.c const char *id = crm_element_value(xml_obj, XML_ATTR_ID); id 25 tools/crm_resource_print.c if (id == NULL) { id 73 tools/crm_resource_print.c crm_element_name(rsc->xml), rsc->id, id 74 tools/crm_resource_print.c rsc->clone_name ? rsc->clone_name : rsc->id, rsc->parent ? rsc->parent->id : "NA", id 93 tools/crm_resource_print.c printf("%s\n", rsc->id); id 195 tools/crm_resource_print.c prefix ? prefix : " ", 71 - offset, node->details->uname, score, cons->id); id 217 tools/crm_resource_print.c printf("loop %s\n", rsc->id); id 235 tools/crm_resource_print.c fprintf(stdout, "%s%-*s (id=%s - loop)\n", prefix, 80 - (4 * offset), peer->id, id 236 tools/crm_resource_print.c cons->id); id 248 tools/crm_resource_print.c peer->id, score, dependents ? "needs" : "with", role2text(cons->role_rh), id 249 tools/crm_resource_print.c cons->id); id 252 tools/crm_resource_print.c peer->id, score, cons->id); id 293 tools/crm_resource_print.c " returning the default value for %s", rsc->id, crm_str(attr)); id 311 tools/crm_resource_print.c crm_debug("Looking up %s in %s", attr, rsc->id); id 318 tools/crm_resource_print.c CMD_ERR("Attribute '%s' not found for '%s'", attr, rsc->id); id 62 tools/crm_resource_runtime.c && !pcmk__str_eq(requested_name, rsc->id, pcmk__str_casei)) { id 164 tools/crm_resource_runtime.c char *lookup_id = clone_strip(rsc->id); id 216 tools/crm_resource_runtime.c printf("Performing %s of '%s' on '%s', the parent of '%s'\n", cmd, attr_name, rsc->id, rsc_id); id 224 tools/crm_resource_runtime.c lookup_id = clone_strip(child->id); /* Could be a cloned group! */ id 266 tools/crm_resource_runtime.c cib, XML_ATTR_ID, uber_parent(rsc)->id, NULL, NULL, NULL, attr_name, NULL) == EINVAL) { id 272 tools/crm_resource_runtime.c rc = find_resource_attr(cib, XML_ATTR_ID, uber_parent(rsc)->id, id 277 tools/crm_resource_runtime.c uber_parent(rsc)->id, attr_name, local_attr_id); id 308 tools/crm_resource_runtime.c lookup_id = clone_strip(rsc->id); /* Could be a cloned group! */ id 386 tools/crm_resource_runtime.c crm_debug("Checking %s %d", cons->id, cons->score); id 389 tools/crm_resource_runtime.c crm_debug("Setting %s=%s for dependent resource %s", attr_name, attr_value, peer->id); id 390 tools/crm_resource_runtime.c cli_resource_update_attribute(peer, peer->id, NULL, attr_set_type, id 414 tools/crm_resource_runtime.c cib, XML_ATTR_ID, uber_parent(rsc)->id, NULL, NULL, NULL, attr_name, NULL) == EINVAL) { id 432 tools/crm_resource_runtime.c lookup_id = clone_strip(rsc->id); id 537 tools/crm_resource_runtime.c rsc_long_id = rsc->id; id 539 tools/crm_resource_runtime.c rsc_api_id = rsc->id; id 564 tools/crm_resource_runtime.c const char *name = (rsc->clone_name? rsc->clone_name : rsc->id); id 636 tools/crm_resource_runtime.c if (!fail_rsc || !pcmk__str_eq(rsc_id, fail_rsc->id, pcmk__str_casei)) { id 770 tools/crm_resource_runtime.c rsc->id, host_uname); id 776 tools/crm_resource_runtime.c rsc->id, host_uname); id 782 tools/crm_resource_runtime.c rsc->id, host_uname); id 789 tools/crm_resource_runtime.c rsc->id, host_uname, pcmk_rc_str(rc)); id 794 tools/crm_resource_runtime.c rc = clear_rsc_failures(controld_api, host_uname, rsc->id, operation, id 797 tools/crm_resource_runtime.c rc = clear_rsc_history(controld_api, host_uname, rsc->id, data_set); id 801 tools/crm_resource_runtime.c rsc->id, host_uname, pcmk_strerror(rc)); id 803 tools/crm_resource_runtime.c printf("Cleaned up %s on %s\n", rsc->id, host_uname); id 878 tools/crm_resource_runtime.c find_resource_attr(cib_conn, XML_NVPAIR_ATTR_VALUE, parent->id, id 881 tools/crm_resource_runtime.c find_resource_attr(cib_conn, XML_NVPAIR_ATTR_VALUE, parent->id, id 893 tools/crm_resource_runtime.c parent->id); id 899 tools/crm_resource_runtime.c parent->id); id 906 tools/crm_resource_runtime.c (printed? "" : "\n"), parent->id); id 913 tools/crm_resource_runtime.c (printed? "" : "\n"), parent->id, rsc->lock_node->details->uname); id 992 tools/crm_resource_runtime.c crm_trace("Resource %s is running on %s\n", rsc->id, host); id 994 tools/crm_resource_runtime.c } else if(strcmp(host, node->details->id) == 0) { id 995 tools/crm_resource_runtime.c crm_trace("Resource %s is running on %s\n", rsc->id, host); id 1001 tools/crm_resource_runtime.c crm_trace("Resource %s is not running on: %s\n", rsc->id, host); id 1005 tools/crm_resource_runtime.c crm_trace("Resource %s is not running\n", rsc->id); id 1041 tools/crm_resource_runtime.c active = g_list_append(active, strdup(rsc->id)); id 1205 tools/crm_resource_runtime.c crm_trace("Calculated new delay of %.1fs due to %s", seconds, child->id); id 1211 tools/crm_resource_runtime.c char *key = crm_strdup_printf("%s_%s_0", rsc->id, RSC_STOP); id 1237 tools/crm_resource_runtime.c crm_trace("Calculated new delay of %.1fs due to %s", seconds, rsc->id); id 1286 tools/crm_resource_runtime.c const char *id = rsc->clone_name?rsc->clone_name:rsc->id; id 1288 tools/crm_resource_runtime.c printf("%s is not running on %s and so cannot be restarted\n", id, host); id 1290 tools/crm_resource_runtime.c printf("%s is not running anywhere and so cannot be restarted\n", id); id 1295 tools/crm_resource_runtime.c rsc_id = strdup(rsc->id); id 1347 tools/crm_resource_runtime.c char *lookup_id = clone_strip(rsc->id); id 1583 tools/crm_resource_runtime.c fprintf(stderr, "\tAction %d: %s", a->id, a->uuid); id 1848 tools/crm_resource_runtime.c action, rsc->id); id 1880 tools/crm_resource_runtime.c rid = pe_rsc_is_anon_clone(rsc->parent)? requested_name : rsc->id; id 1909 tools/crm_resource_runtime.c CMD_ERR("Using parent '%s' for move instead of '%s'.", rsc->id, rsc_id); id 1910 tools/crm_resource_runtime.c rsc_id = p->id; id 1973 tools/crm_resource_runtime.c rsc->id, promoted_role_only?" (master)":"", dest->details->uname, force?"(forced)":""); id 2012 tools/crm_resource_runtime.c printf("Resource %s is not running\n", rsc->id); id 2014 tools/crm_resource_runtime.c printf("Resource %s is running\n", rsc->id); id 2029 tools/crm_resource_runtime.c printf("Resource %s is running on host %s\n",rsc->id,host_uname); id 2031 tools/crm_resource_runtime.c printf("Resource %s is not running on host %s\n", rsc->id, host_uname); id 2047 tools/crm_resource_runtime.c printf("Resource %s is running on host %s\n",rsc->id,host_uname); id 2054 tools/crm_resource_runtime.c rsc->id, host_uname); id 2070 tools/crm_resource_runtime.c printf("Resource %s is %srunning\n", rsc->id, (hosts? "" : "not ")); id 409 tools/crm_simulate.c node_name = crm_strdup_printf("%s:%s", node->details->uname, node->details->remote_rsc->container->id); id 475 tools/crm_simulate.c } else if (pcmk__str_eq(node->details->uname, node->details->id, pcmk__str_casei)) { id 478 tools/crm_simulate.c printf("Node %s (%s): %s\n", node_name, node->details->id, node_mode); id 587 tools/crm_simulate.c char *with_id = crm_strdup_printf("%s (%d)", action_name, action->id); id 617 tools/crm_simulate.c crm_trace("Action %d: %s %s %p", action->id, action_name, action->uuid, action); id 77 tools/crm_ticket.c fprintf(stdout, "%s\n", ticket->id); id 82 tools/crm_ticket.c ticket->id, ticket->granted ? "granted" : "revoked", id 301 tools/ipmiservicelogd.c sl_event.id = 0; /* unique identifier - filled in by API call */