Revision e36e96b4

b/lib/cmdlib.py
3768 3768
    del self.remove_locks[locking.LEVEL_INSTANCE]
3769 3769
    # Remove the temp. assignements for the instance's drbds
3770 3770
    self.cfg.ReleaseDRBDMinors(instance)
3771
    # Unlock all the nodes
3772
    self.context.glm.release(locking.LEVEL_NODE)
3773
    del self.acquired_locks[locking.LEVEL_NODE]
3771 3774

  
3772 3775
    if self.op.wait_for_sync:
3773 3776
      disk_abort = not _WaitForSync(self, iobj)

Also available in: Unified diff