From 651c1c3ea739d92e4e0941358fa76cea4cc31ebc Mon Sep 17 00:00:00 2001
From: Helga Velroyen <helgav@google.com>
Date: Fri, 19 Oct 2012 16:56:48 +0200
Subject: [PATCH] Corrected some commandlines in walkthrough

Signed-off-by: Helga Velroyen <helgav@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 doc/walkthrough.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/walkthrough.rst b/doc/walkthrough.rst
index 6bbe9c531..e227b02a9 100644
--- a/doc/walkthrough.rst
+++ b/doc/walkthrough.rst
@@ -274,7 +274,7 @@ Creation
 At this point, Ganeti and the hardware seems to be functioning
 correctly, so we'll follow up with creating the instances manually::
 
-  $ gnt-instance add -t drbd -o debootstrap -s %256m% -n %node1%:%node2% %instance3%
+  $ gnt-instance add -t drbd -o debootstrap -s %256m% %instance3%
   Mon Oct 26 04:06:52 2009  - INFO: Selected nodes for instance instance1 via iallocator hail: node2, node3
   Mon Oct 26 04:06:53 2009 * creating instance disks...
   Mon Oct 26 04:06:57 2009 adding instance instance1 to cluster config
@@ -418,7 +418,7 @@ to it anymore::
 
 And now we can failover the instance::
 
-  $ gnt-instance failover --ignore-consistency %instance4%
+  $ gnt-instance failover %instance4%
   Failover will happen to image instance4. This requires a shutdown of
   the instance. Continue?
   y/[n]/?: %y%
-- 
GitLab