Project

General

Profile

Bug #37566

Updated by Patrick Donnelly over 5 years ago

Journaler::_trim is called in the routine: 
 PurgeQueue::_execute_item 
 ==>Journaler::write_head 
 ==>Journaler::_finish_write_head 
 ==>Journaler::_trim 
 so do not register callback in PurgeQueue::_execute_item 
 to call Journaler::_trim again. 

 https://github.com/ceph/ceph/pull/25222

Back