From c15c62523382e56550a1d85946e4882a251b3558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Tue, 31 Mar 2020 22:24:18 -0400 Subject: [PATCH] do not prompt for failover --- tsa/howto/ganeti.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsa/howto/ganeti.mdwn b/tsa/howto/ganeti.mdwn index fd69ed3e..60cdae30 100644 --- a/tsa/howto/ganeti.mdwn +++ b/tsa/howto/ganeti.mdwn @@ -324,7 +324,7 @@ Import procedure: gnt-instance stop $INSTANCE && gnt-instance modify -t drbd $INSTANCE && - gnt-instance failover $INSTANCE && + gnt-instance failover -f $INSTANCE && gnt-instance start $INSTANCE TODO: move into fabric, maybe in a `libvirt-import-live` or -- GitLab