summaryrefslogtreecommitdiffstats
path: root/src/mon/Monitor.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3221 from ceph/wip-9440Sage Weil2015-01-191-1/+54
|\
| * mon: Monitor: health to clog writes every X seconds on the secondJoao Eduardo Luis2015-01-151-11/+26
| * mon: Monitor: cache 'summary' string to avoid dups on clogJoao Eduardo Luis2015-01-151-0/+3
| * mon: Monitor: reset health status cache on _reset()Joao Eduardo Luis2015-01-151-0/+10
| * mon: Monitor: write health status to clog every X secondsJoao Eduardo Luis2015-01-151-0/+16
| * mon: Monitor: 'get_health()' returns overall health statusJoao Eduardo Luis2015-01-151-1/+3
| * mon: Monitor: health summary to clog on get_health()Joao Eduardo Luis2015-01-151-0/+7
* | Merge pull request #3090 from ceph/wip-mon-fixesJoão Eduardo Luís2015-01-161-1/+2
|\ \
| * | mon: Monitor: return 'required_features' on get_required_features()Joao Eduardo Luis2015-01-161-1/+1
| * | mon: mkfs compatset may be different from runtime compatsetJoao Eduardo Luis2015-01-161-0/+1
| |/
* / mon: Monitor: drop StoreConverter codeJoao Eduardo Luis2015-01-151-77/+0
|/
* mon: Monitor: use session's entity name for audit logJoao Eduardo Luis2014-11-171-6/+1
* move Monitor::update_log_client to LogChannel::update_configSage Weil2014-11-051-5/+0
* move get_conf_str_map_helper to str_map.h (from Monitor.h)Sage Weil2014-11-051-43/+0
* Merge pull request #2586 from ceph/wip-mon-statusSage Weil2014-10-081-1/+1
|\
| * mon: put 'ceph status' health items on separate linesSage Weil2014-10-011-1/+1
* | Merge pull request #2655 from ceph/wip-9635João Eduardo Luís2014-10-071-0/+1
|\ \
| * | mon: wait for paxos writes before touching stateSage Weil2014-10-011-0/+1
| |/
* / mon: obsolete osdmonitor_prepare_commandLoic Dachary2014-10-031-1/+0
|/
* Merge pull request #2551 from dachary/wip-9343-erasure-code-featureLoic Dachary2014-09-231-0/+1
|\
| * erasure-code: isa/lrc plugin featureLoic Dachary2014-09-231-0/+1
* | mon: Monitor.h: add 'requires_perm()' function to MonCommand structJoao Eduardo Luis2014-09-221-0/+4
|/
* Merge remote-tracking branch 'gh/wip-7988'Sage Weil2014-08-301-4/+79
|\
| * mon: Monitor: propagate return for functions called for admin socketJoao Eduardo Luis2014-08-271-2/+2
| * mon: Monitor: log every administrative action in an 'audit log'Joao Eduardo Luis2014-08-271-2/+77
* | mon: interact with MonitorDBStore::Transactions by shared_ptr RefSage Weil2014-08-271-9/+9
|/
* Merge remote-tracking branch 'gh/next'Sage Weil2014-08-271-4/+4
|\
| * mon: make dispatch(), _ms_dispatch() voidSage Weil2014-08-211-4/+4
* | mon: add a cluster fingerprintSage Weil2014-08-211-0/+3
|/
* mon: warn about misplaced objects, just like degradedSage Weil2014-08-161-0/+1
* mon: remove *_kb perf countersSage Weil2014-08-061-3/+0
* mon/PGMonitor: add _bytes perf countersSage Weil2014-08-061-0/+3
* Merge branch 'wip-mon-sanity-checks'Sage Weil2014-06-251-1/+8
|\
| * mon: Monitor: observe conf changes and report on unsage option valuesJoao Eduardo Luis2014-06-241-1/+7
| * mon: Monitor: sanitize options at startJoao Eduardo Luis2014-06-241-0/+1
* | mon: gather perf stats on electionsSage Weil2014-06-081-0/+4
* | mon: gather perf stats on session adds, removes, countsSage Weil2014-06-081-0/+9
|/
* Removed extra semicolonsDaniel J. Hofmann2014-05-091-1/+1
* mon: move required_features back into MonitorSage Weil2014-04-101-1/+7
* mon: Monitor: s/_mon_status()/get_mon_status()/Joao Eduardo Luis2014-03-241-1/+1
* mon: Monitor: s/get_status()/get_cluster_status()/Joao Eduardo Luis2014-03-241-1/+1
* mon: make quorum list (by name) be in quorum orderSage Weil2014-03-051-3/+3
* Monitor: pass function parameter by referenceDanny Al-Gaaf2014-02-191-1/+1
* mon: add osdmonitor_prepare_command to the admin socketLoic Dachary2014-02-131-0/+1
* Monitor: add a function to get the required quorum features from the local co...Greg Farnum2014-01-241-0/+1
* Monitor: introduce a function that translates quorum features into disk featuresGreg Farnum2014-01-241-0/+4
* Monitor: use a single static accessor for getting CompatSet features off diskGreg Farnum2014-01-241-0/+2
* libc++: use ceph:: namespaced data typesNoah Watkins2014-01-181-1/+1
* mon: do not use the keyring if auth = noneLoic Dachary2014-01-011-0/+1
* mon: fix forwarded request features when requests are resentSage Weil2013-12-231-0/+2