Searched refs:tgt_group (Results 1 – 1 of 1) sorted by relevance
2331 def __init__(self, src_group=None, tgt_group=None, progress=None, argument2334 self.tgt_group = tgt_group2403 self._partition_updates[p].tgt_group = g2498 if u.src_group and not u.tgt_group:2502 if u.src_group and u.tgt_group and u.src_group != u.tgt_group:2530 if u.tgt_group and not u.src_group:2531 comment('Add partition %s to group %s' % (p, u.tgt_group))2532 append('add %s %s' % (p, u.tgt_group))2540 if u.src_group and u.tgt_group and u.src_group != u.tgt_group:2542 (p, u.tgt_group))[all …]