os/bluestore/bluestore_tool: add log-dump command to dump bluefs's log
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
int mkfs(uuid_d osd_uuid);
int mount();
void umount();
+
+ int log_dump(
+ CephContext *cct,
+ const string& path,
+ const vector<string>& devs);
- void collect_metadata(map<string,string> *pm);
+ void collect_metadata(map<string,string> *pm, unsigned skip_bdev_id);
int fsck();
uint64_t get_fs_usage();