master_max        137 lib/pengine/clone.c     const char *master_max = g_hash_table_lookup(rsc->meta, XML_RSC_ATTR_MASTER_MAX);
master_max        145 lib/pengine/clone.c         clone_data->master_max = crm_parse_int(master_max, "1");
master_max         27 lib/pengine/variant.h     int master_max;
master_max        787 pengine/master.c         } else if (promoted < clone_data->master_max || is_not_set(rsc->flags, pe_rsc_managed)) {
master_max        815 pengine/master.c                 rsc->id, promoted, clone_data->master_max);
master_max       1077 pengine/master.c     crm_xml_add_int(xml, name, clone_data->master_max);