]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
bluestore: Support flock retry 37860/head
authorwanghongxu <x.ken@outlook.com>
Wed, 15 Apr 2020 11:52:40 +0000 (19:52 +0800)
committerNathan Cutler <ncutler@suse.com>
Tue, 1 Dec 2020 19:51:11 +0000 (20:51 +0100)
commita2fb2535c8bc80cafbefa7cc4a4b553cf98a25fd
tree399aede68574c1314363df02d71f1f34cfb6db00
parentbf8c93ed52f9fc8b0ead7434383bfc40f78d4204
bluestore: Support flock retry

When the block changes, systemd-udevd will open the block,
read some information and close it. Then a failure occurs here.
So we need to try again here.

Fixes: https://tracker.ceph.com/issues/46124
Signed-off-by: wanghongxu <x.ken@outlook.com>
(cherry picked from commit 23f8c323d2ba9133c3ef5834ae93115425c862d1)
src/common/legacy_config_opts.h
src/common/options.cc
src/os/bluestore/KernelDevice.cc