]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
bluestore: Support flock retry 34566/head
authorwanghongxu <x.ken@outlook.com>
Wed, 15 Apr 2020 11:52:40 +0000 (19:52 +0800)
committerwanghongxu <wang19930902@gmail.com>
Mon, 27 Jul 2020 16:18:48 +0000 (00:18 +0800)
commit23f8c323d2ba9133c3ef5834ae93115425c862d1
treee5542659cfd04cc44c84cd360e9ebce683d21765
parenta0568e06aa4ce8d6fa89a48d84c1778305943932
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>
src/blk/kernel/KernelDevice.cc
src/common/legacy_config_opts.h
src/common/options.cc