mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
crimson/os/seastore/journal: add logs to flush operation
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
This commit is contained in:
parent
abb0951eda
commit
7c23739c96
@ -648,9 +648,13 @@ Journal::RecordSubmitter::submit(
|
||||
|
||||
seastar::future<> Journal::RecordSubmitter::flush(OrderingHandle &handle)
|
||||
{
|
||||
LOG_PREFIX(RecordSubmitter::flush);
|
||||
DEBUG("H{} flush", (void*)&handle);
|
||||
return handle.enter(write_pipeline->device_submission
|
||||
).then([this, &handle] {
|
||||
return handle.enter(write_pipeline->finalize);
|
||||
}).then([FNAME, &handle] {
|
||||
DEBUG("H{} flush done", (void*)&handle);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user