Rescue procedure for extremely large bluefs log#36121
Merged
neha-ojha merged 3 commits intoceph:masterfrom Jul 24, 2020
Merged
Conversation
This is a procedure tries to find on disk unreachable extents and pretend they were already a part of bluefs log. If this gives proper crc, accept it. Fixes: https://tracker.ceph.com/issues/46552 Signed-off-by: Adam Kupczyk <akupczyk@redhat.com>
This ability only makes sense as a step that allows to perform fsck before commiting recovered bluefs log. Fixes: https://tracker.ceph.com/issues/46552 Signed-off-by: Adam Kupczyk <akupczyk@redhat.com>
5766e50 to
be2e531
Compare
Adds additional paragraph to ceph-bluestore-tool documentation, describing how to use *special* options --bluefs_replay_recovery and --bluefs_replay_recovery_disable_compact to recover large bluefs log. Fixes: https://tracker.ceph.com/issues/46552 Signed-off-by: Adam Kupczyk <akupczyk@redhat.com>
be2e531 to
d7a49b0
Compare
Member
|
https://pulpito.ceph.com/nojha-2020-07-17_01:12:40-rados-wip-36121-2-distro-basic-smithi/ has a lot of noise, needs retesting |
neha-ojha
approved these changes
Jul 23, 2020
Member
|
jenkins test dashboard |
Member
|
jenkins test dashboard backend |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is procedure that stems from https://tracker.ceph.com/issues/46195.
It was created and tested in Luminous, but now needs to be ported to all other ceph branches.
This fixes https://tracker.ceph.com/issues/46552.