Lines Matching refs:target_total
234 def calculate_spares_needed(self, target_total): argument
256 spares_needed = target_total >= num_ineligible
278 self.pool, self.labels, target_total, num_ineligible,
281 target_total = num_ineligible
284 self.labels.get('model', ''), self.pool, target_total)
285 adjustment = target_total - self.total_hosts
391 target_total = main_pool.total_hosts
393 target_total = arguments.total
395 target_total += arguments.grow
397 target_total -= arguments.shrink
399 spares_needed = main_pool.calculate_spares_needed(target_total)
426 target_total, add_msg)