Revision b954f097 lib/opcodes.py

b/lib/opcodes.py
1807 1807
  OP_RESULT = _TOldQueryResult
1808 1808

  
1809 1809

  
1810
# ExtStorage opcodes
1811
class OpExtStorageDiagnose(OpCode):
1812
  """Compute the list of external storage providers."""
1813
  OP_PARAMS = [
1814
    _POutputFields,
1815
    ("names", ht.EmptyList, ht.TListOf(ht.TNonEmptyString),
1816
     "Which ExtStorage Provider to diagnose"),
1817
    ]
1818
  OP_RESULT = _TOldQueryResult
1819

  
1820

  
1810 1821
# Exports opcodes
1811 1822
class OpBackupQuery(OpCode):
1812 1823
  """Compute the list of exported images."""

Also available in: Unified diff