]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tools/cephfs: add pg_files command 11026/head
authorJohn Spray <john.spray@redhat.com>
Thu, 8 Sep 2016 22:58:26 +0000 (23:58 +0100)
committerJohn Spray <john.spray@redhat.com>
Wed, 19 Oct 2016 22:06:41 +0000 (23:06 +0100)
commitc83cb7a11df3d47e232420c4762ba0d72c6fbd7a
tree2f4c2a1d2f9d4131e5c13fdfbf07a2c6815558e3
parent7861a84b75e532a0c2285dec2ba8835f7e3bfa96
tools/cephfs: add pg_files command

Sometimes users know that particular data pool PGs
have been damaged, and they would like to scan
their files to work out which ones might have
been affected.

Fixes: http://tracker.ceph.com/issues/17249
Signed-off-by: John Spray <john.spray@redhat.com>
doc/cephfs/disaster-recovery.rst
src/mds/CInode.cc
src/tools/cephfs/CMakeLists.txt
src/tools/cephfs/DataScan.cc
src/tools/cephfs/PgFiles.cc [new file with mode: 0644]
src/tools/cephfs/PgFiles.h [new file with mode: 0644]