then 158 include/pcmki/pcmki_sched_allocate.h enum pe_graph_flags native_update_actions(pe_action_t *first, pe_action_t *then, then 164 include/pcmki/pcmki_sched_allocate.h enum pe_graph_flags group_update_actions(pe_action_t *first, pe_action_t *then, then 171 include/pcmki/pcmki_sched_allocate.h pe_action_t *then, then 2534 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *then = (pe_action_t *) gIter->data; then 2537 lib/pacemaker/pcmk_sched_allocate.c if (pcmk_is_set(then->flags, pe_action_pseudo)) { then 2541 lib/pacemaker/pcmk_sched_allocate.c order_actions(probe, then, probe_order_type); then 638 lib/pacemaker/pcmk_sched_bundle.c multi_update_interleave_actions(pe_action_t *first, pe_action_t *then, then 655 lib/pacemaker/pcmk_sched_bundle.c children = get_containers_or_children(then->rsc); then 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); then 675 lib/pacemaker/pcmk_sched_bundle.c pe_rsc_info(then->rsc, "Inhibiting %s from being active", then_child->id); then 705 lib/pacemaker/pcmk_sched_bundle.c then_replica = replica_for_container(then->rsc, then_child, node); then 706 lib/pacemaker/pcmk_sched_bundle.c if (strstr(then->task, "mote") then 716 lib/pacemaker/pcmk_sched_bundle.c NULL, then->task, node); then 718 lib/pacemaker/pcmk_sched_bundle.c then_action = find_first_action(then_child->actions, NULL, then->task, node); then 738 lib/pacemaker/pcmk_sched_bundle.c && !pcmk__str_any_of(then->task, RSC_STOP, RSC_DEMOTE, NULL)) { then 740 lib/pacemaker/pcmk_sched_bundle.c then->task, then_child->id); then 744 lib/pacemaker/pcmk_sched_bundle.c then->task, then_child->id, then 773 lib/pacemaker/pcmk_sched_bundle.c if(children != then->rsc->children) { then 780 lib/pacemaker/pcmk_sched_bundle.c can_interleave_actions(pe_action_t *first, pe_action_t *then) then 786 lib/pacemaker/pcmk_sched_bundle.c if(first->rsc == NULL || then->rsc == NULL) { then 787 lib/pacemaker/pcmk_sched_bundle.c crm_trace("Not interleaving %s with %s (both must be resources)", first->uuid, then->uuid); then 789 lib/pacemaker/pcmk_sched_bundle.c } else if(first->rsc == then->rsc) { then 790 lib/pacemaker/pcmk_sched_bundle.c crm_trace("Not interleaving %s with %s (must belong to different resources)", first->uuid, then->uuid); then 792 lib/pacemaker/pcmk_sched_bundle.c } else if(first->rsc->variant < pe_clone || then->rsc->variant < pe_clone) { then 793 lib/pacemaker/pcmk_sched_bundle.c crm_trace("Not interleaving %s with %s (both sides must be clones or bundles)", first->uuid, then->uuid); then 797 lib/pacemaker/pcmk_sched_bundle.c if (pcmk__ends_with(then->uuid, "_stop_0") then 798 lib/pacemaker/pcmk_sched_bundle.c || pcmk__ends_with(then->uuid, "_demote_0")) { then 801 lib/pacemaker/pcmk_sched_bundle.c rsc = then->rsc; then 807 lib/pacemaker/pcmk_sched_bundle.c first->uuid, then->uuid, interleave ? "yes" : "no", rsc->id); then 813 lib/pacemaker/pcmk_sched_bundle.c pcmk__multi_update_actions(pe_action_t *first, pe_action_t *then, then 820 lib/pacemaker/pcmk_sched_bundle.c crm_trace("%s -> %s", first->uuid, then->uuid); then 822 lib/pacemaker/pcmk_sched_bundle.c if(can_interleave_actions(first, then)) { then 823 lib/pacemaker/pcmk_sched_bundle.c changed = multi_update_interleave_actions(first, then, node, flags, then 826 lib/pacemaker/pcmk_sched_bundle.c } else if(then->rsc) { then 831 lib/pacemaker/pcmk_sched_bundle.c changed |= native_update_actions(first, then, node, flags, filter, then 835 lib/pacemaker/pcmk_sched_bundle.c children = get_containers_or_children(then->rsc); then 839 lib/pacemaker/pcmk_sched_bundle.c pe_action_t *then_child_action = find_first_action(then_child->actions, NULL, then->task, node); then 858 lib/pacemaker/pcmk_sched_bundle.c if(children != then->rsc->children) { then 23 lib/pacemaker/pcmk_sched_graph.c gboolean rsc_update_action(pe_action_t * first, pe_action_t * then, enum pe_ordering type); then 176 lib/pacemaker/pcmk_sched_graph.c graph_update_action(pe_action_t * first, pe_action_t * then, pe_node_t * node, then 209 lib/pacemaker/pcmk_sched_graph.c if (then->rsc) { then 210 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 215 lib/pacemaker/pcmk_sched_graph.c if (update_action_flags(then, pe_action_optional | pe_action_clear, __func__, __LINE__)) { then 220 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "implies right: %s then %s: changed", first->uuid, then->uuid); then 222 lib/pacemaker/pcmk_sched_graph.c crm_trace("implies right: %s then %s %p", first->uuid, then->uuid, then->rsc); then 226 lib/pacemaker/pcmk_sched_graph.c if ((type & pe_order_restart) && then->rsc) { then 230 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 234 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "restart: %s then %s: changed", first->uuid, then->uuid); then 236 lib/pacemaker/pcmk_sched_graph.c crm_trace("restart: %s then %s", first->uuid, then->uuid); then 243 lib/pacemaker/pcmk_sched_graph.c changed |= first->rsc->cmds->update_actions(first, then, node, then 250 lib/pacemaker/pcmk_sched_graph.c then->uuid, pcmk_is_set(then_flags, pe_action_optional)); then 257 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "implies left: %s then %s: changed", first->uuid, then->uuid); then 261 lib/pacemaker/pcmk_sched_graph.c then->uuid, pcmk_is_set(then_flags, pe_action_optional)); then 267 lib/pacemaker/pcmk_sched_graph.c if (then->rsc) { then 268 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 274 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, then 276 lib/pacemaker/pcmk_sched_graph.c first->uuid, then->uuid); then 279 lib/pacemaker/pcmk_sched_graph.c then->uuid); then 285 lib/pacemaker/pcmk_sched_graph.c if (then->rsc) { then 286 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 293 lib/pacemaker/pcmk_sched_graph.c then->runnable_before++; then 297 lib/pacemaker/pcmk_sched_graph.c if (then->runnable_before >= then->required_runnable_before) { then 298 lib/pacemaker/pcmk_sched_graph.c if (update_action_flags(then, pe_action_runnable, __func__, __LINE__)) { then 304 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "runnable_one_or_more: %s then %s: changed", first->uuid, then 305 lib/pacemaker/pcmk_sched_graph.c then->uuid); then 307 lib/pacemaker/pcmk_sched_graph.c crm_trace("runnable_one_or_more: %s then %s", first->uuid, then->uuid); then 311 lib/pacemaker/pcmk_sched_graph.c if (then->rsc && pcmk_is_set(type, pe_order_probe)) { then 317 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "Ignoring %s then %s - %s is about to be stopped", then 318 lib/pacemaker/pcmk_sched_graph.c first->uuid, then->uuid, first->rsc->id); then 323 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "Enforcing %s then %s", first->uuid, then->uuid); then 324 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 330 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "runnable: %s then %s: changed", first->uuid, then->uuid); then 332 lib/pacemaker/pcmk_sched_graph.c crm_trace("runnable: %s then %s", first->uuid, then->uuid); then 338 lib/pacemaker/pcmk_sched_graph.c if (then->rsc) { then 339 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 344 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "then unrunnable: %s then %s", first->uuid, then->uuid); then 345 lib/pacemaker/pcmk_sched_graph.c if (update_action_flags(then, pe_action_runnable | pe_action_clear, __func__, __LINE__)) { then 350 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "runnable: %s then %s: changed", first->uuid, then->uuid); then 352 lib/pacemaker/pcmk_sched_graph.c crm_trace("runnable: %s then %s", first->uuid, then->uuid); then 358 lib/pacemaker/pcmk_sched_graph.c if (then->rsc) { then 359 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 364 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "optional: %s then %s: changed", first->uuid, then->uuid); then 366 lib/pacemaker/pcmk_sched_graph.c crm_trace("optional: %s then %s", first->uuid, then->uuid); then 372 lib/pacemaker/pcmk_sched_graph.c if (then->rsc) { then 373 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 378 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "optional: %s then %s: changed", first->uuid, then->uuid); then 380 lib/pacemaker/pcmk_sched_graph.c crm_trace("optional: %s then %s", first->uuid, then->uuid); then 386 lib/pacemaker/pcmk_sched_graph.c if (then->rsc) { then 387 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 391 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "optional: %s then %s: changed", first->uuid, then->uuid); then 393 lib/pacemaker/pcmk_sched_graph.c crm_trace("optional: %s then %s", first->uuid, then->uuid); then 399 lib/pacemaker/pcmk_sched_graph.c if (then->rsc) { then 400 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 406 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "asymmetrical: %s then %s: changed", first->uuid, then->uuid); then 408 lib/pacemaker/pcmk_sched_graph.c crm_trace("asymmetrical: %s then %s", first->uuid, then->uuid); then 416 lib/pacemaker/pcmk_sched_graph.c crm_trace("%s implies %s printed", first->uuid, then->uuid); then 417 lib/pacemaker/pcmk_sched_graph.c update_action_flags(then, pe_action_print_always, __func__, __LINE__); /* don't care about changed */ then 424 lib/pacemaker/pcmk_sched_graph.c crm_trace("%s implies %s printed", then->uuid, first->uuid); then 437 lib/pacemaker/pcmk_sched_graph.c if (update_action_flags(then, pe_action_runnable | pe_action_clear, __func__, __LINE__)) { then 442 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "unmanaged left: %s then %s: changed", first->uuid, then->uuid); then 444 lib/pacemaker/pcmk_sched_graph.c crm_trace("unmanaged left: %s then %s", first->uuid, then->uuid); then 521 lib/pacemaker/pcmk_sched_graph.c update_action(pe_action_t *then, pe_working_set_t *data_set) then 525 lib/pacemaker/pcmk_sched_graph.c int last_flags = then->flags; then 528 lib/pacemaker/pcmk_sched_graph.c then->uuid, then 529 lib/pacemaker/pcmk_sched_graph.c pcmk_is_set(then->flags, pe_action_optional)? "optional" : "required", then 530 lib/pacemaker/pcmk_sched_graph.c pcmk_is_set(then->flags, pe_action_runnable)? "runnable" : "unrunnable", then 531 lib/pacemaker/pcmk_sched_graph.c pcmk_is_set(then->flags, pe_action_pseudo)? "pseudo" then 532 lib/pacemaker/pcmk_sched_graph.c : (then->node? then->node->details->uname : "")); then 534 lib/pacemaker/pcmk_sched_graph.c if (pcmk_is_set(then->flags, pe_action_requires_any)) { then 539 lib/pacemaker/pcmk_sched_graph.c then->runnable_before = 0; then 544 lib/pacemaker/pcmk_sched_graph.c if (then->required_runnable_before == 0) { then 545 lib/pacemaker/pcmk_sched_graph.c then->required_runnable_before = 1; then 547 lib/pacemaker/pcmk_sched_graph.c pe__clear_action_flags(then, pe_action_runnable); then 557 lib/pacemaker/pcmk_sched_graph.c for (lpc = then->actions_before; lpc != NULL; lpc = lpc->next) { then 561 lib/pacemaker/pcmk_sched_graph.c pe_node_t *then_node = then->node; then 574 lib/pacemaker/pcmk_sched_graph.c if (then->rsc && then->rsc->variant == pe_group && pcmk__str_eq(then->task, RSC_START, pcmk__str_casei)) { then 575 lib/pacemaker/pcmk_sched_graph.c then_node = then->rsc->fns->location(then->rsc, NULL, FALSE); then 577 lib/pacemaker/pcmk_sched_graph.c crm_trace("Then: Found node %s for %s", then_node->details->uname, then->uuid); then 587 lib/pacemaker/pcmk_sched_graph.c then->uuid, then_node->details->uname); then 592 lib/pacemaker/pcmk_sched_graph.c pe__clear_graph_flags(changed, then, pe_graph_updated_first); then 595 lib/pacemaker/pcmk_sched_graph.c && !pcmk_is_set(then->flags, pe_action_optional)) { then 606 lib/pacemaker/pcmk_sched_graph.c if (first->rsc && then->rsc && (first->rsc != then->rsc) then 607 lib/pacemaker/pcmk_sched_graph.c && (is_parent(then->rsc, first->rsc) == FALSE)) { then 611 lib/pacemaker/pcmk_sched_graph.c crm_trace("Ordering %s after %s instead of %s", then->uuid, first->uuid, then 616 lib/pacemaker/pcmk_sched_graph.c then_flags = get_action_flags(then, first_node); then 619 lib/pacemaker/pcmk_sched_graph.c then->uuid, then 623 lib/pacemaker/pcmk_sched_graph.c : (then->node? then->node->details->uname : ""), then 645 lib/pacemaker/pcmk_sched_graph.c pe_node_t *node = then->node; then 646 lib/pacemaker/pcmk_sched_graph.c changed |= graph_update_action(first, then, node, first_flags, then 652 lib/pacemaker/pcmk_sched_graph.c } else if (order_actions(first, then, other->type)) { then 656 lib/pacemaker/pcmk_sched_graph.c pe__set_graph_flags(changed, then, then 662 lib/pacemaker/pcmk_sched_graph.c other->action->uuid, then->uuid, first->uuid, then->uuid); then 663 lib/pacemaker/pcmk_sched_graph.c pe__clear_graph_flags(changed, then, pe_graph_disable); then 685 lib/pacemaker/pcmk_sched_graph.c if (pcmk_is_set(then->flags, pe_action_requires_any)) { then 686 lib/pacemaker/pcmk_sched_graph.c if (last_flags != then->flags) { then 687 lib/pacemaker/pcmk_sched_graph.c pe__set_graph_flags(changed, then, pe_graph_updated_then); then 689 lib/pacemaker/pcmk_sched_graph.c pe__clear_graph_flags(changed, then, pe_graph_updated_then); then 695 lib/pacemaker/pcmk_sched_graph.c then->uuid, then 696 lib/pacemaker/pcmk_sched_graph.c pcmk_is_set(then->flags, pe_action_optional)? "optional" : "required", then 697 lib/pacemaker/pcmk_sched_graph.c pcmk_is_set(then->flags, pe_action_runnable)? "runnable" : "unrunnable", then 698 lib/pacemaker/pcmk_sched_graph.c pcmk_is_set(then->flags, pe_action_pseudo)? "pseudo" then 699 lib/pacemaker/pcmk_sched_graph.c : (then->node? then->node->details-> uname : "")); then 702 lib/pacemaker/pcmk_sched_graph.c && !pcmk_is_set(then->flags, pe_action_runnable)) { then 703 lib/pacemaker/pcmk_sched_graph.c update_colo_start_chain(then, data_set); then 705 lib/pacemaker/pcmk_sched_graph.c update_action(then, data_set); then 706 lib/pacemaker/pcmk_sched_graph.c for (lpc = then->actions_after; lpc != NULL; lpc = lpc->next) { then 426 lib/pacemaker/pcmk_sched_group.c group_update_actions(pe_action_t *first, pe_action_t *then, pe_node_t *node, then 430 lib/pacemaker/pcmk_sched_group.c GListPtr gIter = then->rsc->children; then 433 lib/pacemaker/pcmk_sched_group.c CRM_ASSERT(then->rsc != NULL); then 434 lib/pacemaker/pcmk_sched_group.c changed |= native_update_actions(first, then, node, flags, filter, type, then 439 lib/pacemaker/pcmk_sched_group.c pe_action_t *child_action = find_first_action(child->actions, NULL, then->task, node); then 2080 lib/pacemaker/pcmk_sched_native.c handle_restart_ordering(pe_action_t *first, pe_action_t *then, then 2086 lib/pacemaker/pcmk_sched_native.c CRM_ASSERT(is_primitive_action(then)); then 2092 lib/pacemaker/pcmk_sched_native.c && !pcmk_is_set(then->flags, pe_action_optional)) { then 2100 lib/pacemaker/pcmk_sched_native.c && !pcmk_is_set(then->flags, pe_action_runnable) then 2101 lib/pacemaker/pcmk_sched_native.c && pcmk_is_set(then->rsc->flags, pe_rsc_managed) then 2102 lib/pacemaker/pcmk_sched_native.c && pcmk__str_eq(then->task, RSC_START, pcmk__str_casei)) { then 2111 lib/pacemaker/pcmk_sched_native.c first->uuid, then->uuid, reason); then 2115 lib/pacemaker/pcmk_sched_native.c pe_action_implies(first, then, pe_action_optional); then 2119 lib/pacemaker/pcmk_sched_native.c if (!pcmk_is_set(then->flags, pe_action_optional)) { then 2120 lib/pacemaker/pcmk_sched_native.c pe_action_implies(first, then, pe_action_optional); then 2124 lib/pacemaker/pcmk_sched_native.c if (!pcmk_is_set(then->flags, pe_action_migrate_runnable)) { then 2125 lib/pacemaker/pcmk_sched_native.c pe_action_implies(first, then, pe_action_migrate_runnable); then 2131 lib/pacemaker/pcmk_sched_native.c pe_action_implies(then, first, pe_action_runnable); then 2136 lib/pacemaker/pcmk_sched_native.c native_update_actions(pe_action_t *first, pe_action_t *then, pe_node_t *node, then 2142 lib/pacemaker/pcmk_sched_native.c enum pe_action_flags then_flags = then->flags; then 2147 lib/pacemaker/pcmk_sched_native.c first->flags, then->uuid, then->flags); then 2150 lib/pacemaker/pcmk_sched_native.c pe_resource_t *then_rsc = then->rsc; then 2155 lib/pacemaker/pcmk_sched_native.c } else if ((then_rsc_role == RSC_ROLE_STOPPED) && pcmk__str_eq(then->task, RSC_STOP, pcmk__str_casei)) { then 2159 lib/pacemaker/pcmk_sched_native.c && pcmk__str_eq(then->task, RSC_START, pcmk__str_casei) then 2160 lib/pacemaker/pcmk_sched_native.c && pcmk_is_set(then->flags, pe_action_optional) then 2161 lib/pacemaker/pcmk_sched_native.c && then->node then 2163 lib/pacemaker/pcmk_sched_native.c && then->node->details == ((pe_node_t *) then_rsc->running_on->data)->details) { then 2172 lib/pacemaker/pcmk_sched_native.c pe_action_implies(then, first, pe_action_optional); then 2173 lib/pacemaker/pcmk_sched_native.c pe_action_implies(then, first, pe_action_runnable); then 2175 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset optional and runnable on %s", then->uuid); then 2185 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(first->rsc, "Unset optional on %s because of %s", first->uuid, then->uuid); then 2186 lib/pacemaker/pcmk_sched_native.c pe_action_implies(first, then, pe_action_optional); then 2190 lib/pacemaker/pcmk_sched_native.c !pcmk_is_set(then->flags, pe_action_migrate_runnable) && then 2191 lib/pacemaker/pcmk_sched_native.c !pcmk_is_set(then->flags, pe_action_optional)) { then 2194 lib/pacemaker/pcmk_sched_native.c first->uuid, then->uuid); then 2195 lib/pacemaker/pcmk_sched_native.c pe_action_implies(first, then, pe_action_migrate_runnable); then 2201 lib/pacemaker/pcmk_sched_native.c ((then->flags & pe_action_optional) == FALSE) && then 2202 lib/pacemaker/pcmk_sched_native.c then->rsc && (then->rsc->role == RSC_ROLE_MASTER)) { then 2203 lib/pacemaker/pcmk_sched_native.c pe_action_implies(first, then, pe_action_optional); then 2206 lib/pacemaker/pcmk_sched_native.c !pcmk_is_set(then->flags, pe_action_migrate_runnable)) { then 2208 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(first->rsc, "Unset migrate runnable on %s because of %s", first->uuid, then->uuid); then 2209 lib/pacemaker/pcmk_sched_native.c pe_action_implies(first, then, pe_action_migrate_runnable); then 2211 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset optional on %s because of %s", first->uuid, then->uuid); then 2218 lib/pacemaker/pcmk_sched_native.c if (((then->flags & pe_action_migrate_runnable) == FALSE) || then 2219 lib/pacemaker/pcmk_sched_native.c ((then->flags & pe_action_runnable) == FALSE)) { then 2221 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset runnable on %s because %s is neither runnable or migratable", first->uuid, then->uuid); then 2222 lib/pacemaker/pcmk_sched_native.c pe_action_implies(first, then, pe_action_runnable); then 2225 lib/pacemaker/pcmk_sched_native.c if ((then->flags & pe_action_optional) == 0) { then 2226 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset optional on %s because %s is not optional", first->uuid, then->uuid); then 2227 lib/pacemaker/pcmk_sched_native.c pe_action_implies(first, then, pe_action_optional); then 2235 lib/pacemaker/pcmk_sched_native.c pe_action_implies(then, first, pe_action_migrate_runnable); then 2236 lib/pacemaker/pcmk_sched_native.c pe__clear_action_flags(then, pe_action_pseudo); then 2237 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset pseudo on %s because %s is not runnable", then->uuid, first->uuid); then 2244 lib/pacemaker/pcmk_sched_native.c && pcmk_is_set(then->flags, pe_action_runnable) then 2246 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset runnable on %s because of %s", then->uuid, first->uuid); then 2247 lib/pacemaker/pcmk_sched_native.c pe_action_implies(then, first, pe_action_runnable); then 2248 lib/pacemaker/pcmk_sched_native.c pe_action_implies(then, first, pe_action_migrate_runnable); then 2253 lib/pacemaker/pcmk_sched_native.c && pcmk_is_set(then->flags, pe_action_optional) then 2258 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset optional on %s because of %s", then->uuid, first->uuid); then 2259 lib/pacemaker/pcmk_sched_native.c pe_action_implies(then, first, pe_action_optional); then 2264 lib/pacemaker/pcmk_sched_native.c handle_restart_ordering(first, then, filter); then 2267 lib/pacemaker/pcmk_sched_native.c if (then_flags != then->flags) { then 2269 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, then 2271 lib/pacemaker/pcmk_sched_native.c then->uuid, then->node ? then->node->details->uname : "[none]", then->flags, then 2274 lib/pacemaker/pcmk_sched_native.c if(then->rsc && then->rsc->parent) { then 2276 lib/pacemaker/pcmk_sched_native.c update_action(then, data_set); then 2285 lib/pacemaker/pcmk_sched_native.c first->flags, first_flags, then->uuid, then->flags);