Lines Matching refs:target_total
290 def calculate_spares_needed(self, target_total): argument
312 if target_total < num_ineligible:
316 target_total, num_ineligible)
318 target_total = num_ineligible
319 adjustment = target_total - self.total_hosts
408 target_total = main_pool.total_hosts
410 target_total = arguments.total
412 target_total += arguments.grow
414 target_total -= arguments.shrink
416 spares_needed = main_pool.calculate_spares_needed(target_total)
443 target_total, add_msg)