health_strategy 807 lib/pacemaker/pcmk_sched_allocate.c const char *health_strategy = pe_pref(data_set->config_hash, "node-health-strategy"); health_strategy 810 lib/pacemaker/pcmk_sched_allocate.c if (pcmk__str_eq(health_strategy, "none", pcmk__str_null_matches | pcmk__str_casei)) { health_strategy 817 lib/pacemaker/pcmk_sched_allocate.c } else if (pcmk__str_eq(health_strategy, "migrate-on-red", pcmk__str_casei)) { health_strategy 826 lib/pacemaker/pcmk_sched_allocate.c } else if (pcmk__str_eq(health_strategy, "only-green", pcmk__str_casei)) { health_strategy 835 lib/pacemaker/pcmk_sched_allocate.c } else if (pcmk__str_eq(health_strategy, "progressive", pcmk__str_casei)) { health_strategy 842 lib/pacemaker/pcmk_sched_allocate.c } else if (pcmk__str_eq(health_strategy, "custom", pcmk__str_casei)) { health_strategy 851 lib/pacemaker/pcmk_sched_allocate.c crm_err("Unknown node health strategy: %s", health_strategy); health_strategy 855 lib/pacemaker/pcmk_sched_allocate.c crm_info("Applying automated node health strategy: %s", health_strategy); health_strategy 877 lib/pacemaker/pcmk_sched_allocate.c rsc2node_new(health_strategy, rsc, system_health, NULL, node, data_set);