From 99e2be3bc9962de95de81b0bd4fa60b2d596803a Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Tue, 1 Apr 2008 13:28:30 +0000 Subject: [PATCH] Fix gnt-instance failover help message The message used to misleadingly say that failover just works with remote_raid1 instances, while of course it works for drbd as well. Since remote_raid1 has been removed from the main development branch only drbd will be shown. Thanks to Jesus Climent who spotted the bug. Reviewed-by: imsnah --- scripts/gnt-instance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gnt-instance b/scripts/gnt-instance index 335d650fd..599e22b70 100755 --- a/scripts/gnt-instance +++ b/scripts/gnt-instance @@ -782,7 +782,7 @@ commands = { ], "[-f] <instance>", "Stops the instance and starts it on the backup node, using" - " the remote mirror (only for instances of type remote_raid1)"), + " the remote mirror (only for instances of type drbd)"), 'info': (ShowInstanceConfig, ARGS_ANY, [DEBUG_OPT], "[<instance>...]", "Show information on the specified instance"), 'list': (ListInstances, ARGS_NONE, -- GitLab