From: Kefu Chai Date: Tue, 31 Oct 2017 04:04:09 +0000 (+0800) Subject: Merge pull request #18535 from yanghonggang/master X-Git-Tag: v13.0.1~359 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=529f036b1b599a72a3b72fa18bced7ee37992393;p=ceph.git Merge pull request #18535 from yanghonggang/master os/bluestore/bluestore_tool: add log-dump command to dump bluefs's log Reviewed-by: xie xingguo Reviewed-by: Sage Weil Reviewed-by: Igor Fedotov --- 529f036b1b599a72a3b72fa18bced7ee37992393 diff --cc src/os/bluestore/BlueFS.h index ebb76e86f07,fc864353141..7c1cfd9beec --- a/src/os/bluestore/BlueFS.h +++ b/src/os/bluestore/BlueFS.h @@@ -331,8 -331,13 +331,13 @@@ public int mkfs(uuid_d osd_uuid); int mount(); void umount(); + + int log_dump( + CephContext *cct, + const string& path, + const vector& devs); - void collect_metadata(map *pm); + void collect_metadata(map *pm, unsigned skip_bdev_id); int fsck(); uint64_t get_fs_usage();