index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pybind
/
mgr
/
crash
/
module.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mgr: fix some flake8 complaints
Nizamudeen A
2023-07-31
1
-1
/
+1
*
mgr/crash: separate RECENT_MGR_MODULE_CRASH error for mgr module crashes
Sage Weil
2021-06-23
1
-15
/
+45
*
mgr/crash: add crash to flake8 test
Kefu Chai
2021-02-10
1
-5
/
+5
*
pybind/mgr/crash: flake8 cleanups
Kefu Chai
2021-02-03
1
-2
/
+2
*
pybind/mgr/crash: add type annotations
Kefu Chai
2021-02-03
1
-42
/
+69
*
pybind/mgr/crash: define options using Option
Kefu Chai
2021-02-03
1
-16
/
+14
*
pybind/mgr/crash: define commands using CLICommand
Kefu Chai
2021-02-03
1
-109
/
+89
*
mgr/crash: Serialize command handling
Boris Ranto
2020-12-05
1
-13
/
+16
*
mgr: adjust tables to have 2 space column separation
Sage Weil
2020-02-23
1
-1
/
+1
*
pybind/mgr/*: fix config_notify handling of default values
Sage Weil
2020-01-21
1
-1
/
+1
*
mgr/crash: fix signature for py3
Sage Weil
2019-12-20
1
-2
/
+1
*
pybind/mgr: index=4, sort_keys=True for json.dumps throughput
Sage Weil
2019-12-12
1
-3
/
+3
*
mgr/crash: fix 'crash ls[-new]' sorting
Sage Weil
2019-12-03
1
-2
/
+3
*
mgr/crash: behave when posted crash has no backtrace
Sage Weil
2019-11-14
1
-1
/
+2
*
mgr/crash: Calculate and add stack_sig to metadata
Dan Mick
2019-11-12
1
-0
/
+34
*
mon/health_checks: associate a count with health_alert_t
Sage Weil
2019-08-15
1
-0
/
+1
*
mgr/telemetry: fix remote into crash do_ls()
Sage Weil
2019-07-19
1
-0
/
+5
*
mgr/crash: don't make these methods static
Sage Weil
2019-07-19
1
-12
/
+10
*
mgr/crash: verify timestamp is valid
Sage Weil
2019-07-19
1
-0
/
+1
*
mgr/crash: remove unused var
Sage Weil
2019-07-19
1
-1
/
+0
*
mgr/crash: remove unused import 'six'
Sage Weil
2019-07-19
1
-1
/
+0
*
mgr/crash: improve validation on post
Sage Weil
2019-07-19
1
-2
/
+3
*
mgr/crash: automatically prune old crashes after a year
Sage Weil
2019-07-19
1
-0
/
+8
*
mgr/crash: raise RECENT_CRASH warning for recent (new) crashes
Sage Weil
2019-07-19
1
-1
/
+47
*
mgr/crash: add 'crash ls-new'
Sage Weil
2019-07-19
1
-2
/
+13
*
mgr/crash: add option and serve infra
Sage Weil
2019-07-19
1
-0
/
+23
*
mgr/crash: keep copy of crashes in memory
Sage Weil
2019-07-19
1
-44
/
+51
*
mgr/crash: make 'crash ls' a nice table with a NEW column
Sage Weil
2019-07-19
1
-5
/
+17
*
mgr/crash: nicely format 'crash info' output
Sage Weil
2019-07-16
1
-0
/
+1
*
mgr/crash: add 'crash archive <id>', 'crash archive-all' commands
Sage Weil
2019-07-16
1
-0
/
+32
*
mgr/crash: parse both old and new timestamp formats
Sage Weil
2019-05-29
1
-3
/
+11
*
mgr/crash: include entity (instead of daemon) in 'crash ls'
Sage Weil
2019-03-14
1
-4
/
+2
*
mgr/crash: group by process name in 'ceph crash json_report'
Mykola Golub
2018-11-27
1
-10
/
+4
*
mgr/crash: add process name to 'ceph crash ls' output
Mykola Golub
2018-11-27
1
-2
/
+5
*
pybind/mgr: make 'ceph crash ls' output sorted list
Mykola Golub
2018-10-21
1
-0
/
+1
*
mgr: python 3 compat fixes
Noah Watkins
2018-10-13
1
-1
/
+1
*
mgr/crash: fix python3 invalid syntax problems
Ricardo Dias
2018-08-29
1
-2
/
+3
*
mgr: generic self test command
John Spray
2018-07-20
1
-10
/
+2
*
mgr/crash: json report of recent crashes
Noah Watkins
2018-07-19
1
-0
/
+32
*
mgr/crash: add timestamp filter helper
Noah Watkins
2018-07-19
1
-6
/
+18
*
mgr: replace iteritems with six.iteritems (crash)
Nathan Cutler
2018-07-05
1
-2
/
+3
*
mgr/pybind/crash: handle crashdumps
Dan Mick
2018-06-29
1
-0
/
+188