mirror of
https://github.com/ceph/ceph
synced 2025-03-19 17:06:24 +00:00
os/bluestore: do not use buffered bdev in write path
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
b6d7c97daf
commit
029ced9680
@ -5755,7 +5755,7 @@ int BlueStore::_do_alloc_write(
|
||||
b->map_bl(
|
||||
b_off, *l,
|
||||
[&](uint64_t offset, uint64_t length, bufferlist& t) {
|
||||
bdev->aio_write(offset, t, &txc->ioc, wctx->buffered);
|
||||
bdev->aio_write(offset, t, &txc->ioc, false);
|
||||
});
|
||||
}
|
||||
if (need > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user