Searched refs:target_total (Results 1 – 1 of 1) sorted by relevance
234 def calculate_spares_needed(self, target_total): argument256 spares_needed = target_total >= num_ineligible278 self.pool, self.labels, target_total, num_ineligible,281 target_total = num_ineligible284 self.labels.get('model', ''), self.pool, target_total)285 adjustment = target_total - self.total_hosts391 target_total = main_pool.total_hosts393 target_total = arguments.total395 target_total += arguments.grow397 target_total -= arguments.shrink[all …]