summaryrefslogtreecommitdiffstats
path: root/src/ceph.in (follow)
Commit message (Expand)AuthorAgeFilesLines
* common,ceph: add output file switch to dump json toPatrick Donnelly2024-05-111-0/+4
* tests/standalone: fix scrub-related tests following command changesRonen Friedman2023-11-151-1/+1
* ceph: Clarify usage message for admin-socket commandsAnthony D'Atri2023-02-011-1/+2
* ceph.in: clarify the usage of `--format` in the ceph commandLaura Flores2022-04-061-1/+2
* ceph: make -h/--help show match when some args are suppliedSage Weil2021-11-101-2/+9
* ceph.in: use rados.Rados.DEFAULT_CONF_FILESKefu Chai2021-05-301-2/+1
* ceph.in: add $CEPH_PRELOAD_LIBCXX to LD_PRELOAD if specifiedKefu Chai2021-05-241-0/+3
* ceph.in: compose execv_cmd in a single placeKefu Chai2021-05-241-8/+6
* ceph.in: put libasan.so path before other LD_PRELOAD pathsKefu Chai2021-05-241-11/+19
* ceph: print command output to stdout even on errorSage Weil2021-02-261-13/+12
* ceph.in: remove unused indentKefu Chai2021-01-011-40/+39
* ceph.in: do not apply rados.cstr() to a bytesKefu Chai2021-01-011-1/+1
* ceph.in: return bytes as outbuf in error pathKefu Chai2021-01-011-2/+2
* ceph.in,ceph_argparse: add type annotationsKefu Chai2021-01-011-7/+20
* ceph.in: try harder if asok path does not existKefu Chai2020-12-171-3/+19
* ceph.in: extract get_admin_socket() outKefu Chai2020-12-151-2/+5
* Merge pull request #37143 from dvanders/dvanders_flushKefu Chai2020-09-171-1/+5
|\
| * ceph.in: ignore failures to flush stdoutDan van der Ster2020-09-141-1/+5
* | Merge pull request #37100 from rhcs-dashboard/fix-47400-masterKefu Chai2020-09-171-2/+5
|\ \ | |/ |/|
| * ceph: ignore BrokenPipeError when printing helpErnesto Puerta2020-09-151-2/+5
* | ceph.in: read bytes from stdinKefu Chai2020-09-111-1/+1
|/
* ceph: correct additional paths added to sys.pathKefu Chai2020-08-191-2/+2
* ceph: Fix `tell` for cephadmSebastian Wagner2020-07-171-2/+2
* ceph.in: use "in" for better readabilityKefu Chai2020-06-161-2/+1
* ceph.in: drop python2 supportKefu Chai2020-06-161-19/+7
* ceph.in: fallback to install path of "ceph" when calling "ceph-conf"Kefu Chai2020-06-161-1/+9
* ceph.in: add the missing right parenthesis in the help messageZhenLiu942020-05-291-1/+1
* bash_completion: Do not auto complete obsolete and hidden cmdsKotresh HR2020-04-241-0/+3
* src/ceph.in: add yaml to known formatsSebastian Wagner2020-03-261-1/+1
* ceph.in: use os._exit when we don't shut downSage Weil2020-03-131-1/+8
* ceph.in: only shut down rados on clean exitSage Weil2020-03-091-4/+3
* ceph: -W as shorthand for --watch-channelSage Weil2020-02-271-4/+9
* ceph: allow watching channels aside from cluster and auditSage Weil2020-02-271-3/+2
* ceph.in: Fix name retval is not defined errorVarsha Rao2020-02-241-1/+1
* ceph.in: catch KeyboardInterrupt from outer codeSage Weil2020-02-191-5/+10
* ceph.in: fix second exception on ^CSage Weil2020-02-151-1/+1
* Merge PR #33135 into masterSage Weil2020-02-111-11/+14
|\
| * ceph.in: fix -h/help behavior for tell commandsSage Weil2020-02-101-2/+14
| * ceph.in: remove '{osd,mds,mon} tell' deprecation warningSage Weil2020-02-081-9/+0
* | ceph.in: print decoded output in interactive modeJun Su2020-02-061-1/+1
|/
* cmake: drop WITH_PYTHON2 optionKefu Chai2019-12-191-2/+2
* ceph.in: (py3) use binary stdoutSage Weil2019-12-121-1/+1
* Merge PR #30859 into masterSage Weil2019-10-241-1/+1
|\
| * auth: EACCES, not EPERMSage Weil2019-10-231-1/+1
* | ceph.in: check ceph-conf returncodeDimitri Savineau2019-10-071-1/+1
|/
* ceph: make 'ceph tell mgr.*' send to the active mgrSage Weil2019-10-011-2/+3
* ceph.in: pass verbose flag to json_commandluo.runbing2019-08-051-1/+1
* cmake: use python2 by defaultKefu Chai2019-07-221-2/+2
* ceph.in: do not preload asan even if not neededKefu Chai2019-06-221-6/+2
* ceph.in: do not preload libasan if it is not foundKefu Chai2019-05-291-3/+2