Searched refs:target_total (Results 1 – 1 of 1) sorted by relevance
290 def calculate_spares_needed(self, target_total): argument312 if target_total < num_ineligible:316 target_total, num_ineligible)318 target_total = num_ineligible319 adjustment = target_total - self.total_hosts408 target_total = main_pool.total_hosts410 target_total = arguments.total412 target_total += arguments.grow414 target_total -= arguments.shrink416 spares_needed = main_pool.calculate_spares_needed(target_total)[all …]