]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
os/bluestore: add option for bluestore fail eio
authorhaoyixing <haoyixing@kuaishou.com>
Sat, 18 Sep 2021 09:48:12 +0000 (17:48 +0800)
committerhaoyixing <haoyixing@kuaishou.com>
Tue, 28 Sep 2021 02:44:47 +0000 (10:44 +0800)
commit60409d2bc4d1d54513ca55a9bab6ab299f15e57c
tree26a60769bb32ed4964fc9759236adf6e3eb28835
parentd4fc4ecf0aac78f1c767e7a77599364bdf29e062
os/bluestore: add option for bluestore fail eio

PR #17744 allows eio for _do_read in bluestore, but didn't leave it as
an option. Since we can choose to fail for filestore on eio, maybe bluestore
can also have an option.

Signed-off-by: haoyixing <haoyixing@kuaishou.com>
src/common/options/global.yaml.in
src/os/bluestore/BlueStore.cc