diff --git a/man/gnt-node.sgml b/man/gnt-node.sgml index f6d4c3e2d6da95917161cbf7d566c57cb31a8979..98ec3437a41015b78820739db56bfc86d78d6a6d 100644 --- a/man/gnt-node.sgml +++ b/man/gnt-node.sgml @@ -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> diff --git a/scripts/gnt-node b/scripts/gnt-node index df37be6a310f287628891e4dc0e1776c6803d5bd..442d8f232f5d5767a5de2ea0b11b755285e2bd2e 100755 --- a/scripts/gnt-node +++ b/scripts/gnt-node @@ -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",