Skip to content
Snippets Groups Projects
Commit 9b603bff authored by Alexander Schreiber's avatar Alexander Schreiber
Browse files

Update online help and manpage to include drbd disk type.

Reviewed-by: imsnah
parent 8b084a1a
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@
This command will change the secondary node from the source
node to the destination node for all instances having the
source node as secondary. It works only for instances having
a remote raid disk layout.
a remote_raid1 or drbd disk layout.
</para>
<para>
......
......@@ -285,7 +285,8 @@ commands = {
[DEBUG_OPT, FORCE_OPT],
"[-f] <src_node> <dst_node>",
"Relocate the secondary instances from the first node"
" to the second one (only for instances of type remote_raid1)"),
" to the second one (only for instances of type remote_raid1"
" drbd)"),
'failover': (FailoverNode, ARGS_ONE,
[DEBUG_OPT, FORCE_OPT,
make_option("--ignore-consistency", dest="ignore_consistency",
......
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