]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: remove unnecessary update_from_paxos calls
authorSage Weil <sage@inktank.com>
Sun, 2 Jun 2013 23:10:57 +0000 (16:10 -0700)
committerSage Weil <sage@inktank.com>
Wed, 19 Jun 2013 18:27:03 +0000 (11:27 -0700)
commit03014a4ecc06cde420fad0c6c2a0177ebd7b839d
tree21f4ad840fe6c43f0abcc6068b87df483a2d683e
parentcc339c07312006e65854207523f50542d00ecf87
mon: remove unnecessary update_from_paxos calls

The refresh() will do this when the state changes; no need to
opportunistically call this method all of the time.

Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/AuthMonitor.cc
src/mon/LogMonitor.cc
src/mon/MDSMonitor.cc
src/mon/MonmapMonitor.cc
src/mon/OSDMonitor.cc
src/mon/PGMonitor.cc