summaryrefslogtreecommitdiff
path: root/src/mon/Monitor.cc
Commit message (Expand)AuthorAgeFilesLines
* mon: convenience function to convert commands to jsonLoic Dachary2013-09-231-23/+23
* mon: discover mon addrs, names during election state tooSage Weil2013-08-281-1/+14
* mon: Monitor: remove lingering debug message from f087d84bJoao Eduardo Luis2013-08-221-1/+0
* Merge remote-tracking branch 'gh/next'Sage Weil2013-08-151-8/+2
|\
| * mon: use str_join instead of std::copySage Weil2013-08-151-8/+2
* | mon: status: client io, recovery io prefixesSage Weil2013-08-141-4/+4
* | mon: status: only include mdsmap if epoch > 1Sage Weil2013-08-131-1/+2
* | mon: move mdsmap upSage Weil2013-08-131-1/+1
* | mon: make pg info in 'status' more informative and visually parseableSage Weil2013-08-131-1/+1
* | mon: expand osd summary (flags on separate line)Sage Weil2013-08-131-1/+1
|/
* Merge remote-tracking branch 'gh/wip-5648-c'Sage Weil2013-08-091-97/+50
|\
| * mon: drop old _allowed_command()Sage Weil2013-08-061-41/+0
| * mon: services: no longer needed to enforce caps on a per-service basisJoao Eduardo Luis2013-08-061-0/+1
| * mon: Monitor: purge old permission checking format on handle_command()Joao Eduardo Luis2013-08-061-57/+0
| * mon: Monitor: check caps considering command's requirementsJoao Eduardo Luis2013-08-061-0/+50
* | mon, osd: Clean up "flush(stringstream)" continuedDan Mick2013-08-061-1/+1
* | mon, osd: Clean up "flush(stringstream); bl.append(stringstream.str())Dan Mick2013-08-061-3/+2
|/
* Make all AdminSocket commands use argparse/cmdmap.Dan Mick2013-07-301-11/+26
* mon: allow others to sync from us across bootstrap callsSage Weil2013-07-291-7/+11
* mon: drop useless sync_reset() callsSage Weil2013-07-291-3/+0
* mon: fix xml element nameSage Weil2013-07-291-1/+1
* AdminSocket users: use generic formattingDan Mick2013-07-251-6/+5
* mon: translate caps=[k1,v1,k2,v2] into [caps_k1=v1, caps_k2=v2]Sage Weil2013-07-251-2/+14
* mon/Monitor.cc: init scrub_version with 0 in constructorDanny Al-Gaaf2013-07-241-0/+1
* mon: add quorum_names to quorum_status command outputSage Weil2013-07-231-0/+8
* mon: "status" is missing a close_section for the overall outputDan Mick2013-07-231-0/+1
* Merge remote-tracking branch 'gh/wip-5624-b' into nextSage Weil2013-07-221-2/+2
|\
| * mon: shutdown: remove sessions under mon->lockSage Weil2013-07-201-2/+2
* | mon/MonCap: simplify rwx match logicSage Weil2013-07-191-1/+4
* | mon: fix command caps checkSage Weil2013-07-191-1/+1
|/
* mon: mark_down session by con, not addrSage Weil2013-07-181-5/+5
* mon: break con <-> session ref cycle in mon even if shutting downSage Weil2013-07-181-3/+6
* mon: fix off-by-one in check for when sync falls behindSage Weil2013-07-181-1/+1
* mon: Monitor: StoreConverter: clearer debug message on 'needs_conversion()'Joao Eduardo Luis2013-07-161-1/+1
* mon: Monitor: do not reopen MonitorDBStore during conversionJoao Eduardo Luis2013-07-161-1/+0
* mon: make report pure jsonSage Weil2013-07-151-8/+3
* Merge remote-tracking branch 'gh/wip-mon-report' into nextSage Weil2013-07-151-0/+3
|\
| * mon: include some (basic) auth info in reportSage Weil2013-07-141-0/+1
| * mon: include paxos info in reportSage Weil2013-07-141-0/+2
* | mon: set forwarded message recv stampSage Weil2013-07-151-0/+3
* | mon: drop win_election() _reset() kludge and strengthen assertionsSage Weil2013-07-151-8/+3
* | mon: set peon state to electing if other mons call an electionSage Weil2013-07-151-9/+19
* | mon: once sync full is chosen, make sure we don't change our mindSage Weil2013-07-151-0/+5
|/
* mon: structure 'ceph status' json outputSage Weil2013-07-121-7/+22
* mon: fix copy/paste errorSage Weil2013-07-121-1/+1
* mon: clean up check_fsid() a bitSage Weil2013-07-121-9/+10
* mon: stash latest state when flagging force_syncSage Weil2013-07-121-0/+1
* mon: factor out stashing latest monmapSage Weil2013-07-121-9/+14
* mon: fix sync_start docSage Weil2013-07-121-8/+0
* mon: fix off-by-one: no need to reapply previous last_committed after syncSage Weil2013-07-121-1/+1