Revision 4a72cc75 lib/opcodes.py

b/lib/opcodes.py
116 116
  __slots__ = ["output_fields", "nodes"]
117 117

  
118 118

  
119
class OpQueryNodeData(OpCode):
120
  """Compute the node info."""
121
  OP_ID = "OP_NODE_INFO"
122
  __slots__ = ["nodes"]
123

  
124

  
125 119
class OpQueryNodeVolumes(OpCode):
126 120
  """Get list of volumes on node."""
127 121
  OP_ID = "OP_NODE_QUERYVOLS"

Also available in: Unified diff