Skip to content
Snippets Groups Projects
Commit 44c15b81 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Update RAPI documentation for /2/nodes/[node_name]/migrate


This was forgotten in commit 52194140.

Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 21674464
No related branches found
No related tags found
No related merge requests found
......@@ -1004,10 +1004,15 @@ It supports the following commands: ``POST``.
``POST``
~~~~~~~~
No parameters are required, but the bool parameter ``live`` can be set
to use live migration (if available).
If no mode is explicitly specified, each instances' hypervisor default
migration mode will be used. Query parameters:
``live`` (bool)
If set, use live migration if available.
``mode`` (string)
Sets migration mode, ``live`` for live migration and ``non-live`` for
non-live migration. Supported by Ganeti 2.2 and above.
migrate?live=[0|1]
``/2/nodes/[node_name]/role``
+++++++++++++++++++++++++++++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment