Revision 4e070776 lib/server/masterd.py

b/lib/server/masterd.py
429 429

  
430 430
    # Add the new node to the Ganeti Lock Manager
431 431
    self.glm.add(locking.LEVEL_NODE, node.name)
432
    self.glm.add(locking.LEVEL_NODE_RES, node.name)
432 433

  
433 434
  def ReaddNode(self, node):
434 435
    """Updates a node that's already in the configuration
......
449 450

  
450 451
    # Remove the node from the Ganeti Lock Manager
451 452
    self.glm.remove(locking.LEVEL_NODE, name)
453
    self.glm.remove(locking.LEVEL_NODE_RES, name)
452 454

  
453 455

  
454 456
def _SetWatcherPause(until):

Also available in: Unified diff