]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/man/8/ceph-bluestore-tool: Add doc for recovery-compare command
authorAdam Kupczyk <akupczyk@ibm.com>
Wed, 10 Jun 2026 06:50:21 +0000 (08:50 +0200)
committerAdam Kupczyk <akupczyk@ibm.com>
Fri, 12 Jun 2026 17:12:49 +0000 (19:12 +0200)
Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
doc/man/8/ceph-bluestore-tool.rst

index a958b298d49133aa6d76beef641fa8c67e7e0a9c..276b4747e3af6b7764c2d62d07b0df0d5b4e6a34 100644 (file)
@@ -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`