We've been testing rocksdb on mons in QA for months now
with no problems. We've also observed no problems with
its use in bluestore.
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit
68138893648e052a6549fecf23b0b58af921dfc7)
}
#endif
#ifdef HAVE_LIBROCKSDB
- if (type == "rocksdb" &&
- cct->check_experimental_feature_enabled("rocksdb")) {
+ if (type == "rocksdb") {
return new RocksDBStore(cct, dir, p);
}
#endif