]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/rbd_mirror/test_PoolWatcher.cc
update sources to v12.1.2
[ceph.git] / ceph / src / test / rbd_mirror / test_PoolWatcher.cc
index c12724669330128fe4ec47c95ffee44e2bb383ce..06dcd570b32f36dc7babef4cdecb9fef60131137 100644 (file)
@@ -97,6 +97,7 @@ public:
 
     librados::IoCtx ioctx;
     ASSERT_EQ(0, m_cluster->ioctx_create2(pool_id, ioctx));
+    ioctx.application_enable("rbd", true);
 
     m_pool_watcher.reset(new PoolWatcher<>(m_threads, ioctx,
                                            m_pool_watcher_listener));