From f48650a58848e3fc27c7890851b9c5dd8e32b532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Thu, 1 Apr 2021 21:18:28 -0400 Subject: [PATCH] more noeds --- howto/upgrades.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/howto/upgrades.md b/howto/upgrades.md index fa54c905..5e924a4f 100644 --- a/howto/upgrades.md +++ b/howto/upgrades.md @@ -202,7 +202,11 @@ The remaining is the "manual" procedure, the KVM hosts: The ganeti hosts, using Fabric: - ./reboot -v --delay-shutdown 1 --delay-hosts 30 -H fsn-node-0{1,2,3,4,5}.torproject.org + ./reboot -v --delay-shutdown 1 --delay-hosts 30 -H fsn-node-0{1,2,3,4,5,6,7}.torproject.org + +This can be done in parallel across clusters: + + ./reboot -v --delay-shutdown 1 --delay-hosts 30 -H chi-node-0{1,2,3,4}.torproject.org This is also documented in the [howto/ganeti](howto/ganeti) section. Do not forget to rebalance the cluster after the reboot. -- GitLab