common/ceph_context: experimental kludge for crimson

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2019-02-25 16:48:12 -06:00
parent fd73b4c393
commit dd573aaf31

View File

@ -68,6 +68,10 @@ public:
~CephContext();
uint32_t get_module_type() const;
bool check_experimental_feature_enabled(const std::string& feature) {
// everything crimson is experimental...
return true;
}
CryptoRandom* random() const;
PerfCountersCollectionImpl* get_perfcounters_collection();
ceph::common::ConfigProxy& _conf;