]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/osd/OSDMap.cc
import ceph pacific 16.2.5
[ceph.git] / ceph / src / osd / OSDMap.cc
index e720a5ebd1b17c6ec712e3b46d9df7da8228caac..98b4c3e1821b8f6a48a341f33b5a7ca7b72a63f3 100644 (file)
@@ -655,7 +655,6 @@ void OSDMap::Incremental::encode(ceph::buffer::list& bl, uint64_t features) cons
       target_v = 6;
     }
     if (change_stretch_mode) {
-      ceph_assert(target_v >= 9);
       target_v = std::max((uint8_t)10, target_v);
     }
     ENCODE_START(target_v, 1, bl); // extended, osd-only data