]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/troubleshooting: update notes on rebuilding mon db 25016/head
authorSage Weil <sage@redhat.com>
Wed, 10 Oct 2018 13:41:38 +0000 (08:41 -0500)
committerNathan Cutler <ncutler@suse.com>
Sat, 10 Nov 2018 09:01:45 +0000 (10:01 +0100)
- those old pg settings are no longer lost as they go in the OSDMap now
- add a note about pools that were mid-create

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 3a4af5df518ed6821d99ead62b00224e28e67ac5)

doc/rados/troubleshooting/troubleshooting-mon.rst

index 5f82d415d818fea15d8f6399ba9e3f4196f67d82..22d2cfe40cb6a2925d0c0afb7e4297a984d05042 100644 (file)
@@ -460,12 +460,12 @@ Following information are not recoverable using the steps above:
   using ``ceph-monstore-tool``. But the MDS keyrings and other keyrings are missing
   in the recovered monitor store. You might need to re-add them manually.
 
-- **pg settings**: the ``full ratio`` and ``nearfull ratio`` settings configured using
-  ``ceph pg set_full_ratio`` and ``ceph pg set_nearfull_ratio`` will be lost.
+- **creating pools**: If any RADOS pools were in the process of being creating, that state is lost.  The recovery tool assumes that all pools have been created.  If there are PGs that are stuck in the 'unknown' after the recovery for a partially created pool, you can force creation of the *empty* PG with the ``ceph osd force-create-pg`` command.  Note that this will create an *empty* PG, so only do this if you know the pool is empty.
 
 - **MDS Maps**: the MDS maps are lost.
 
 
+
 Everything Failed! Now What?
 =============================