X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fos%2Fbluestore%2FBitmapFreelistManager.h;h=8e4ea8fd385c43d1a34722f9af4162ed4c9a16ba;hb=20effc670b57271cb089376d6d0800990e5218d5;hp=c6bfe469f1b4512b5075ccc5cedbc9f1cb8d4766;hpb=a71831dadd1e1f3e0fa70405511f65cc33db0498;p=ceph.git diff --git a/ceph/src/os/bluestore/BitmapFreelistManager.h b/ceph/src/os/bluestore/BitmapFreelistManager.h index c6bfe469f..8e4ea8fd3 100644 --- a/ceph/src/os/bluestore/BitmapFreelistManager.h +++ b/ceph/src/os/bluestore/BitmapFreelistManager.h @@ -63,6 +63,7 @@ public: static void setup_merge_operator(KeyValueDB *db, std::string prefix); int create(uint64_t size, uint64_t granularity, + uint64_t zone_size, uint64_t first_sequential_zone, KeyValueDB::Transaction txn) override; int init(KeyValueDB *kvdb, bool db_in_read_only, @@ -93,7 +94,7 @@ public: return bytes_per_block; } void get_meta(uint64_t target_size, - std::vector>*) const override; + std::vector>*) const override; }; #endif