@@ -1237,7 +1237,7 @@ record_t Cache::prepare_record(
12371237 if (!i.ref ->is_valid ()) {
12381238 SUBERRORT (seastore_t ,
12391239 " read_set got invalid extent, aborting -- {}" , t, *i.ref );
1240- ceph_abort (" no invalid extent allowed in transactions' read_set" );
1240+ ceph_abort_msg (" no invalid extent allowed in transactions' read_set" );
12411241 }
12421242 get_by_ext (efforts.read_by_ext ,
12431243 i.ref ->get_type ()).increment (i.ref ->get_length ());
@@ -1424,7 +1424,7 @@ record_t Cache::prepare_record(
14241424 remove_backref_extent (extent->get_paddr ());
14251425 } else {
14261426 ERRORT (" Got unexpected extent type: {}" , t, *extent);
1427- ceph_abort (" imposible" );
1427+ ceph_abort_msg (" imposible" );
14281428 }
14291429 }
14301430 alloc_deltas.emplace_back (std::move (rel_delta));
@@ -1642,7 +1642,7 @@ record_t Cache::prepare_record(
16421642 SUBINFOT (seastore_t , " alloc_tail all trimmed, set to head {}, src={}" ,
16431643 t, alloc_tail, trans_src);
16441644 } else if (*maybe_alloc_tail == JOURNAL_SEQ_NULL) {
1645- ceph_abort (" impossible" );
1645+ ceph_abort_msg (" impossible" );
16461646 } else {
16471647 alloc_tail = *maybe_alloc_tail;
16481648 }
@@ -1859,7 +1859,7 @@ void Cache::complete_commit(
18591859 i->get_type ());
18601860 } else {
18611861 ERRORT (" {}" , t, *i);
1862- ceph_abort (" not possible" );
1862+ ceph_abort_msg (" not possible" );
18631863 }
18641864 });
18651865
0 commit comments