]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon: exclude kv_backend from dir empty check
authorBassam Tabbara <bassam.tabbara@quantum.com>
Sat, 5 Nov 2016 23:00:11 +0000 (16:00 -0700)
committerBassam Tabbara <bassam.tabbara@quantum.com>
Wed, 9 Nov 2016 18:29:48 +0000 (10:29 -0800)
commit7e8bf01024b5066334b071e6cdc74abfad6da26a
tree7316e55099d5f7ec92b3f1a1f917ba318803d0d1
parentbbde2e037bf3d1a8425a396de86f5b67d6955154
mon: exclude kv_backend from dir empty check

check_mon_data_empty required a completely empty dir. this
made it impossible to mkfs a mondir that uses rocksdb given
the requirement that kv_backend file exist in the mon datadir.

Signed-off-by: Bassam Tabbara <bassam.tabbara@quantum.com>
src/ceph_mon.cc