summaryrefslogtreecommitdiff
path: root/src/mon/LogMonitor.cc
Commit message (Expand)AuthorAgeFilesLines
* cleanup: changed order of #includes, global_context.h, debug.hwip-doutRoald J. van Loon2012-12-241-11/+11
* cleanup: debug.h/dout.h and global_ceph_context changesRoald J. van Loon2012-12-221-0/+2
* mon: LogMonitor: check return value when writing to fileJoao Eduardo Luis2012-10-171-1/+5
* mon: do not tick() until all paxos instances recoverSage Weil2012-10-031-1/+2
* mon: simplify logmonitor check_subs; less noiseSage Weil2012-07-101-24/+24
* mon: gracefully handle slow 'ceph -w' clientsSage Weil2012-06-181-21/+24
* make everyone use our assert #include and macroSage Weil2012-06-061-0/+1
* mon: put cluster log at /var/log/ceph/$cluster.log and/or send to syslogSage Weil2012-06-061-35/+21
* mon: limit size of each logm paxos eventSage Weil2012-06-051-0/+10
* mon: fix the priority filter.Joao Eduardo Luis2012-05-181-2/+2
* mon: Add publish/subscribe capabilities to the log monitor and status cmd.Joao Eduardo Luis2012-05-171-2/+159
* mon: drop obsolete osd/PG.h #includesSage Weil2012-04-291-1/+0
* log: new logging infrastructureSage Weil2012-03-271-1/+1
* mon: make PaxosService::update_from_paxos return void.Greg Farnum2012-02-071-4/+2
* paxosservice: remove unused committed() callbackSage Weil2011-11-191-5/+0
* mon: renamed get_latest* -> get_stashed*Sage Weil2011-11-161-2/+2
* mon: always load stashed version when version doesn't matchSage Weil2011-11-161-7/+4
* use libuuid for fsidSage Weil2011-11-111-1/+1
* mon: fix up update_from_paxos() methodsSage Weil2011-11-111-2/+3
* mon: stage mkfs seed info in mkfs/ dirSage Weil2011-11-111-1/+1
* mon: revamp monitor statesSage Weil2011-11-071-2/+2
* mon: make number of old paxos states configurableSage Weil2011-10-141-1/+1
* Merge branch 'next'Sage Weil2011-06-221-1/+1
|\
| * mon: fix log state trimmingSage Weil2011-06-211-1/+1
* | Convert g_ceph_context to a pointer.Colin Patrick McCabe2011-06-211-1/+1
* | g_clock.now -> ceph_clock_nowColin Patrick McCabe2011-06-201-1/+1
* | Create de-globalized versions of the dout macroColin Patrick McCabe2011-06-201-2/+2
|/
* mon: log mkfs as INFO with fsSage Weil2011-05-191-2/+4
* Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-1/+1
* logging: eliminate dbeginlColin Patrick McCabe2010-12-071-2/+1
* logging: better syntax for LogClientColin Patrick McCabe2010-12-061-6/+6
* Merge branch 'unstable' into mon-removeSage Weil2010-07-291-0/+6
|\
| * mon: fix signed/unsigned compile warningSage Weil2010-07-291-1/+1
| * mon: trim old logm statesSage Weil2010-07-291-0/+6
* | mon: rename whoami rank, simplify rank change logicSage Weil2010-06-081-1/+1
|/
* mon: m->get_session() may return null if session has closedSage Weil2010-04-291-6/+14
* msg: fix uses of PaxosServiceMessage destructor to use put()Greg Farnum2010-03-311-2/+2
* msg: fix uses of MLog destructor to use put()Greg Farnum2010-03-311-2/+2
* mon: Fix all uses of Session and get_caps.Greg Farnum2010-03-251-2/+2
* mon: MSG_LOG uses an in-handler cap check instead of a macroGreg Farnum2010-03-231-0/+6
* mon: add struct encoding v to ease future revisionsSage Weil2010-01-251-0/+4
* mon: kill some dead codeSage Weil2009-10-121-82/+0
* mon: new, improved monitor request/reply routingSage Weil2009-10-091-4/+4
* mon: remove old asserts conflicting with new readable semanticsSage Weil2009-06-251-1/+0
* mon/objecter: The monitors and Objecter now use the version in messages.Greg Farnum2009-06-251-2/+2
* mon/msg: PThey mostly hold version_t's now. Unused, though.Greg Farnum2009-06-241-2/+2
* mon: don't dup entires in log.errSage Weil2009-06-091-2/+0
* mon: order log entries as they're committedSage Weil2009-04-281-4/+7
* mon: avoid duplicate log entriesSage Weil2009-04-221-14/+42
* mon: use separate message type for log ackSage Weil2009-03-271-1/+2