X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fos%2Ffilestore%2FCollectionIndex.h;h=7c57a38b564744a6b01751871429d06fbc699c0f;hb=224ce89bce8186937e77bdbda572a650953f8c23;hp=7f7d7ffa23a7ba3142de1fd9a329f26539b2bb2b;hpb=06dae762bfef1ba116dc58483c7b68b733d853e0;p=ceph.git diff --git a/ceph/src/os/filestore/CollectionIndex.h b/ceph/src/os/filestore/CollectionIndex.h index 7f7d7ffa2..7c57a38b5 100644 --- a/ceph/src/os/filestore/CollectionIndex.h +++ b/ceph/src/os/filestore/CollectionIndex.h @@ -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() {} };