summaryrefslogtreecommitdiffstats
path: root/src/ceph.in (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7106 from tchaikov/wip-11101Sage Weil2016-01-151-3/+2
|\
| * ceph.in: improve the error messageKefu Chai2016-01-051-3/+2
* | ceph.in:avoid a broken pipe error when use ceph commandBo Cai2016-01-141-4/+8
|/
* Merge pull request #5734 from cxwshawn/mon-fixSage Weil2015-11-261-0/+4
|\
| * auth: keyring without mon entity type should return -EACCESXiaowei Chen2015-11-101-0/+4
* | Merge branch 'pybind3' of https://github.com/dcoles/ceph into wip-pybind3Josh Durgin2015-11-131-2/+14
|\ \
| * | ceph: Make stdout/stderr always output Unicode (UTF-8)David Coles2015-11-131-2/+14
| |/
* | ceph.in: Notify user that 'tell' can't be used in interactive modeDavid Zafman2015-10-311-0/+4
* | ceph.in: Remove unused variableDavid Zafman2015-10-211-4/+1
* | ceph.in: Don't drop out of command mode on certain kinds of errorsDavid Zafman2015-10-211-1/+1
|/
* ceph.in: detect paths in out of tree buildJohn Spray2015-08-101-11/+37
* ceph.in: use cmake-style substitutionJohn Spray2015-08-101-0/+4
* ceph.in: print more detailed warning for 'ceph <type> tell'Kefu Chai2015-07-151-1/+1
* ceph.in: print more detailed error message for 'tell' commandKefu Chai2015-07-151-1/+3
* ceph.in: linter cleanup, remove unused importsAlfredo Deza2015-07-011-7/+5
* cryptic error message in ceph interactive modeMichal Jarzabek2015-05-171-1/+1
* ceph.in: do not throw on unknown errnoKefu Chai2015-05-131-3/+3
* ceph.in: handle unknown Exception correctlyKefu Chai2015-04-241-1/+1
* ceph.in: improve the interactive modeKefu Chai2015-04-241-9/+24
* ceph.in: parse quote correctly in interactive modeKefu Chai2015-04-241-1/+2
* Merge pull request #4265 from trociny/wip-11319John Spray2015-04-071-2/+18
|\
| * ceph daemonperf: add watch interval and count parametersMykola Golub2015-04-061-1/+16
| * ceph daemonperf: make error message less confusingMykola Golub2015-04-061-1/+2
* | ceph.in: add ceph ping mon.* for ping all monitorXinze Chi2015-03-241-4/+10
|/
* ceph.in: add 'daemonperf' commandJohn Spray2015-03-051-57/+12
* ceph.in: print help on 'osd' or 'mon'Kefu Chai2015-03-041-0/+3
* pybind: ceph_argparse: validate incorrectly formed targetsJoao Eduardo Luis2015-01-161-2/+12
* cli: ceph: easier debugging (pdb) with 'CEPH_DBG=1'Joao Eduardo Luis2015-01-061-2/+5
* Call Rados.shutdown() explicitly before exitDan Mick2014-12-111-1/+5
* ceph: respect the PYTHON environment variable for dev mode.David Anderson2014-12-071-2/+3
* ceph.in: remove '--' from injectargs, if there, as wellDan Mick2014-11-011-0/+2
* Merge pull request #2733 from dachary/wip-9372-injectargsDan Mick2014-10-231-6/+24
|\
| * cli: CEPH_ARGS must be before injectargsLoic Dachary2014-10-211-2/+5
| * cli: do not parse injectargs arguments twiceLoic Dachary2014-10-211-4/+16
| * cli: add verbose information related to argument parsingLoic Dachary2014-10-211-0/+3
* | Make better error reporting for client's call to rados.RadosDerrick Schneider2014-10-211-1/+1
|/
* ceph.in: Pass global args to ceph-conf for proper lookupDan Mick2014-07-301-9/+26
* ceph.in: handle DYLD_LIBRARY_PATH on OS XJohn Spray2014-06-291-4/+11
* ceph: output prompt only if stdin is ttyIlya Dryomov2014-06-161-1/+9
* ceph.in: do not allow using 'tell' with interactive modeJoao Eduardo Luis2014-03-171-0/+7
* ceph-disk: support and test the absence of PATHLoic Dachary2014-01-301-1/+1
* ceph: tolerate commands without any child argsGreg Farnum2013-10-241-2/+2
* cli: ceph: add support to ping monitorsJoao Eduardo Luis2013-10-231-0/+20
* ceph: move timeoutSage Weil2013-10-221-1/+1
* ceph: catch exceptions thrown during the rados handle initSage Weil2013-10-221-3/+9
* ceph: show basic help before initializing cluster connectionSage Weil2013-10-221-7/+8
* ceph: default 5 second timeout for -hSage Weil2013-10-221-0/+4
* ceph: add --connect-timeout optionSage Weil2013-10-221-1/+10
* ceph: print basic options before connectingSage Weil2013-10-221-11/+15
* ceph: fixup do_help() function connection checkGreg Farnum2013-10-221-1/+1