From 09954497a2b2995781f868687006984a517d152d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Wed, 22 Mar 2023 15:47:23 -0400
Subject: [PATCH] fix naming convention in move-instance procedure
 (tpo/tpa/team#40972)

---
 howto/ganeti.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/howto/ganeti.md b/howto/ganeti.md
index fc297c6f..e43e43b8 100644
--- a/howto/ganeti.md
+++ b/howto/ganeti.md
@@ -1750,8 +1750,8 @@ migrate a VM. In this example, we migrate a VM named
 ### Actual VM migration
 
 Once the above configuration is completed, the following procedure
-will move *one* VM, in this example the `test-01` VM from the `chignt`
-to the `dalgnt` cluster:
+will move *one* VM, in this example the `test-01` VM from the
+`gnt-chi` to the `gnt-dal` cluster:
 
  1. stop the VM, on the source cluster:
  
@@ -1763,7 +1763,7 @@ to the `dalgnt` cluster:
             chi-node-01.torproject.org \
             dal-node-01.torproject.org \
             test-01.torproject.org \
-            --src-ca-file=chignt.crt \
+            --src-ca-file=gnt-chi.crt \
             --dest-ca-file=/var/lib/ganeti/rapi.pem \
             --src-username=move-instance \
             --src-password-file=gnt-chi.password \
-- 
GitLab