]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/librbd/test_Migration.cc
import 15.2.9
[ceph.git] / ceph / src / test / librbd / test_Migration.cc
index 69182ddcea5f614cc102878ade2e78cf62349d07..45b8ec2bb4abb0542deb45a3680c35cb0c7ea2ad 100644 (file)
@@ -293,7 +293,6 @@ struct TestMigration : public TestFixture {
     int order = m_ref_ictx->order;
     uint64_t features;
     ASSERT_EQ(0, librbd::get_features(m_ref_ictx, &features));
-    features &= ~RBD_FEATURES_IMPLICIT_ENABLE;
 
     std::string ref_clone_name = get_temp_image_name();
     std::string clone_name = get_temp_image_name();
@@ -406,7 +405,6 @@ struct TestMigration : public TestFixture {
     int order = m_ictx->order;
     uint64_t features;
     ASSERT_EQ(0, librbd::get_features(m_ictx, &features));
-    features &= ~RBD_FEATURES_IMPLICIT_ENABLE;
 
     std::string clone_name = get_temp_image_name();
     ASSERT_EQ(0, librbd::clone(m_ictx->md_ctx, m_ictx->name.c_str(), "snap1",