]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: Monitor: health to clog writes every X seconds on the second 3221/head
authorJoao Eduardo Luis <joao@redhat.com>
Tue, 6 Jan 2015 17:31:41 +0000 (17:31 +0000)
committerJoao Eduardo Luis <joao@redhat.com>
Thu, 15 Jan 2015 14:58:36 +0000 (14:58 +0000)
commit447d46991c9bff497f3ced7cb483d25b8c9ec35e
tree73aed818af88986e9600a683eb76b80d1c8f31b2
parentae1032e2f0e6cd1bf5fc02c28f2b588242271a28
mon: Monitor: health to clog writes every X seconds on the second

3600 will mean every hour, on the hour; 60 will mean every minute, on
the minute.  This will allow the monitors to spit out the info at
regular intervals, regardless the time at which they formed quorum or
which monitor is now the leader.

Signed-off-by: Joao Eduardo Luis <joao@redhat.com>
src/common/config_opts.h
src/mon/Monitor.cc
src/mon/Monitor.h