From a2908b9e2347f37176f43517ab3516c11e8c7568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Mon, 8 Jan 2024 12:41:09 -0500 Subject: [PATCH] remove deprecated --ganeti-migrate-back option It's now the default of the reboot script, with its reverse (no-ganeti-migrate-back) now available. We don't document that option because we can't think of any situation where we would not want to migrate back the instances, other than an evacuation, but then that would typically not be a reboot anyway. --- howto/ganeti.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/howto/ganeti.md b/howto/ganeti.md index c2c7b9d7..9978dda4 100644 --- a/howto/ganeti.md +++ b/howto/ganeti.md @@ -1309,8 +1309,7 @@ need a reboot, and not the instances. In that case, you want to reboot the nodes but before that, migrate the instances off the node and then migrate it back when done. This incantation should do so: - ./reboot --ganeti-migrate-back --reason 'Open vSwitch upgrade' \ - -H fsn-node-0{1,2,3,4,5,6,7,8}.torproject.org + ./reboot --reason 'Open vSwitch upgrade' -H fsn-node-0{1,2,3,4,5,6,7,8}.torproject.org This should cause no user-visible disruption. @@ -1322,7 +1321,7 @@ upgraded, for example `libxml` or OpenSSL. This will only migrate the VMs without rebooting the hosts: - ./reboot --ganeti-migrate-back --kind=cancel --reason 'qemu flagged in needrestart' \ + ./reboot --kind=cancel --reason 'qemu flagged in needrestart' \ -H fsn-node-0{1,2,3,4,5,6,7,8}.torproject.org This should cause no user-visible disruption, as it migrates all the -- GitLab