Re: [ceph-users] [MDS] scrub_path progress

2017-05-21 Thread John Spray
On Sun, May 21, 2017 at 6:44 PM, Andreas Gerstmayr wrote: > Some progress: The return code is -EBUSY (that explains why I didn't > find anything looking for the number 16 in the source code of Ceph) > https://github.com/ceph/ceph/blob/kraken/src/mds/MDCache.cc#L11996 > > The status is inside Scrub

Re: [ceph-users] [MDS] scrub_path progress

2017-05-21 Thread Andreas Gerstmayr
Some progress: The return code is -EBUSY (that explains why I didn't find anything looking for the number 16 in the source code of Ceph) https://github.com/ceph/ceph/blob/kraken/src/mds/MDCache.cc#L11996 The status is inside ScrubStack#inode_stack and ScrubStack#scrubs_in_progress - is there a way

[ceph-users] [MDS] scrub_path progress

2017-05-19 Thread Andreas Gerstmayr
Hi, is there a way to monitor the progress of the 'ceph daemon mds.0 scrub_path / recursive repair' command? It returns immediately (without any output), but the MDS is scrubbing in the background. When I start the same command again, I get a JSON response with return_code: -16 What does this ret