summaryrefslogtreecommitdiff
path: root/src/mon/MonmapMonitor.cc
Commit message (Expand)AuthorAgeFilesLines
* cleanup: changed order of #includes, global_context.h, debug.hwip-doutRoald J. van Loon2012-12-241-13/+15
* cleanup: debug.h/dout.h and global_ceph_context changesRoald J. van Loon2012-12-221-0/+2
* mon: fix compiler warningSage Weil2012-11-281-1/+1
* mon: do not crash on invalid 'mon tell N ...' targetSage Weil2012-11-271-1/+6
* mon: fix int parsing in monmonSage Weil2012-08-241-14/+21
* mon: implement 'ceph report <tag ...>' commandSage Weil2012-08-211-0/+11
* mon: MonmapMonitor: Use default port when the specified on 'add' is zeroJoao Eduardo Luis2012-06-271-0/+8
* mon: encoding new monmap using quorum feature setSage Weil2012-06-211-1/+1
* make everyone use our assert #include and macroSage Weil2012-06-061-0/+1
* mon: restrict mon 'join' message/commandSage Weil2012-05-221-0/+9
* mon: apply 'r' and 'w' caps to mon and pg commandsSage Weil2012-05-221-0/+19
* mon: allow mons to rename themselves with the join messageSage Weil2012-05-211-1/+3
* mon: show quorum names in health warningSage Weil2012-05-181-1/+1
* mon: add -or- update blank mon addr with join commandSage Weil2012-05-181-2/+4
* mon: include quorum member names in 'mon stat'Sage Weil2012-05-181-1/+2
* mon: use current monmap for initial quorumSage Weil2012-05-181-5/+2
* mon: clean up "joined" flagSage Weil2012-05-181-6/+13
* Merge remote-tracking branch 'gh/wip-mon-refactor'Sage Weil2012-05-181-0/+6
|\
| * mon: only log map state changes from primarySage Weil2012-05-171-1/+2
| * mon: aesthetic changes to map change log entriesSage Weil2012-05-171-1/+1
| * mon: Add publish/subscribe capabilities to the log monitor and status cmd.Joao Eduardo Luis2012-05-171-0/+5
* | features: explicitly use CEPH_FEATURES_ALL instead of -1Sage Weil2012-05-161-2/+2
* | monmap: use feature bits and single encode() methodSage Weil2012-05-141-2/+2
|/
* log: new logging infrastructureSage Weil2012-03-271-1/+1
* mon: assign severity to each health summary/detail itemSage Weil2012-03-061-8/+4
* mon: refactor health, include optional detailSage Weil2012-03-061-1/+15
* mon: make PaxosService::update_from_paxos return void.Greg Farnum2012-02-071-3/+2
* mon: handle rank change in bootstrapSage Weil2011-11-221-11/+0
* mon: simplify suicide when removed from mapSage Weil2011-11-221-7/+4
* paxosservice: remove unused committed() callbackSage Weil2011-11-191-5/+0
* mon: renamed get_latest* -> get_stashed*Sage Weil2011-11-161-4/+4
* mon: fix seed monmap removalSage Weil2011-11-111-2/+3
* mon: allow monitor to automagically join clusterSage Weil2011-11-111-0/+31
* mon: only re bootstrap if monmap actually changesSage Weil2011-11-111-1/+4
* mon: properly process monmaps even when i have the latestSage Weil2011-11-111-2/+4
* mon: fix up update_from_paxos() methodsSage Weil2011-11-111-1/+1
* mon: clean up mkfs seed dataSage Weil2011-11-111-12/+26
* mon: stage mkfs seed info in mkfs/ dirSage Weil2011-11-111-1/+3
* mon: revamp monitor statesSage Weil2011-11-071-2/+2
* mon: rename election_starting -> restartSage Weil2011-11-071-7/+2
* monN -> mon.NSage Weil2011-09-271-1/+1
* Some fixes to double-dash support, fix warningColin Patrick McCabe2011-08-231-1/+3
* mon: 'ceph mon dump [--format=json]'Sage Weil2011-07-281-0/+65
* mon: simplify 'mon tell ...'Sage Weil2011-07-241-0/+26
* mon: rip out injectargs command(s)Sage Weil2011-07-231-17/+0
* Convert g_ceph_context to a pointer.Colin Patrick McCabe2011-06-211-3/+3
* g_clock.now -> ceph_clock_nowColin Patrick McCabe2011-06-201-3/+3
* Create de-globalized versions of the dout macroColin Patrick McCabe2011-06-201-2/+2
* mon: health WARN if monitor quorum is incompleteSage Weil2011-05-161-0/+13
* mon: generalize health check a bitSage Weil2011-04-231-22/+0