From 82c2f840b6ed19f3a0699830d2fcbaaabc21257d Mon Sep 17 00:00:00 2001 From: Wido den Hollander Date: Wed, 7 Dec 2016 09:49:09 +0100 Subject: [PATCH] doc: Fix for worker arguments to cephfs-data-scan tool The docs were incorrect and these arguments should work. Signed-off-by: Wido den Hollander --- doc/cephfs/disaster-recovery.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/cephfs/disaster-recovery.rst b/doc/cephfs/disaster-recovery.rst index ee54c90a70a..90f9a98a305 100644 --- a/doc/cephfs/disaster-recovery.rst +++ b/doc/cephfs/disaster-recovery.rst @@ -149,14 +149,14 @@ the range 0-(N_workers - 1), like so: :: # Worker 0 - cephfs-data-scan scan_extents 0 1 + cephfs-data-scan scan_extents --worker_n 0 --worker_m 1 # Worker 1 - cephfs-data-scan scan_extents 1 1 + cephfs-data-scan scan_extents --worker_n 1 --worker_m 1 1 1 # Worker 0 - cephfs-data-scan scan_inodes 0 1 + cephfs-data-scan scan_inodes --worker_n 0 --worker_m 1 # Worker 1 - cephfs-data-scan scan_inodes 1 1 + cephfs-data-scan scan_inodes --worker_n 1 --worker_m 1 It is important to ensure that all workers have completed the scan_extents phase before any workers enter the scan_inodes phase. -- 2.39.5