Revision 65c9591c

b/NEWS
119 119

  
120 120
  - :doc:`RAPI <rapi>` documentation now has detailed parameter
121 121
    descriptions.
122
  - Some opcode/job results are now also documented, see :doc:`RAPI
123
    <rapi>`.
122 124

  
123 125
- A lockset's internal lock is now also visible in lock monitor.
124 126
- Log messages from job queue workers now contain information about the
b/doc/rapi.rst
1284 1284
and should no longer be used. The new request format can be detected by
1285 1285
the presence of the :pyeval:`rlib2._NODE_MIGRATE_REQV1` feature string.
1286 1286

  
1287
Job result:
1288

  
1289
.. opcode_result:: OP_NODE_MIGRATE
1290

  
1287 1291

  
1288 1292
``/2/nodes/[node_name]/role``
1289 1293
+++++++++++++++++++++++++++++
b/lib/opcodes.py
991 991
    ("iallocator", None, ht.TMaybeString,
992 992
     "Iallocator for deciding the target node for shared-storage instances"),
993 993
    ]
994
  OP_RESULT = TJobIdListOnly
994 995

  
995 996

  
996 997
class OpNodeEvacuate(OpCode):

Also available in: Unified diff