health_strategy 793 pengine/allocate.c const char *health_strategy = pe_pref(data_set->config_hash, "node-health-strategy"); health_strategy 796 pengine/allocate.c if (health_strategy == NULL || safe_str_eq(health_strategy, "none")) { health_strategy 803 pengine/allocate.c } else if (safe_str_eq(health_strategy, "migrate-on-red")) { health_strategy 812 pengine/allocate.c } else if (safe_str_eq(health_strategy, "only-green")) { health_strategy 821 pengine/allocate.c } else if (safe_str_eq(health_strategy, "progressive")) { health_strategy 828 pengine/allocate.c } else if (safe_str_eq(health_strategy, "custom")) { health_strategy 837 pengine/allocate.c crm_err("Unknown node health strategy: %s", health_strategy); health_strategy 841 pengine/allocate.c crm_info("Applying automated node health strategy: %s", health_strategy); health_strategy 863 pengine/allocate.c rsc2node_new(health_strategy, rsc, system_health, NULL, node, data_set);