Project

General

Profile

Bug #62208

Updated by Patrick Donnelly 10 months ago

The MDS calls ceph_abort("msg") in various places. If there is any pending cluster In particular, flush the monc log messages to be sent to the mons, those messages may be lost when the MDS hard stops due to abort. To guarantee those messages are flushed before abort, use the new MDSRank::abort method instead of ceph_abort. events. 

 See discussion: https://github.com/ceph/ceph/pull/52638#discussion_r1276289186 See: https://github.com/ceph/ceph/pull/52638

Back