health_strategy   699 lib/pacemaker/pcmk_sched_allocate.c     const char *health_strategy = pe_pref(data_set->config_hash, "node-health-strategy");
health_strategy   702 lib/pacemaker/pcmk_sched_allocate.c     if (pcmk__str_eq(health_strategy, "none", pcmk__str_null_matches | pcmk__str_casei)) {
health_strategy   709 lib/pacemaker/pcmk_sched_allocate.c     } else if (pcmk__str_eq(health_strategy, "migrate-on-red", pcmk__str_casei)) {
health_strategy   718 lib/pacemaker/pcmk_sched_allocate.c     } else if (pcmk__str_eq(health_strategy, "only-green", pcmk__str_casei)) {
health_strategy   727 lib/pacemaker/pcmk_sched_allocate.c     } else if (pcmk__str_eq(health_strategy, "progressive", pcmk__str_casei)) {
health_strategy   735 lib/pacemaker/pcmk_sched_allocate.c     } else if (pcmk__str_eq(health_strategy, "custom", pcmk__str_casei)) {
health_strategy   744 lib/pacemaker/pcmk_sched_allocate.c         crm_err("Unknown node health strategy: %s", health_strategy);
health_strategy   748 lib/pacemaker/pcmk_sched_allocate.c     crm_info("Applying automated node health strategy: %s", health_strategy);
health_strategy   770 lib/pacemaker/pcmk_sched_allocate.c                 pcmk__new_location(health_strategy, rsc, system_health, NULL,