From 5deece1d034749bf72b7bd04e4e9c5d97e5ad6ce Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Wed, 5 Jun 2013 11:10:34 -0700 Subject: [PATCH] PG: don't dirty log unconditionally in activate() merge_log and friends all take care of dirtying the log as necessary. Fixes: #5238 Signed-off-by: Samuel Just --- src/osd/PG.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osd/PG.cc b/src/osd/PG.cc index cb13bdc8500..84847eee29f 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -1123,7 +1123,6 @@ void PG::activate(ObjectStore::Transaction& t, // write pg info, log dirty_info = true; dirty_big_info = true; // maybe - dirty_log = true; // clean up stray objects clean_up_local(t); -- 2.47.3