From 6b8bb568e4fbc26f4e9f1fed7c5d0659ae123d4f Mon Sep 17 00:00:00 2001 From: 0x3bb <0x3bb@3bb.io> Date: Sat, 10 Aug 2024 14:50:44 +0000 Subject: [PATCH] Update 2024-08-10-recovering-ceph-cluster.md --- 2024-08-10-recovering-ceph-cluster.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/2024-08-10-recovering-ceph-cluster.md b/2024-08-10-recovering-ceph-cluster.md index 9852d61..d101c43 100644 --- a/2024-08-10-recovering-ceph-cluster.md +++ b/2024-08-10-recovering-ceph-cluster.md @@ -63,8 +63,9 @@ everything is going to be better than before. # downtime Following the merge, all services on the cluster went down at once. I checked the OSDs which were in `CrashLoopBackOff`. Inspecting the logs, I saw a bunch -of gibberish and decided to check out the GitHub issues. Since nothing is ever -my fault, I decided to see who or what was to blame. +of gibberish and decided to check out the GitHub issues. + +Since nothing is ever my fault, I decided to see who or what was to blame. With no clues, I had still hoped this would be relatively simple to fix.