summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ceph-disk: do not mount -o ''wip-ceph-diskSage Weil2013-08-091-19/+10
* ceph-disk: fix mount options passed to move_mountSage Weil2013-08-091-0/+6
* config_opts.h: reduce osd_recovery_max_active and osd_recovery_max_single_startSamuel Just2013-08-091-2/+2
* ceph: retry new-style mon command if we get EINVAL from the old-style commandSage Weil2013-08-091-15/+23
* common: pick_addresses: fix bug with observer class that triggered #5205Joao Eduardo Luis2013-08-091-7/+6
* rgw: return 423 Locked response when failing to lock objectYehuda Sadeh2013-08-094-0/+8
* rgw: make RGWHTTPClient callback methods pure virtualYehuda Sadeh2013-08-092-3/+22
* rgw: rename read_header() to receive_header() where neededYehuda Sadeh2013-08-091-2/+2
* rgw: rename data receive callbacks in swift token revocationYehuda Sadeh2013-08-091-2/+2
* RadosClient: shutdown monclient after dropping lockSamuel Just2013-08-081-1/+1
* buffer: change #include orderSage Weil2013-08-081-1/+2
* make sure we are using the mount optionsAlfredo Deza2013-08-081-0/+4
* Merge pull request #487 from ceph/wip-5746Sage Weil2013-08-081-3/+8
|\
| * ceph.in: Re-enable ceph interactive mode (missing its output).Dan Mick2013-08-081-3/+8
* | Merge pull request #488 from dmick/wip-dmick-daemon-einvalSage Weil2013-08-081-2/+4
|\ \
| * | ceph.in: return EINVAL on daemon command errorDan Mick2013-08-081-2/+4
|/ /
* | mon: fix 'osd crush rule rm ...' dup argSage Weil2013-08-081-2/+1
* | qa/workunits/cephtool/test.sh: test set/unset of all osd flagsSage Weil2013-08-071-0/+8
* | mon/MonCommands: fix typo nobackfile -> nobackfillSage Weil2013-08-071-2/+2
* | Add back the mistakenly removed "ceph osd set noscrub/nodeep-scrub"Dan Mick2013-08-072-2/+10
* | Merge branch 'wip-recovery-op-warn' into nextSamuel Just2013-08-069-50/+100
|\ \
| * | OSD: suspend timeout on process_peering_events pg lockSamuel Just2013-08-061-1/+1
| * | OSD: only start osd_recovery_max_single_start at onceSamuel Just2013-08-062-2/+4
| * | ReplicatedPG: ping tphandle between pushesSamuel Just2013-08-062-7/+11
| * | ReplicatedPG: ping TPHandle during scan_rangeSamuel Just2013-08-066-22/+56
| * | OSD: also suspend timeout while grabbing recovery_tp lockSamuel Just2013-08-062-5/+5
| * | OpRequest: don't warn as quickly for slow recovery opsSamuel Just2013-08-063-13/+23
* | | Merge pull request #476 from dalgaaf/wip-CID-1058791Yehuda Sadeh2013-08-061-1/+1
|\ \ \ | |/ / |/| |
| * | rgw_rados.cc: fix invalid iterator comparisonDanny Al-Gaaf2013-08-011-1/+1
* | | mon, osd: Clean up "flush(stringstream)" continuedDan Mick2013-08-063-7/+7
* | | mon, osd: Clean up "flush(stringstream); bl.append(stringstream.str())Dan Mick2013-08-068-17/+9
| |/ |/|
* | qa/workunits/cephtool/test.sh: add tests for 'pg dump ...'Sage Weil2013-08-051-0/+8
* | mon/PGMonitor: add 'pg dump pgs_brief' subcommandDan Mick2013-08-056-6/+26
* | Merge branch 'wip-python-cleanup' into nextDan Mick2013-08-054-18/+19
|\ \
| * | cephtool/test.sh, rest/test.py: add tell command testsDan Mick2013-08-052-13/+11
| * | ceph.in, ceph_rest_api.py: import only used syms from ceph_argparse.pyDan Mick2013-08-052-5/+8
* | | rgw: only log (as in ops logging) certain operationsYehuda Sadeh2013-08-053-8/+27
* | | rgw_admin: flush replicalog entriesYehuda Sadeh2013-08-051-0/+2
|/ /
* | cephtool/test.sh: add a few tests for invalid command argsDan Mick2013-08-051-0/+37
* | ceph_argparse.py: add stderr note if nonrequired param is invalidDan Mick2013-08-051-0/+1
* | Fix "too few args validate"Dan Mick2013-08-051-49/+111
* | qa/workunits/cephtool/test_daemon.sh: we should error on bad commandSage Weil2013-08-041-0/+3
* | PG: set !flushed in Reset()Samuel Just2013-08-021-1/+2
* | Merge branch 'wip-5831' into nextYehuda Sadeh2013-08-017-108/+116
|\ \
| * | rgw: only fetch cors info when neededYehuda Sadeh2013-08-017-109/+116
| * | rgw: don't read cors attrs if there's no bucket in operationYehuda Sadeh2013-08-011-20/+21
* | | Merge branch 'wip-5810' into nextYehuda Sadeh2013-08-013-6/+11
|\ \ \
| * | | rgw: rename sync-type to update-typeYehuda Sadeh2013-08-011-1/+1
| * | | rgw: only check version if meta object existsYehuda Sadeh2013-08-012-5/+10
| |/ /
* | | Merge pull request #478 from dalgaaf/wip-da-spec-reqGary Lowell2013-08-011-0/+11
|\ \ \