summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qa: workunits: mon: workunit to stress the monitor's capswip-5648Joao Eduardo Luis2013-08-021-0/+242
* mon: AuthMonitor: change 'auth add' behaviourJoao Eduardo Luis2013-08-021-20/+101
* mon: services: no longer needed to enforce caps on a per-service basisJoao Eduardo Luis2013-08-027-31/+12
* mon: Monitor: purge old permission checking format on handle_command()Joao Eduardo Luis2013-08-021-57/+0
* mon: Monitor: check caps considering command's requirementsJoao Eduardo Luis2013-08-022-0/+41
* ceph_rest_api.py: reversed test for failed requestDan Mick2013-07-251-1/+1
* rest/test.py: earlier versions of requests.py don't quote ' ' in paramsDan Mick2013-07-251-2/+2
* OSD: tolerate holes in stored mapsSamuel Just2013-07-254-8/+27
* ceph_rest_api.py: return error in nonformatted modeDan Mick2013-07-251-0/+3
* ceph_rest_api.py: actually remove the trailing / on baseurlDan Mick2013-07-251-1/+1
* mon/MonCap: match param for entity (not name)Sage Weil2013-07-251-2/+2
* mon: translate caps=[k1,v1,k2,v2] into [caps_k1=v1, caps_k2=v2]Sage Weil2013-07-251-2/+14
* mon/Paxos: share uncommitted value when leader is/was behindSage Weil2013-07-251-1/+1
* remove old push_to_kclient.plSage Weil2013-07-251-32/+0
* ceph-disk: use new dumpling-style osd caps if we can, or fall back to old-sty...Alfredo Deza2013-07-251-17/+36
* osd: Don't put functional code inside of an assertDavid Zafman2013-07-251-1/+2
* ceph_argparse.py: wrong variable used if valid() fails for Ceph{Osd}NameDan Mick2013-07-251-2/+2
* Merge pull request #456 from dalgaaf/wip-da-CID-1Sage Weil2013-07-253-2/+19
|\
| * test_cls_statelog.cc: fix resource leak, delete 'rop' at end of functionDanny Al-Gaaf2013-07-221-0/+1
| * test_cls_statelog.cc: fix resource leak, delete op at end of functionDanny Al-Gaaf2013-07-221-0/+1
| * test_cls_statelog.cc: fix resource leak, delete rop at end of functionDanny Al-Gaaf2013-07-221-0/+1
| * test_cls_version.cc: fix resource leak, delete before new()Danny Al-Gaaf2013-07-221-1/+10
| * test_cls_version.cc: fix resource leak, delete before new()Danny Al-Gaaf2013-07-221-0/+1
| * test_cls_version.cc: fix another ressource leakDanny Al-Gaaf2013-07-221-0/+2
| * test_cls_version.cc: fix ressource leakDanny Al-Gaaf2013-07-221-0/+2
| * cls/rgw/cls_rgw.cc: init start_key_added with falseDanny Al-Gaaf2013-07-221-1/+1
* | Merge pull request #465 from dalgaaf/wip-da-CID-2Sage Weil2013-07-254-8/+10
|\ \
| * | rgw/rgw_metadata.h: init cur_shard in LogListCtx with 0Danny Al-Gaaf2013-07-241-1/+1
| * | rgw/rgw_metadata.cc: fix possible null dereferencingDanny Al-Gaaf2013-07-241-7/+7
| * | os/ObjectStore.cc: don't fallthrough after OP_OMAP_RMKEYRANGEDanny Al-Gaaf2013-07-241-0/+1
| * | mon/Monitor.cc: init scrub_version with 0 in constructorDanny Al-Gaaf2013-07-241-0/+1
* | | config_opts.h: increase xfs,btrfs wbthrottle defaultsSamuel Just2013-07-254-14/+20
* | | FileStore::_collection_rename: fix global replay guardSamuel Just2013-07-251-3/+10
* | | HashIndex: reset attr upon split or merge completionSamuel Just2013-07-251-13/+2
* | | test/filestore/store_test: add test for 5723Samuel Just2013-07-252-5/+77
* | | Merge tag 'v0.67-rc2' into nextSage Weil2013-07-251-0/+6
|\ \ \
| * | | v0.67-rc2v0.67-rc2Gary Lowell2013-07-241-0/+6
* | | | ceph.spec.in, debian/control: python-ceph depends on python-flaskDan Mick2013-07-242-1/+2
|/ / /
* | | rest/test.py: cope with older requests.py versionsDan Mick2013-07-241-55/+56
* | | 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-244-44/+32
|\ \ \
| * | | ceph.in: remove dead codeDan Mick2013-07-241-11/+0
| * | | rest/test.py: osd lspools should be a 'GET'Dan Mick2013-07-241-2/+2
| * | | 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