summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ceph-disk: use new get_dev_path helper for listSage Weil2013-07-241-4/+4
* ceph_rest_api.py: allow config section fallbackDan Mick2013-07-241-4/+7
* global/signal_handler: poll on the control pipe, tooSage Weil2013-07-241-0/+4
* Merge branch 'wip-cephtool-cleanup' into nextDan Mick2013-07-243-42/+30
|\
| * ceph.in: remove dead codeDan Mick2013-07-241-11/+0
| * MonCommands.h: osd pool delete "rw" perms, osd pool set no longer expDan Mick2013-07-241-3/+2
| * ceph.in/ceph_argparse.py: move find_cmd_target() to ceph_argparse.pyDan Mick2013-07-242-28/+28
* | mon/OSDMonitor: search for latest full osdmap if record version is missingSage Weil2013-07-241-0/+10
|/
* test: test_store_tool: global init before using LevelDBStoreJoao Eduardo Luis2013-07-241-4/+22
* mon: OSDMonitor: fix a bug introduced on 97462a32Joao Eduardo Luis2013-07-241-1/+1
* global/signal_handler: use poll(2) instead of select(2)Sage Weil2013-07-232-10/+39
* mon/MonmapMonitor: make 'mon remove ...' idempotentSage Weil2013-07-231-2/+2
* client: signal mds sessions with Contexts instead of CondsSage Weil2013-07-232-6/+6
* client: add Context*-based wait_on_list/signal_context_list helpersSage Weil2013-07-232-0/+21
* mon: add quorum_names to quorum_status command outputSage Weil2013-07-231-0/+8
* mon: PGMap dump shouldn't use strings containing '+' as tagsDan Mick2013-07-231-2/+6
* mon: "status" is missing a close_section for the overall outputDan Mick2013-07-231-0/+1
* mon: "osd stat" needs a flush now that osdmap.print_summary() doesn'tDan Mick2013-07-231-0/+2
* mon: "mds stat" must open/close section around dump_infoDan Mick2013-07-231-0/+2
* mon/OSDMonitor: fix base case for 7fb3804fb workaroundSage Weil2013-07-231-1/+2
* Merge remote-tracking branch 'gh/next' into nextSage Weil2013-07-232-12/+40
|\
| * mon: OSDMonitor: work around a full version bug introduced in 7fb3804fbJoao Eduardo Luis2013-07-231-0/+34
| * mon: OSDMonitor: get rid of encode_full() as we don't use it.Joao Eduardo Luis2013-07-232-12/+5
| * mon: OSDMonitor: update the osdmap's latest_full with the new full versionJoao Eduardo Luis2013-07-231-0/+1
* | Merge pull request #457 from ceph/wip-paxosSage Weil2013-07-224-15/+91
|\ \
| * | mon/Paxos: add failure injection pointsSage Weil2013-07-222-0/+21
| * | mon/Paxos: fix pn for uncommitted value during collect/last phaseSage Weil2013-07-221-2/+33
| * | mon/Paxos: debug ignored uncommitted valuesSage Weil2013-07-221-11/+17
| * | mon/Paxos: only learn uncommitted value if it is in the futureSage Weil2013-07-221-1/+3
| * | mon/Paxos: only share uncommitted value if it is nextSage Weil2013-07-221-1/+2
| * | mon/Paxos: accepted_pn_from has no semantic meaningSage Weil2013-07-221-2/+3
| * | ceph-monstore-tool: dump paxos transactionsSage Weil2013-07-222-1/+15
| |/
* | osd/ReplicatedPG: drop repop refs in ~SnapTrimmerSage Weil2013-07-222-0/+9
* | FileStore: disable fd cacher and wbthrottle during replaySamuel Just2013-07-222-3/+11
* | PGLog::merge_log, unidex() only works from tail, we index() below anywaySamuel Just2013-07-221-1/+0
* | PGLog::rewind_divergent_log: unindex only works from tail, index() insteadSamuel Just2013-07-221-1/+1
* | src/test/osd/TestPGLog.cc: check that the object remains in log.objectsSamuel Just2013-07-221-3/+8
* | rgw: swift, in create bucket set location_constraintsYehuda Sadeh2013-07-221-0/+2
* | rgw: translate swift request to s3 when forwardingYehuda Sadeh2013-07-227-5/+24
* | Merge remote-tracking branch 'gh/wip-5624-b' into nextSage Weil2013-07-227-29/+42
|\ \
| * | mon, mds, osd: add early SIGTERM injectionSage Weil2013-07-204-0/+11
| * | mds: put g_ceph_context on shutdownSage Weil2013-07-201-2/+3
| * | mon: shutdown: remove sessions under mon->lockSage Weil2013-07-201-2/+2
| * | mds: reorder suicide/shutdown a bitSage Weil2013-07-201-4/+3
| * | mds: install signal handlers after initSage Weil2013-07-201-9/+10
| * | mon: install signal handlers after initSage Weil2013-07-201-4/+4
| * | osd: do not assume we have an osdmap in prepare_to_stopSage Weil2013-07-201-3/+4
| * | osd: install async signal handlers after init()Sage Weil2013-07-201-6/+6
* | | Merge pull request #458 from ceph/wip-5693Gregory Farnum2013-07-229-17/+105
|\ \ \
| * | | rgw: add some commentsYehuda Sadeh2013-07-222-0/+6