fail_role         445 include/crm/pengine/pe_types.h     enum rsc_role_e fail_role;
fail_role         788 lib/pengine/pe_actions.c             action->fail_role = RSC_ROLE_STOPPED;
fail_role         807 lib/pengine/pe_actions.c         action->fail_role = RSC_ROLE_STOPPED;
fail_role         853 lib/pengine/pe_actions.c             action->fail_role = RSC_ROLE_STOPPED;
fail_role         864 lib/pengine/pe_actions.c                 action->fail_role = RSC_ROLE_STOPPED;
fail_role         895 lib/pengine/pe_actions.c     if (value != NULL && action->fail_role == RSC_ROLE_UNKNOWN) {
fail_role         896 lib/pengine/pe_actions.c         action->fail_role = text2role(value);
fail_role         899 lib/pengine/pe_actions.c     if (action->fail_role == RSC_ROLE_UNKNOWN) {
fail_role         901 lib/pengine/pe_actions.c             action->fail_role = RSC_ROLE_UNPROMOTED;
fail_role         903 lib/pengine/pe_actions.c             action->fail_role = RSC_ROLE_STARTED;
fail_role         907 lib/pengine/pe_actions.c                  action->uuid, role2text(action->fail_role));
fail_role        3472 lib/pengine/unpack.c                  fail2text(action->on_fail), role2text(action->fail_role));
fail_role        3474 lib/pengine/unpack.c     if ((action->fail_role != RSC_ROLE_STARTED)
fail_role        3475 lib/pengine/unpack.c         && (history->rsc->next_role < action->fail_role)) {
fail_role        3476 lib/pengine/unpack.c         pe__set_next_role(history->rsc, action->fail_role, "failure");
fail_role        3479 lib/pengine/unpack.c     if (action->fail_role == RSC_ROLE_STOPPED) {