]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/os/ObjectStore.h
import ceph quincy 17.2.6
[ceph.git] / ceph / src / os / ObjectStore.h
index 44d67c26e88f9a48b58434eee2d82eabbd472aee..4c837b84d01074ff33ce8317aeff37e0a3b9cb82 100644 (file)
@@ -289,7 +289,7 @@ public:
   virtual bool wants_journal() = 0;  //< prefers a journal
   virtual bool allows_journal() = 0; //< allows a journal
   virtual void prepare_for_fast_shutdown() {}
-  virtual bool has_null_manager() { return false; }
+  virtual bool has_null_manager() const { return false; }
   // return store min allocation size, if applicable
   virtual uint64_t get_min_alloc_size() const {
     return 0;