]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: assume old mons that didn't specific kv type are leveldb 11354/head
authorSage Weil <sage@redhat.com>
Thu, 6 Oct 2016 18:02:07 +0000 (14:02 -0400)
committerSage Weil <sage@redhat.com>
Thu, 6 Oct 2016 18:02:07 +0000 (14:02 -0400)
commit42a6b0efe1a3269c8e6c10e89f92bc0f28923af2
tree9d0096170381c8084770f40c0ccdcb517a6430a5
parentc26c80fd109fdeecfca7b9c728ebdf323943cd97
mon: assume old mons that didn't specific kv type are leveldb

This assumes that if the mon does not explicitly specify
the kv type that it is leveldb.  No prior version of
Ceph has had non-experimental rocksdb, so this is
relatively safe.  It's also necessary because the
default is now 'rocksdb' and we shouldn't assume those
old mons are rocksdb.

This will break for users to explicitly specified
rocksdb for the mon despite it being experimental.

Signed-off-by: Sage Weil <sage@redhat.com>
PendingReleaseNotes
src/mon/MonitorDBStore.h