Lines Matching refs:tgt_group
3125 def __init__(self, src_group=None, tgt_group=None, progress=None, argument
3128 self.tgt_group = tgt_group
3199 self._partition_updates[p].tgt_group = g
3294 if u.src_group and not u.tgt_group:
3298 if u.src_group and u.tgt_group and u.src_group != u.tgt_group:
3326 if u.tgt_group and not u.src_group:
3327 comment('Add partition %s to group %s' % (p, u.tgt_group))
3328 append('add %s %s' % (p, u.tgt_group))
3336 if u.src_group and u.tgt_group and u.src_group != u.tgt_group:
3338 (p, u.tgt_group))
3339 append('move %s %s' % (p, u.tgt_group))