From: myoungwon oh Date: Thu, 12 May 2022 06:15:21 +0000 (+0900) Subject: seastore: add a log line after set_disable_trim is called X-Git-Tag: v18.0.0~857^2~10 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=54705adddd71ca48386a70584f1e684ce7f934bd;p=ceph-ci.git seastore: add a log line after set_disable_trim is called Signed-off-by: Myoungwon Oh --- diff --git a/src/crimson/os/seastore/transaction_manager.cc b/src/crimson/os/seastore/transaction_manager.cc index 5ff7d9afe5b..3834dd78de4 100644 --- a/src/crimson/os/seastore/transaction_manager.cc +++ b/src/crimson/os/seastore/transaction_manager.cc @@ -636,6 +636,7 @@ TransactionManager::~TransactionManager() {} TransactionManagerRef make_transaction_manager(tm_make_config_t config) { + LOG_PREFIX(make_transaction_manager); auto epm = std::make_unique(); auto cache = std::make_unique(*epm); auto lba_manager = lba_manager::create_lba_manager(*cache); @@ -654,6 +655,8 @@ TransactionManagerRef make_transaction_manager(tm_make_config_t config) journal = journal::make_circularbounded( nullptr, ""); segment_cleaner->set_disable_trim(true); + ERROR("disabling journal trimming since support for CircularBoundedJournal\ + hasn't been added yet"); } epm->init_ool_writers( *segment_cleaner,