]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: default journal media to store media if bluefs is disabled 16844/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Sun, 6 Aug 2017 10:50:17 +0000 (18:50 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Sun, 6 Aug 2017 10:58:14 +0000 (18:58 +0800)
commit0fc6a5feb3fa4fd2e545a83483c45b2b6e067cb6
tree2fc6bb60dd3248df681a787677d548747d667e73
parentf7c4c1377573415a8767a5b5aebc9ea01c6f2f7f
os/bluestore: default journal media to store media if bluefs is disabled

So we won't prevent bluestore-without-bluefs backed OSDs from booting:
0> 2017-08-06 18:28:07.431316 7ffa1c95fd00 -1 /home/xxg/build/ceph-dev/src/os/bluestore/BlueStore.cc: In function
'virtual bool BlueStore::is_journal_rotational()' thread 7ffa1c95fd00 time 2017-08-06 18:28:07.428503
/home/xxg/build/ceph-dev/src/os/bluestore/BlueStore.cc: 4401: FAILED assert(bluefs)

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BlueStore.cc