diff options
author | Samuel Just <sam.just@inktank.com> | 2013-06-05 11:10:34 -0700 |
---|---|---|
committer | Samuel Just <sam.just@inktank.com> | 2013-06-06 13:08:51 -0700 |
commit | d082cf91b45604cefa277532a304e82a81abe384 (patch) | |
tree | c88ff9e71ab8ee770b6ce8fda08ab48ce6a2320f | |
parent | 92b1e398576d55df8e5888dd1a9545ed3fd99532 (diff) | |
download | ceph-wip_5238_cuttlefish.tar.gz |
PG: don't dirty log unconditionally in activate()wip_5238_cuttlefish
merge_log and friends all take care of dirtying the log
as necessary.
Fixes: #5238
Signed-off-by: Samuel Just <sam.just@inktank.com>
(cherry picked from commit 5deece1d034749bf72b7bd04e4e9c5d97e5ad6ce)
-rw-r--r-- | src/osd/PG.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osd/PG.cc b/src/osd/PG.cc index 945ea637c6c..2c0a1ac6eab 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -1526,7 +1526,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); |