MCPcopy Create free account
hub / github.com/ClusterLabs/pacemaker / pe_pref

Function pe_pref

lib/pengine/common.c:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197const char *
198pe_pref(GHashTable * options, const char *name)
199{
200 return get_cluster_pref(options, pe_opts, DIMOF(pe_opts), name);
201}
202
203const char *
204fail2text(enum action_fail_response fail)

Callers 6

unpack_operationFunction · 0.85
unpack_configFunction · 0.85
unpack_nodesFunction · 0.85
apply_system_healthFunction · 0.85
stage8Function · 0.85
process_pe_messageFunction · 0.85

Calls 1

get_cluster_prefFunction · 0.85

Tested by

no test coverage detected