| Commit message (Expand) | Author | Age | Files | Lines |
* | mon: convenience function to convert commands to json | Loic Dachary | 2013-09-23 | 1 | -23/+23 |
* | mon: discover mon addrs, names during election state too | Sage Weil | 2013-08-28 | 1 | -1/+14 |
* | mon: Monitor: remove lingering debug message from f087d84b | Joao Eduardo Luis | 2013-08-22 | 1 | -1/+0 |
* | Merge remote-tracking branch 'gh/next' | Sage Weil | 2013-08-15 | 1 | -8/+2 |
|\ |
|
| * | mon: use str_join instead of std::copy | Sage Weil | 2013-08-15 | 1 | -8/+2 |
* | | mon: status: client io, recovery io prefixes | Sage Weil | 2013-08-14 | 1 | -4/+4 |
* | | mon: status: only include mdsmap if epoch > 1 | Sage Weil | 2013-08-13 | 1 | -1/+2 |
* | | mon: move mdsmap up | Sage Weil | 2013-08-13 | 1 | -1/+1 |
* | | mon: make pg info in 'status' more informative and visually parseable | Sage Weil | 2013-08-13 | 1 | -1/+1 |
* | | mon: expand osd summary (flags on separate line) | Sage Weil | 2013-08-13 | 1 | -1/+1 |
|/ |
|
* | Merge remote-tracking branch 'gh/wip-5648-c' | Sage Weil | 2013-08-09 | 1 | -97/+50 |
|\ |
|
| * | mon: drop old _allowed_command() | Sage Weil | 2013-08-06 | 1 | -41/+0 |
| * | mon: services: no longer needed to enforce caps on a per-service basis | Joao Eduardo Luis | 2013-08-06 | 1 | -0/+1 |
| * | mon: Monitor: purge old permission checking format on handle_command() | Joao Eduardo Luis | 2013-08-06 | 1 | -57/+0 |
| * | mon: Monitor: check caps considering command's requirements | Joao Eduardo Luis | 2013-08-06 | 1 | -0/+50 |
* | | mon, osd: Clean up "flush(stringstream)" continued | Dan Mick | 2013-08-06 | 1 | -1/+1 |
* | | mon, osd: Clean up "flush(stringstream); bl.append(stringstream.str()) | Dan Mick | 2013-08-06 | 1 | -3/+2 |
|/ |
|
* | Make all AdminSocket commands use argparse/cmdmap. | Dan Mick | 2013-07-30 | 1 | -11/+26 |
* | mon: allow others to sync from us across bootstrap calls | Sage Weil | 2013-07-29 | 1 | -7/+11 |
* | mon: drop useless sync_reset() calls | Sage Weil | 2013-07-29 | 1 | -3/+0 |
* | mon: fix xml element name | Sage Weil | 2013-07-29 | 1 | -1/+1 |
* | AdminSocket users: use generic formatting | Dan Mick | 2013-07-25 | 1 | -6/+5 |
* | mon: translate caps=[k1,v1,k2,v2] into [caps_k1=v1, caps_k2=v2] | Sage Weil | 2013-07-25 | 1 | -2/+14 |
* | mon/Monitor.cc: init scrub_version with 0 in constructor | Danny Al-Gaaf | 2013-07-24 | 1 | -0/+1 |
* | mon: add quorum_names to quorum_status command output | Sage Weil | 2013-07-23 | 1 | -0/+8 |
* | mon: "status" is missing a close_section for the overall output | Dan Mick | 2013-07-23 | 1 | -0/+1 |
* | Merge remote-tracking branch 'gh/wip-5624-b' into next | Sage Weil | 2013-07-22 | 1 | -2/+2 |
|\ |
|
| * | mon: shutdown: remove sessions under mon->lock | Sage Weil | 2013-07-20 | 1 | -2/+2 |
* | | mon/MonCap: simplify rwx match logic | Sage Weil | 2013-07-19 | 1 | -1/+4 |
* | | mon: fix command caps check | Sage Weil | 2013-07-19 | 1 | -1/+1 |
|/ |
|
* | mon: mark_down session by con, not addr | Sage Weil | 2013-07-18 | 1 | -5/+5 |
* | mon: break con <-> session ref cycle in mon even if shutting down | Sage Weil | 2013-07-18 | 1 | -3/+6 |
* | mon: fix off-by-one in check for when sync falls behind | Sage Weil | 2013-07-18 | 1 | -1/+1 |
* | mon: Monitor: StoreConverter: clearer debug message on 'needs_conversion()' | Joao Eduardo Luis | 2013-07-16 | 1 | -1/+1 |
* | mon: Monitor: do not reopen MonitorDBStore during conversion | Joao Eduardo Luis | 2013-07-16 | 1 | -1/+0 |
* | mon: make report pure json | Sage Weil | 2013-07-15 | 1 | -8/+3 |
* | Merge remote-tracking branch 'gh/wip-mon-report' into next | Sage Weil | 2013-07-15 | 1 | -0/+3 |
|\ |
|
| * | mon: include some (basic) auth info in report | Sage Weil | 2013-07-14 | 1 | -0/+1 |
| * | mon: include paxos info in report | Sage Weil | 2013-07-14 | 1 | -0/+2 |
* | | mon: set forwarded message recv stamp | Sage Weil | 2013-07-15 | 1 | -0/+3 |
* | | mon: drop win_election() _reset() kludge and strengthen assertions | Sage Weil | 2013-07-15 | 1 | -8/+3 |
* | | mon: set peon state to electing if other mons call an election | Sage Weil | 2013-07-15 | 1 | -9/+19 |
* | | mon: once sync full is chosen, make sure we don't change our mind | Sage Weil | 2013-07-15 | 1 | -0/+5 |
|/ |
|
* | mon: structure 'ceph status' json output | Sage Weil | 2013-07-12 | 1 | -7/+22 |
* | mon: fix copy/paste error | Sage Weil | 2013-07-12 | 1 | -1/+1 |
* | mon: clean up check_fsid() a bit | Sage Weil | 2013-07-12 | 1 | -9/+10 |
* | mon: stash latest state when flagging force_sync | Sage Weil | 2013-07-12 | 1 | -0/+1 |
* | mon: factor out stashing latest monmap | Sage Weil | 2013-07-12 | 1 | -9/+14 |
* | mon: fix sync_start doc | Sage Weil | 2013-07-12 | 1 | -8/+0 |
* | mon: fix off-by-one: no need to reapply previous last_committed after sync | Sage Weil | 2013-07-12 | 1 | -1/+1 |