A_ERROR           201 crmd/fsa.c             if (is_set(fsa_actions, A_ERROR)) {
A_ERROR           202 crmd/fsa.c                 do_fsa_action(fsa_data, A_ERROR, do_log);
A_ERROR           278 crmd/fsa.c             if (fsa_actions & A_ERROR) {
A_ERROR           279 crmd/fsa.c                 do_fsa_action(fsa_data, A_ERROR, do_log);
A_ERROR           652 crmd/fsa_matrix.h      /* S_IDLE               ==> */ A_ERROR,
A_ERROR           653 crmd/fsa_matrix.h      /* S_ELECTION           ==> */ A_ERROR,
A_ERROR           654 crmd/fsa_matrix.h      /* S_INTEGRATION        ==> */ A_ERROR,
A_ERROR           655 crmd/fsa_matrix.h      /* S_FINALIZE_JOIN      ==> */ A_ERROR,
A_ERROR           656 crmd/fsa_matrix.h      /* S_NOT_DC             ==> */ A_ERROR,
A_ERROR           657 crmd/fsa_matrix.h      /* S_POLICY_ENGINE      ==> */ A_ERROR,
A_ERROR           658 crmd/fsa_matrix.h      /* S_RECOVERY           ==> */ A_ERROR,
A_ERROR           659 crmd/fsa_matrix.h      /* S_RELEASE_DC         ==> */ A_ERROR,
A_ERROR           660 crmd/fsa_matrix.h      /* S_STARTING           ==> */ A_ERROR,
A_ERROR           661 crmd/fsa_matrix.h      /* S_PENDING            ==> */ A_ERROR,
A_ERROR           662 crmd/fsa_matrix.h      /* S_STOPPING           ==> */ A_ERROR,
A_ERROR           663 crmd/fsa_matrix.h      /* S_TERMINATE          ==> */ A_ERROR,
A_ERROR           664 crmd/fsa_matrix.h      /* S_TRANSITION_ENGINE  ==> */ A_ERROR,
A_ERROR           665 crmd/fsa_matrix.h      /* S_HALT               ==> */ A_ERROR,
A_ERROR           732 crmd/fsa_matrix.h      /* S_STARTING           ==> */ A_ERROR,
A_ERROR           735 crmd/fsa_matrix.h      /* S_TERMINATE          ==> */ A_ERROR,
A_ERROR           737 crmd/fsa_matrix.h      /* S_HALT               ==> */ A_ERROR,
A_ERROR           750 crmd/fsa_matrix.h      /* S_STARTING           ==> */ A_ERROR,
A_ERROR           779 crmd/fsa_matrix.h      /* S_IDLE               ==> */ A_ERROR | A_RECOVER | O_RELEASE | A_ELECTION_START,
A_ERROR           780 crmd/fsa_matrix.h      /* S_ELECTION           ==> */ A_ERROR | A_RECOVER | O_RELEASE,
A_ERROR           781 crmd/fsa_matrix.h      /* S_INTEGRATION        ==> */ A_ERROR | A_RECOVER | O_RELEASE | A_ELECTION_START,
A_ERROR           782 crmd/fsa_matrix.h      /* S_FINALIZE_JOIN      ==> */ A_ERROR | A_RECOVER | O_RELEASE | A_ELECTION_START,
A_ERROR           783 crmd/fsa_matrix.h      /* S_NOT_DC             ==> */ A_ERROR | A_RECOVER,
A_ERROR           784 crmd/fsa_matrix.h      /* S_POLICY_ENGINE      ==> */ A_ERROR | A_RECOVER | O_RELEASE | A_ELECTION_START,
A_ERROR           785 crmd/fsa_matrix.h      /* S_RECOVERY           ==> */ A_ERROR | O_RELEASE,
A_ERROR           786 crmd/fsa_matrix.h      /* S_RELEASE_DC         ==> */ A_ERROR | A_RECOVER,
A_ERROR           787 crmd/fsa_matrix.h      /* S_STARTING           ==> */ A_ERROR | A_RECOVER,
A_ERROR           788 crmd/fsa_matrix.h      /* S_PENDING            ==> */ A_ERROR | A_RECOVER,
A_ERROR           789 crmd/fsa_matrix.h      /* S_STOPPING           ==> */ A_ERROR | A_EXIT_1,
A_ERROR           790 crmd/fsa_matrix.h      /* S_TERMINATE          ==> */ A_ERROR | A_EXIT_1,
A_ERROR           791 crmd/fsa_matrix.h      /* S_TRANSITION_ENGINE  ==> */ A_ERROR | A_RECOVER | O_RELEASE | A_ELECTION_START,
A_ERROR           792 crmd/fsa_matrix.h      /* S_HALT               ==> */ A_ERROR | A_RECOVER | O_RELEASE | A_ELECTION_START,
A_ERROR           870 crmd/fsa_matrix.h      /* S_ELECTION           ==> */ A_ERROR | A_ELECTION_START | A_DC_TIMER_STOP,
A_ERROR           871 crmd/fsa_matrix.h      /* S_INTEGRATION        ==> */ A_ERROR | O_RELEASE,
A_ERROR           872 crmd/fsa_matrix.h      /* S_FINALIZE_JOIN      ==> */ A_ERROR | O_RELEASE,
A_ERROR           874 crmd/fsa_matrix.h      /* S_POLICY_ENGINE      ==> */ A_ERROR | O_RELEASE,
A_ERROR           875 crmd/fsa_matrix.h      /* S_RECOVERY           ==> */ A_ERROR | O_RELEASE,
A_ERROR           876 crmd/fsa_matrix.h      /* S_RELEASE_DC         ==> */ A_ERROR | O_RELEASE,
A_ERROR           881 crmd/fsa_matrix.h      /* S_TRANSITION_ENGINE  ==> */ A_ERROR | O_RELEASE,
A_ERROR           963 crmd/fsa_matrix.h      /* S_NOT_DC             ==> */ A_ERROR,
A_ERROR           967 crmd/fsa_matrix.h      /* S_STARTING           ==> */ A_ERROR,
A_ERROR           968 crmd/fsa_matrix.h      /* S_PENDING            ==> */ A_ERROR,
A_ERROR          1013 crmd/fsa_matrix.h      /* S_IDLE               ==> */ A_ERROR | O_RELEASE | O_EXIT,
A_ERROR          1016 crmd/fsa_matrix.h      /* S_FINALIZE_JOIN      ==> */ A_ERROR | O_RELEASE | O_EXIT,
A_ERROR          1019 crmd/fsa_matrix.h      /* S_RECOVERY           ==> */ A_ERROR | O_RELEASE | O_EXIT,
A_ERROR          1020 crmd/fsa_matrix.h      /* S_RELEASE_DC         ==> */ A_ERROR | O_RELEASE | O_EXIT,
A_ERROR          1024 crmd/fsa_matrix.h      /* S_TERMINATE          ==> */ A_ERROR | A_EXIT_1,
A_ERROR          1031 crmd/fsa_matrix.h      /* S_IDLE               ==> */ A_ERROR | O_EXIT,
A_ERROR          1032 crmd/fsa_matrix.h      /* S_ELECTION           ==> */ A_ERROR | O_EXIT,
A_ERROR          1033 crmd/fsa_matrix.h      /* S_INTEGRATION        ==> */ A_ERROR | O_EXIT,
A_ERROR          1034 crmd/fsa_matrix.h      /* S_FINALIZE_JOIN      ==> */ A_ERROR | O_EXIT,
A_ERROR          1035 crmd/fsa_matrix.h      /* S_NOT_DC             ==> */ A_ERROR | O_EXIT,
A_ERROR          1036 crmd/fsa_matrix.h      /* S_POLICY_ENGINE      ==> */ A_ERROR | O_EXIT,
A_ERROR          1037 crmd/fsa_matrix.h      /* S_RECOVERY           ==> */ A_ERROR | O_EXIT,
A_ERROR          1038 crmd/fsa_matrix.h      /* S_RELEASE_DC         ==> */ A_ERROR | O_EXIT,
A_ERROR          1040 crmd/fsa_matrix.h      /* S_PENDING            ==> */ A_ERROR | O_EXIT,
A_ERROR          1043 crmd/fsa_matrix.h      /* S_TRANSITION_ENGINE  ==> */ A_ERROR | O_EXIT,
A_ERROR          1044 crmd/fsa_matrix.h      /* S_HALT               ==> */ A_ERROR | O_EXIT,
A_ERROR          1077 crmd/fsa_matrix.h      /* S_STARTING           ==> */ A_ERROR,
A_ERROR          1079 crmd/fsa_matrix.h      /* S_STOPPING           ==> */ A_ERROR,
A_ERROR          1080 crmd/fsa_matrix.h      /* S_TERMINATE          ==> */ A_ERROR,
A_ERROR          1123 crmd/fsa_matrix.h      /* S_IDLE               ==> */ A_ERROR | A_TE_HALT | A_DC_JOIN_OFFER_ALL,
A_ERROR          1127 crmd/fsa_matrix.h      /* S_NOT_DC             ==> */ A_ERROR | A_CL_JOIN_ANNOUNCE,
A_ERROR          1128 crmd/fsa_matrix.h      /* S_POLICY_ENGINE      ==> */ A_ERROR | A_TE_HALT | A_DC_JOIN_OFFER_ALL,
A_ERROR          1131 crmd/fsa_matrix.h      /* S_STARTING           ==> */ A_ERROR,
A_ERROR          1133 crmd/fsa_matrix.h      /* S_STOPPING           ==> */ A_ERROR,
A_ERROR          1134 crmd/fsa_matrix.h      /* S_TERMINATE          ==> */ A_ERROR,
A_ERROR          1135 crmd/fsa_matrix.h      /* S_TRANSITION_ENGINE  ==> */ A_ERROR | A_TE_HALT | A_DC_JOIN_OFFER_ALL,
A_ERROR          1159 crmd/fsa_matrix.h      /* S_IDLE               ==> */ A_ERROR,
A_ERROR          1161 crmd/fsa_matrix.h      /* S_INTEGRATION        ==> */ A_ERROR,
A_ERROR          1162 crmd/fsa_matrix.h      /* S_FINALIZE_JOIN      ==> */ A_ERROR,
A_ERROR          1164 crmd/fsa_matrix.h      /* S_POLICY_ENGINE      ==> */ A_ERROR,
A_ERROR          1171 crmd/fsa_matrix.h      /* S_TRANSITION_ENGINE  ==> */ A_ERROR,
A_ERROR            40 crmd/misc.c        } else if (action & A_ERROR) {
A_ERROR           653 crmd/utils.c           case A_ERROR:
A_ERROR           913 crmd/utils.c       if (is_set(action, A_ERROR)) {
A_ERROR           914 crmd/utils.c           crm_trace("Action %.16llx (A_ERROR ) %s", A_ERROR, text);