From: Sage Weil Date: Tue, 7 Feb 2017 17:17:07 +0000 (-0500) Subject: osd/PG: drop sortbitwise feature check assert X-Git-Tag: v12.0.1~469^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8015544617226401aa65a319838b18d8ec68e803;p=ceph-ci.git osd/PG: drop sortbitwise feature check assert This feature bit will get deprecated shortly anyway. Signed-off-by: Sage Weil --- diff --git a/src/osd/PG.cc b/src/osd/PG.cc index 378e07e79c4..09af9200d4e 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -5115,9 +5115,6 @@ void PG::on_new_interval() } do_sort_bitwise = osdmap->test_flag(CEPH_OSDMAP_SORTBITWISE); - if (do_sort_bitwise) { - assert(get_min_upacting_features() & CEPH_FEATURE_OSD_BITWISE_HOBJ_SORT); - } _on_new_interval(); }