]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/objectstore/TestObjectStoreState.h
update sources to 12.2.7
[ceph.git] / ceph / src / test / objectstore / TestObjectStoreState.h
index 7d1ac8c082135a402a3480d2ea75792623ada58c..4eaf76b5c30c2f417a1efad155dd7ef1a17e8358 100644 (file)
@@ -100,7 +100,7 @@ public:
  public:
   explicit TestObjectStoreState(ObjectStore *store) :
     m_next_coll_nr(0), m_num_objs_per_coll(10), m_num_objects(0),
-    m_max_in_flight(0), m_finished_lock("Finished Lock"), m_next_pool(1) {
+    m_max_in_flight(0), m_finished_lock("Finished Lock"), m_next_pool(2) {
     m_store.reset(store);
   }
   ~TestObjectStoreState() {