summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* fix test users of LevelDBStoreSage Weil2013-06-021-1/+1
* ceph: return error code when failing to get result from admin socketSage Weil2013-05-081-0/+1
* tools/: add paranoid option to ceph-osdomap-toolSamuel Just2013-05-021-0/+7
* tools: ceph-osdomap-tool.ccSamuel Just2013-05-011-0/+154
* Merge branch 'wip_4836' into nextSamuel Just2013-04-291-0/+132
|\
| * tools: add ceph_monstore_tool with getosdmapSamuel Just2013-04-261-0/+132
* | ceph-filestore-dump: fix warnings on i386 buildSage Weil2013-04-271-3/+3
|/
* tools/ceph-filestore-dump: Implement remove, export and importDavid Zafman2013-04-191-61/+1073
* tools/ceph-filestore-dump: Error messages lost because stderr is closedDavid Zafman2013-04-191-10/+11
* mon: OSDMonitor: add 'osd pool set-quota' commandSage Weil2013-03-291-0/+1
* ceph: propagate do_command()'s return value to user spaceJoao Eduardo Luis2013-03-281-2/+3
* crush, mon: unlink vs removeSage Weil2013-03-221-0/+2
* mon: add 'osd crush add-bucket <name> <type>'Sage Weil2013-03-221-0/+1
* mon: 'ceph osd crush link ...' to add a link to an existing bucketSage Weil2013-03-221-1/+2
* mon: 'ceph osd crush add ...' to add a second link to an itemSage Weil2013-03-221-0/+1
* tools/rest_bench.cc: prefer prefix ++operator for iteratorsDanny Al-Gaaf2013-03-181-1/+1
* tools/common.cc: prefer prefix ++operator for iteratorsDanny Al-Gaaf2013-03-181-1/+1
* ceph-filestore-dump.cc: prefer prefix ++operator for iteratorsDanny Al-Gaaf2013-03-181-1/+1
* Fix typo in ceph usage outputDavid Zafman2013-03-121-1/+1
* tools/rest_bench.cc: remove unused variableDanny Al-Gaaf2013-03-121-1/+0
* osd: noscrub, nodeepscrub osdmap flagsDavid Zafman2013-03-081-2/+2
* tools: ceph: add 'ceph df' usageJoao Eduardo Luis2013-03-041-0/+1
* Merge branch 'wip-danny-perf-checks'Greg Farnum2013-02-142-6/+6
|\
| * rest_bench.cc: use empty() to check for emptinessDanny Al-Gaaf2013-02-141-2/+2
| * tools/common.cc. use !empty() to check for non-emptinessDanny Al-Gaaf2013-02-141-4/+4
* | PG: place biginfo on the infos object next to the info and epoch keysSamuel Just2013-02-131-2/+1
|/
* Merge branch 'next'Josh Durgin2013-02-121-0/+1
|\
| * cephtool: Add add_data_pool command to helpSam Lang2013-02-121-0/+1
* | osd/PG: store pg_info_t in leveldb (omap), purged_snaps separatelyDavid Zafman2013-02-121-3/+9
* | ceph-filestore-dump: Improve error messageDavid Zafman2013-02-111-3/+8
|/
* ceph: fix 'pg' error message to direct user toward better inputDan Mick2013-02-071-1/+1
* ceph: ceph mon delete doesn't exist; ceph mon remove is the commandDan Mick2013-02-071-1/+1
* Add "pg deep-scrub..." missing from ceph usage outputDavid Zafman2013-02-041-0/+1
* ceph-filestore-dump.cc: remove twice included <iostream>Danny Al-Gaaf2013-02-041-1/+0
* ceph-filestore-dump.cc: don't use po::value<string>()->required()Danny Al-Gaaf2013-01-311-25/+34
* osd: create tool to extract pg info and pg log from filestoreDavid Zafman2013-01-301-0/+263
* ceph, rados: update pool delete docs and usageJosh Durgin2013-01-281-1/+1
* ceph: adjust crush tunables via 'ceph osd crush tunables <profile>'Sage Weil2013-01-161-0/+1
* cephtool: mention ceph osd ls, fix ceph osd tell N benchDan Mick2012-12-201-1/+2
* ceph: report error string to stderr, not stdoutSage Weil2012-12-181-2/+6
* ceph: fix error reporting when tell target is invalid or downSage Weil2012-12-181-0/+12
* tools/common.cc: remove twice included headersDanny Al-Gaaf2012-11-281-2/+0
* mon: require pgnum in 'ceph osd pool create <poolname> <pgnum> [<pgp_num>]' c...Sage Weil2012-11-121-1/+1
* ceph tool: document 'ceph osd map ...' commandSage Weil2012-09-281-0/+1
* cephtool: fix resource leakSage Weil2012-09-281-6/+5
* mon: adjust number of req args for locSage Weil2012-09-111-2/+2
* mon: make redundant osd.NNN argument optionalSage Weil2012-09-111-1/+1
* ceph tool: add 'osd crush create-or-move ...' to helpSage Weil2012-09-111-0/+1
* osd: deep scrub, read file contents from disk and compare digestMike Ryan2012-09-051-0/+1
* cephtool: fix uninitialized scalar in constructorSage Weil2012-08-311-1/+3