]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/os/filestore/CollectionIndex.h
update sources to v12.1.1
[ceph.git] / ceph / src / os / filestore / CollectionIndex.h
index 7f7d7ffa23a7ba3142de1fd9a329f26539b2bb2b..7c57a38b564744a6b01751871429d06fbc699c0f 100644 (file)
@@ -193,6 +193,9 @@ protected:
 
   virtual int apply_layout_settings() { ceph_abort(); return 0; }
 
+  /// Read index-wide settings (should be called after construction)
+  virtual int read_settings() { return 0; }
+
   /// Virtual destructor
   virtual ~CollectionIndex() {}
 };