Revision 26e88cde

b/lib/cmdlib.py
4614 4614
  def ExpandNames(self):
4615 4615
    self.needed_locks = {
4616 4616
      locking.LEVEL_NODE: locking.ALL_SET,
4617
      locking.LEVEL_NODE_ALLOC: locking.ALL_SET,
4617 4618
    }
4618
    self.share_locks[locking.LEVEL_NODE] = 1
4619
    self.share_locks = _ShareAll()
4619 4620

  
4620 4621
  def Exec(self, feedback_fn):
4621 4622
    """Redistribute the configuration.

Also available in: Unified diff