From cc27bfd7b127b045bed27ad35339dc8879317e55 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:01:50 +0100 Subject: [PATCH] decomission.mdwn: quote code block 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, 2 insertions(+), 2 deletions(-) diff --git a/input/howto/decomission.mdwn b/input/howto/decomission.mdwn index 5a33096..07aec80 100644 --- a/input/howto/decomission.mdwn +++ b/input/howto/decomission.mdwn @@ -22,13 +22,13 @@ * Get rid of the HW (tell the hoster to get rid of it or other as appropriate) * Update password file information for the $HOST * Remove MQ queues related to machine (see [[doc/mq]] for details) - +``` for queue in $(rabbitmqadmin -N rainier list queues name | \ grep unger.debian.org | \ awk '{print $2}') ; do rabbitmqadmin -N rainier -V dsa delete queue name=$queue done - +``` * Remove disks from the MSA * run multipath -ll on the KVM host and find all disks on that multipath -- 2.20.1