]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
PG::issue_repop: only adjust peer_info last_updates if not temp 1469/head
authorSamuel Just <sam.just@inktank.com>
Fri, 14 Mar 2014 21:48:31 +0000 (14:48 -0700)
committerSamuel Just <sam.just@inktank.com>
Fri, 14 Mar 2014 21:48:33 +0000 (14:48 -0700)
commitbbc0d6dd2cbd24c75a782df806fa20c9ab054a28
tree96914729b0fd57369e84d59a159bf4caf2c65a85
parent35f1b042aa6d0a9dc3ce6b27ebd945cff8c2b532
PG::issue_repop: only adjust peer_info last_updates if not temp

Temp object repops have version eversion_t() since they don't
actually send log entries.  Updating the last_updates here
caused the peer info last_updates to be incorrect until the
next non-temp repop.

Fixes: #7718
Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/ReplicatedPG.cc