From 0cc79bba103a68e6705c8bf6cb8aa0e79a0a3a08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?H=C3=A9ctor=20Or=C3=B3n=20Mart=C3=ADnez?= Date: Tue, 3 Dec 2019 11:05:34 +0100 Subject: [PATCH] decomission.mdwn: add ganeti removal step MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Héctor Orón Martínez --- input/howto/decomission.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/input/howto/decomission.mdwn b/input/howto/decomission.mdwn index 07aec80..4eeae9d 100644 --- a/input/howto/decomission.mdwn +++ b/input/howto/decomission.mdwn @@ -28,6 +28,10 @@ awk '{print $2}') ; do rabbitmqadmin -N rainier -V dsa delete queue name=$queue done +``` + * If the machine is a Ganeti VM, do not forget to remove it from the cluster: +``` + gnt-instance remove unger.debian.org ``` * Remove disks from the MSA * run multipath -ll on the KVM host and find all disks on that multipath -- 2.20.1