mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
os/bluestore/KernelDevice: print aio error extent in hex
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
e6514a0567
commit
39db4d7c4b
@ -554,7 +554,8 @@ void KernelDevice::_aio_thread()
|
||||
"This may suggest HW issue. Please check your dmesg!");
|
||||
}
|
||||
} else if (aio[i]->length != (uint64_t)r) {
|
||||
derr << "aio to " << aio[i]->offset << "~" << aio[i]->length
|
||||
derr << "aio to 0x" << std::hex << aio[i]->offset
|
||||
<< "~" << aio[i]->length << std::dec
|
||||
<< " but returned: " << r << dendl;
|
||||
ceph_abort_msg("unexpected aio return value: does not match length");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user