]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/OSD: mkfs need wait for transcation completely finish 41889/head
authorChen Fan <fan.chen@easystack.cn>
Wed, 9 Jun 2021 05:29:03 +0000 (13:29 +0800)
committerChen Fan <fan.chen@easystack.cn>
Sun, 20 Jun 2021 16:11:20 +0000 (00:11 +0800)
commit0ffadad3a83b3ca634d7d58a80c84d1d8761e2ea
tree1499972c63dfd10d7aa619ccb68573a5192efaa8
parent0b43e5f8edbc6f095abded6d2856228d34c7c2d6
osd/OSD: mkfs need wait for transcation completely finish

when do ceph-osd mkfs, when ceph-osd process exit, sometimes
the block data could be written incompletely. we need add
wait for it complete.

Signed-off-by: Chen Fan <fan.chen@easystack.cn>
src/osd/OSD.cc