Revision e730f372

b/lib/cmdlib.py
3671 3671
    """
3672 3672
    # Locking is not used
3673 3673
    assert not (compat.any(lu.glm.is_owned(level)
3674
                           for level in locking.LEVELS) or
3674
                           for level in locking.LEVELS
3675
                           if level != locking.LEVEL_CLUSTER) or
3675 3676
                self.do_locking or self.use_locking)
3676 3677

  
3677 3678
    valid_nodes = [node.name

Also available in: Unified diff