From: Adam Kupczyk Date: Wed, 10 Jun 2026 06:50:21 +0000 (+0200) Subject: doc/man/8/ceph-bluestore-tool: Add doc for recovery-compare command X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ad02618007a60dcf92eb93c50b5c14cc6cf72c44;p=ceph.git doc/man/8/ceph-bluestore-tool: Add doc for recovery-compare command Signed-off-by: Adam Kupczyk --- diff --git a/doc/man/8/ceph-bluestore-tool.rst b/doc/man/8/ceph-bluestore-tool.rst index a958b298d49..276b4747e3a 100644 --- a/doc/man/8/ceph-bluestore-tool.rst +++ b/doc/man/8/ceph-bluestore-tool.rst @@ -20,6 +20,7 @@ Synopsis | **ceph-bluestore-tool** qfsck --path *osd path* | **ceph-bluestore-tool** allocmap --path *osd path* | **ceph-bluestore-tool** restore_cfb --path *osd path* +| **ceph-bluestore-tool** recovery-compare --path *osd path* | **ceph-bluestore-tool** show-label --dev *device* ... | **ceph-bluestore-tool** show-label-at --dev *device* --offset *lba* ... | **ceph-bluestore-tool** prime-osd-dir --dev *device* --path *osd path* @@ -72,6 +73,9 @@ Commands Reverses changes done by the new NCB code (either through ceph restart or when running allocmap command) and restores RocksDB B Column-Family (allocator-map). +:command:`recovery-compare` + + Runs legacy onode recovery and multithread onode recovery. Prints timings and compares results. :command:`bluefs-export`