From: Sage Weil Date: Fri, 13 Dec 2013 02:13:58 +0000 (-0800) Subject: osd/ReplicatedPG: do not update current_last_update on activate X-Git-Tag: v0.75~98^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b6871cf8bf809e5535a596e8e2969f0bea106ed7;p=ceph.git osd/ReplicatedPG: do not update current_last_update on activate Don't update this when we apply the log to our in-memory hitset! We should only update this when we persist something to disk. Signed-off-by: Sage Weil --- diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc index 05dec0b229d..fb10743c082 100644 --- a/src/osd/ReplicatedPG.cc +++ b/src/osd/ReplicatedPG.cc @@ -8566,7 +8566,6 @@ bool ReplicatedPG::hit_set_apply_log() ++p; } - info.hit_set.current_last_update = to; return true; }