From eba347f8c0b1873ceaa5a4cd8a8584e368547aa1 Mon Sep 17 00:00:00 2001
From: Alberto Colla <alberto.colla@garr.it>
Date: Wed, 6 Oct 2021 10:14:27 +0000
Subject: [PATCH] Update restore-ceph-from-mon-disaster.rst

---
 web/support/kb/ceph/restore-ceph-from-mon-disaster.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

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 9e2d5172..7428f665 100644
--- a/web/support/kb/ceph/restore-ceph-from-mon-disaster.rst
+++ b/web/support/kb/ceph/restore-ceph-from-mon-disaster.rst
@@ -1,11 +1,11 @@
-Ceph: restore cluster after loosing all ceph-mon's
+Ceph: restore cluster after losing all ceph-mon's
 ================================================
 
-Here we will describe how to restore a Ceph cluster after a disaster where all ceph-mon's are lost. Of course we assume that the data on the OSD devices are preserved!
+Here we will describe how to restore a Ceph cluster after a disaster where all ceph-mon's are lost. We obviously assume that the data on the OSD devices are preserved!
 
 The procedure refers to a Ceph cluster created with Juju.
 
-Suppose that you have lost (or removed by mistake) all ceph-mon's. We start recreating them, i.e. we have three new ceph-mon units.
+Suppose that you have lost (or removed by mistake) all ceph-mon's. We start recreating them, i.e. we have three new ceph-mon units, unfortunately the new mon's do not know anything of the OSD's.
 
 
 Stop all OSDs
@@ -32,6 +32,7 @@ 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::
 
+:doc:`restore-osd.sh <../../images/restore-osd.sh>` 
 
 
 * create keyring with following from new MONs: (this is my example [3])
-- 
GitLab