health_strategy 783 lib/pacemaker/pcmk_sched_allocate.c const char *health_strategy = pe_pref(data_set->config_hash, "node-health-strategy"); health_strategy 786 lib/pacemaker/pcmk_sched_allocate.c if (pcmk__str_eq(health_strategy, "none", pcmk__str_null_matches | pcmk__str_casei)) { health_strategy 793 lib/pacemaker/pcmk_sched_allocate.c } else if (pcmk__str_eq(health_strategy, "migrate-on-red", pcmk__str_casei)) { health_strategy 802 lib/pacemaker/pcmk_sched_allocate.c } else if (pcmk__str_eq(health_strategy, "only-green", pcmk__str_casei)) { health_strategy 811 lib/pacemaker/pcmk_sched_allocate.c } else if (pcmk__str_eq(health_strategy, "progressive", pcmk__str_casei)) { health_strategy 819 lib/pacemaker/pcmk_sched_allocate.c } else if (pcmk__str_eq(health_strategy, "custom", pcmk__str_casei)) { health_strategy 828 lib/pacemaker/pcmk_sched_allocate.c crm_err("Unknown node health strategy: %s", health_strategy); health_strategy 832 lib/pacemaker/pcmk_sched_allocate.c crm_info("Applying automated node health strategy: %s", health_strategy); health_strategy 854 lib/pacemaker/pcmk_sched_allocate.c rsc2node_new(health_strategy, rsc, system_health, NULL, node, data_set);