]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Add ./ceph osd tell <osd-num> dump_missing <out>
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Mon, 15 Nov 2010 22:47:44 +0000 (14:47 -0800)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Mon, 15 Nov 2010 22:47:44 +0000 (14:47 -0800)
commitc7075115baed1fa2183cf65709ee64edcf5dd727
tree5b58837586055ac8b9b2b96755de742fa5e227d8
parent755f5759299809023585a9577641f565869bfe7f
Add ./ceph osd tell <osd-num> dump_missing <out>

Add a command that tells the OSD to dump its missing set for all PGs to
a file. This should be useful for debugging multi-OSD scenarios.

Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
src/osd/OSD.cc