Revision 642339cf

b/lib/cmdlib.py
1740 1740
  """
1741 1741
  _OP_REQP = []
1742 1742
  REQ_MASTER = False
1743
  REQ_BGL = False
1744

  
1745
  def ExpandNames(self):
1746
    self.needed_locks = {}
1743 1747

  
1744 1748
  def CheckPrereq(self):
1745 1749
    """No prerequsites needed for this LU.
......
1771 1775

  
1772 1776
  """
1773 1777
  _OP_REQP = []
1778
  REQ_BGL = False
1779

  
1780
  def ExpandNames(self):
1781
    self.needed_locks = {}
1774 1782

  
1775 1783
  def CheckPrereq(self):
1776 1784
    """No prerequisites.

Also available in: Unified diff