]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: make retry_max and initial_delay configurable for aio submit_batch 60205/head
authorhaoyixing <haoyixing@kuaishou.com>
Tue, 8 Oct 2024 12:38:11 +0000 (12:38 +0000)
committerhaoyixing <haoyixing@kuaishou.com>
Tue, 11 Feb 2025 02:10:54 +0000 (02:10 +0000)
commit3667f4ab795c5a3630aa423e66b133b4967d2afe
tree7cb2460176ddc21dcd345862c9d842560042a916
parent298079e05fd2bd9917264d813d73d127550968cd
os/bluestore: make retry_max and initial_delay configurable for aio submit_batch

Default aio submit retry (times and delay) sometimes is not enough for e.g. high density hdd osd under pressure.

Signed-off-by: haoyixing <haoyixing@kuaishou.com>
src/blk/aio/aio.cc
src/blk/aio/aio.h
src/blk/kernel/KernelDevice.cc
src/blk/kernel/io_uring.cc
src/blk/kernel/io_uring.h
src/common/options/global.yaml.in