summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/crash/module.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgr: fix some flake8 complaintsNizamudeen A2023-07-311-1/+1
* mgr/crash: separate RECENT_MGR_MODULE_CRASH error for mgr module crashesSage Weil2021-06-231-15/+45
* mgr/crash: add crash to flake8 testKefu Chai2021-02-101-5/+5
* pybind/mgr/crash: flake8 cleanupsKefu Chai2021-02-031-2/+2
* pybind/mgr/crash: add type annotationsKefu Chai2021-02-031-42/+69
* pybind/mgr/crash: define options using OptionKefu Chai2021-02-031-16/+14
* pybind/mgr/crash: define commands using CLICommandKefu Chai2021-02-031-109/+89
* mgr/crash: Serialize command handlingBoris Ranto2020-12-051-13/+16
* mgr: adjust tables to have 2 space column separationSage Weil2020-02-231-1/+1
* pybind/mgr/*: fix config_notify handling of default valuesSage Weil2020-01-211-1/+1
* mgr/crash: fix signature for py3Sage Weil2019-12-201-2/+1
* pybind/mgr: index=4, sort_keys=True for json.dumps throughputSage Weil2019-12-121-3/+3
* mgr/crash: fix 'crash ls[-new]' sortingSage Weil2019-12-031-2/+3
* mgr/crash: behave when posted crash has no backtraceSage Weil2019-11-141-1/+2
* mgr/crash: Calculate and add stack_sig to metadataDan Mick2019-11-121-0/+34
* mon/health_checks: associate a count with health_alert_tSage Weil2019-08-151-0/+1
* mgr/telemetry: fix remote into crash do_ls()Sage Weil2019-07-191-0/+5
* mgr/crash: don't make these methods staticSage Weil2019-07-191-12/+10
* mgr/crash: verify timestamp is validSage Weil2019-07-191-0/+1
* mgr/crash: remove unused varSage Weil2019-07-191-1/+0
* mgr/crash: remove unused import 'six'Sage Weil2019-07-191-1/+0
* mgr/crash: improve validation on postSage Weil2019-07-191-2/+3
* mgr/crash: automatically prune old crashes after a yearSage Weil2019-07-191-0/+8
* mgr/crash: raise RECENT_CRASH warning for recent (new) crashesSage Weil2019-07-191-1/+47
* mgr/crash: add 'crash ls-new'Sage Weil2019-07-191-2/+13
* mgr/crash: add option and serve infraSage Weil2019-07-191-0/+23
* mgr/crash: keep copy of crashes in memorySage Weil2019-07-191-44/+51
* mgr/crash: make 'crash ls' a nice table with a NEW columnSage Weil2019-07-191-5/+17
* mgr/crash: nicely format 'crash info' outputSage Weil2019-07-161-0/+1
* mgr/crash: add 'crash archive <id>', 'crash archive-all' commandsSage Weil2019-07-161-0/+32
* mgr/crash: parse both old and new timestamp formatsSage Weil2019-05-291-3/+11
* mgr/crash: include entity (instead of daemon) in 'crash ls'Sage Weil2019-03-141-4/+2
* mgr/crash: group by process name in 'ceph crash json_report'Mykola Golub2018-11-271-10/+4
* mgr/crash: add process name to 'ceph crash ls' outputMykola Golub2018-11-271-2/+5
* pybind/mgr: make 'ceph crash ls' output sorted listMykola Golub2018-10-211-0/+1
* mgr: python 3 compat fixesNoah Watkins2018-10-131-1/+1
* mgr/crash: fix python3 invalid syntax problemsRicardo Dias2018-08-291-2/+3
* mgr: generic self test commandJohn Spray2018-07-201-10/+2
* mgr/crash: json report of recent crashesNoah Watkins2018-07-191-0/+32
* mgr/crash: add timestamp filter helperNoah Watkins2018-07-191-6/+18
* mgr: replace iteritems with six.iteritems (crash)Nathan Cutler2018-07-051-2/+3
* mgr/pybind/crash: handle crashdumpsDan Mick2018-06-291-0/+188