]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/librbd/test_support.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / test / librbd / test_support.h
index abb7c4702cd197144691ae60343cd5730ca3383d..2d2de175ba79001324745fd0a095c17b5ca54954 100644 (file)
@@ -26,6 +26,8 @@ int create_image_data_pool(librados::Rados &rados, std::string &data_pool, bool
 
 bool is_librados_test_stub(librados::Rados &rados);
 
+bool is_rbd_pwl_enabled(ceph::common::CephContext *ctx);
+
 #define REQUIRE(x) {                     \
   if (!(x)) {                            \
     std::cout << "SKIPPING" << std::endl; \