mirror of
https://github.com/ceph/ceph
synced 2025-01-10 13:10:46 +00:00
os/bluestore: log 'buffered' in KernelDevice::read_random
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
This commit is contained in:
parent
f37cb01bc1
commit
4f89409d41
@ -1036,6 +1036,7 @@ int KernelDevice::read_random(uint64_t off, uint64_t len, char *buf,
|
||||
bool buffered)
|
||||
{
|
||||
dout(5) << __func__ << " 0x" << std::hex << off << "~" << len << std::dec
|
||||
<< "buffered " << buffered
|
||||
<< dendl;
|
||||
ceph_assert(len > 0);
|
||||
ceph_assert(off < size);
|
||||
|
Loading…
Reference in New Issue
Block a user