Skip to content
Snippets Groups Projects
Commit 78623223 authored by Iustin Pop's avatar Iustin Pop
Browse files

Small doc patch for gnt-node evacuate


Just explain a bit the relation between node evacuate and instance
commands.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 6aa7a354
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,14 @@ old storage is already broken) or when the storage on the primary
node is known to be fine (thus we won't need the old storage for
potential recovery).
Note that this command is equivalent to using per-instance commands for
each affected instance individually:
- ``--primary-only`` is equivalent to ``gnt-instance failover/migration``
- ``--secondary-only`` is equivalent to ``gnt-instance replace-disks``
in the secondary node change mode (only valid for DRBD instances)
- when neither of the above is done a combination of the two cases is run
Example::
# gnt-node evacuate -I hail node3.example.com
......
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