stonith_action 166 include/crm/pengine/pe_types.h const char *stonith_action; stonith_action 1091 lib/pengine/pe_actions.c op = data_set->stonith_action; stonith_action 260 lib/pengine/unpack.c data_set->stonith_action = pe_pref(data_set->config_hash, "stonith-action"); stonith_action 261 lib/pengine/unpack.c if (!strcmp(data_set->stonith_action, "poweroff")) { stonith_action 265 lib/pengine/unpack.c data_set->stonith_action = "off"; stonith_action 267 lib/pengine/unpack.c crm_trace("STONITH will %s nodes", data_set->stonith_action);