From 5f323471fd43bafeb4ffded99a54b9b9e3ff5c0a Mon Sep 17 00:00:00 2001 From: Alberto Colla <alberto.colla@garr.it> Date: Wed, 6 Oct 2021 10:16:48 +0000 Subject: [PATCH] Update restore-ceph-from-mon-disaster.rst --- web/support/kb/ceph/restore-ceph-from-mon-disaster.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/support/kb/ceph/restore-ceph-from-mon-disaster.rst b/web/support/kb/ceph/restore-ceph-from-mon-disaster.rst index 2402530f..4f8645c6 100644 --- a/web/support/kb/ceph/restore-ceph-from-mon-disaster.rst +++ b/web/support/kb/ceph/restore-ceph-from-mon-disaster.rst @@ -30,7 +30,7 @@ SSH to each MON and use systemctl to stop mon and mgr services, e.g:: Rebuild OSD mon map ---------------------- -On the juju client machine, rebuild old mon map using existing OSDs with the following script, which will save result to ./mon-store:: +On the juju client machine, rebuild old mon map using existing OSDs with the following script, which will save result to ./mon-store: .. doc:: ../../images/restore-osd.sh> -- GitLab