summaryrefslogtreecommitdiff
path: root/src/mon/Monitor.cc
Commit message (Expand)AuthorAgeFilesLines
* cleanup: changed order of #includes, global_context.h, debug.hwip-doutRoald J. van Loon2012-12-241-30/+16
* cleanup: debug.h/dout.h and global_ceph_context changesRoald J. van Loon2012-12-221-0/+2
* Merge branch 'testing' into nextSage Weil2012-12-081-4/+4
|\
| * auth: changed order of test for legacy and new authenticationPeter Reiher2012-12-071-4/+4
* | mon: Monitor: rework 'paxos' to a list instead of a vectorJoao Eduardo Luis2012-12-071-19/+21
* | Merge branch 'next'Sage Weil2012-11-291-9/+16
|\ \ | |/
| * Merge remote-tracking branch 'gh/wip-mon-osd-create-fix' into nextSage Weil2012-11-291-0/+5
| |\
| | * mon: Monitor: don't allow '+' or '-' prefixed values on parse_pos_long()Joao Eduardo Luis2012-11-291-0/+5
| * | mon: convert store users with unchecked return codes to just assert on issuesGreg Farnum2012-11-281-4/+4
| * | mon: add new get_bl_[sn|ss]_safe functionsGreg Farnum2012-11-281-5/+7
| |/
* | mon/Monitor.cc: remove twice included osd/OSDMap.hDanny Al-Gaaf2012-11-281-2/+0
|/
* mon: Monitor: use existing strict_strtol() on parse_pos_long()Joao Eduardo Luis2012-11-271-6/+6
* mon: Monitor: wake up contexts based on paxos machine's stateJoao Eduardo Luis2012-11-231-4/+16
* mon: drop con->session reference in remove_session()Sage Weil2012-11-181-3/+1
* mon: sessions get cleaned up before dtorSage Weil2012-11-181-13/+1
* mon: Monitor: make MSG_MON_PAXOS case a bit more consistentJoao Eduardo Luis2012-11-181-3/+2
* mon: Monitor: finish contexts on shutdownJoao Eduardo Luis2012-11-181-0/+4
* mon: Monitor: drop election messages if entity doesn't have enough capsJoao Eduardo Luis2012-11-181-0/+2
* mon: remove all sessions on shutdownSage Weil2012-11-181-0/+8
* Merge branch 'next'Sage Weil2012-10-311-0/+1
|\
| * mon: fix leading error string from 'ceph report'Sage Weil2012-10-261-0/+1
* | mon: separate pre- and post-fork initSage Weil2012-10-301-6/+15
* | Merge branch 'wip-msgauth4'Peter Reiher2012-10-261-3/+5
|\ \
| * \ Merge remote-tracking branch 'gh/wip-msgauth4'Sage Weil2012-10-151-3/+5
| |\ \ | | |/ | |/|
| | * Compatibility code for session authentication; mostly passing keys around to ...Peter Reiher2012-10-011-3/+5
* | | mon: pass by refSage Weil2012-10-211-1/+1
* | | mon: Monitor: unlock before returningJoao Eduardo Luis2012-10-171-1/+4
* | | mon: Monitor: fix potential null-pointer dereferenceJoao Eduardo Luis2012-10-171-2/+4
|/ /
* | mon: Monitor: resolve keyring option to a file before loading keyringJoao Eduardo Luis2012-10-091-1/+7
|/
* mon: fix recovered_peon assertSage Weil2012-09-301-1/+6
* mon: debug recovered_{peon,leader}Sage Weil2012-09-301-0/+2
* Merge remote-tracking branch 'gh/wip-mon-gv'Sage Weil2012-09-261-31/+172
|\
| * mon: include auth mon's paxos version on latest gv calculationJoao Eduardo Luis2012-09-251-0/+1
| * mon: clean up recovered_leader() checksSage Weil2012-09-191-4/+2
| * mon: require MON_GV protocol featureSage Weil2012-09-191-1/+14
| * mon: move setting of ondisk GV feature into helperSage Weil2012-09-191-6/+9
| * mon: do not issue global versions if quorum does not support the featureSage Weil2012-09-191-0/+9
| * mon: set new incompat GV feature when paxos stabilizes for the first timeSage Weil2012-09-191-0/+17
| * mon: share quorum features on election victorySage Weil2012-09-121-4/+4
| * mon: refactor monitor feature checksSage Weil2012-09-121-30/+40
| * mon: move feature read/write into helpersSage Weil2012-09-121-15/+24
| * mon: move start-up feature check into static helperSage Weil2012-09-121-0/+29
| * mon: track when peon paxos machines activateSage Weil2012-09-121-0/+10
| * mon: fix paxos completionsSage Weil2012-09-121-5/+13
| * mon: share global version with proposal, collect, commits, slurp, etc.Sage Weil2012-09-121-1/+2
| * mon: provide global paxos version helpersSage Weil2012-09-121-0/+21
| * mon: allow all paxos instances to recover before going writeableSage Weil2012-09-121-0/+12
* | mon: tolerate no session on no_reply()Sage Weil2012-09-211-1/+4
* | mon: send 'null' reply to requests we won't reply toSage Weil2012-09-181-7/+33
|/
* mon: fail on trailing characters after parsing numbersSage Weil2012-09-111-1/+1