From ac412f6316a4dc5768d4b55efd6a5db3b9bde2fe Mon Sep 17 00:00:00 2001 From: Alberto Colla <alberto.colla@garr.it> Date: Wed, 6 Oct 2021 11:38:14 +0000 Subject: [PATCH] Update restore-ceph-from-mon-disaster.rst --- web/support/kb/ceph/restore-ceph-from-mon-disaster.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 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 4e4438bd..faf39822 100644 --- a/web/support/kb/ceph/restore-ceph-from-mon-disaster.rst +++ b/web/support/kb/ceph/restore-ceph-from-mon-disaster.rst @@ -66,8 +66,8 @@ keyring creation Create a keyring file with the following data from the new mon's: - admin key: copy content of /etc/ceph/ceph.client.admin.keyring from any mon; -- mon key: copy content of /var/lib/ceph/mon/ceph-*/keyring for any mon; -- mgr key, copy content of /var/lib/ceph/mgr/ceph-*/keyring for *each* mon. +- mon key: copy content of /var/lib/ceph/mon/ceph-xxx/keyring for any mon; +- mgr key, copy content of /var/lib/ceph/mgr/ceph-xxx/keyring for **each** mon. the keyring file will look like the following:: -- GitLab