health_strategy 811 lib/pacemaker/pcmk_sched_allocate.c const char *health_strategy = pe_pref(data_set->config_hash, "node-health-strategy"); health_strategy 814 lib/pacemaker/pcmk_sched_allocate.c if (pcmk__str_eq(health_strategy, "none", pcmk__str_null_matches | pcmk__str_casei)) { health_strategy 821 lib/pacemaker/pcmk_sched_allocate.c } else if (pcmk__str_eq(health_strategy, "migrate-on-red", pcmk__str_casei)) { health_strategy 830 lib/pacemaker/pcmk_sched_allocate.c } else if (pcmk__str_eq(health_strategy, "only-green", pcmk__str_casei)) { health_strategy 839 lib/pacemaker/pcmk_sched_allocate.c } else if (pcmk__str_eq(health_strategy, "progressive", pcmk__str_casei)) { health_strategy 847 lib/pacemaker/pcmk_sched_allocate.c } else if (pcmk__str_eq(health_strategy, "custom", pcmk__str_casei)) { health_strategy 856 lib/pacemaker/pcmk_sched_allocate.c crm_err("Unknown node health strategy: %s", health_strategy); health_strategy 860 lib/pacemaker/pcmk_sched_allocate.c crm_info("Applying automated node health strategy: %s", health_strategy); health_strategy 882 lib/pacemaker/pcmk_sched_allocate.c rsc2node_new(health_strategy, rsc, system_health, NULL, node, data_set);