mirror of
https://github.com/ceph/ceph
synced 2025-02-15 14:58:01 +00:00
common/ceph_context: experimental kludge for crimson
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
fd73b4c393
commit
dd573aaf31
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user