index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mon
/
LogMonitor.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mon/LogMonitor: Use generic cluster log level config
Prashant D
2024-03-13
1
-20
/
+17
*
mon: use wait_for_commit to reply
Patrick Donnelly
2023-07-21
1
-2
/
+2
*
mon: fix timestamp formatting in cluster log
Radoslaw Zarzynski
2023-06-02
1
-0
/
+1
*
mon/LogMonitor: Fix log last
Prashant D
2022-08-30
1
-5
/
+10
*
mon: use fmt::format for stderr cluster logging
胡玮文
2022-08-06
1
-12
/
+14
*
Merge pull request #46362 from pdvian/wip-logm-mgrstat
Yuri Weinstein
2022-06-14
1
-0
/
+5
|
\
|
*
mon/LogMonitor, MgrStat: Report logm and mgrstat committed version
Prashant D
2022-05-23
1
-0
/
+5
*
|
mon/LogMonitor: reopen log files on SIGHUP
胡玮文
2022-05-03
1
-0
/
+4
|
/
*
mon: Replace deprecated use of format_to
Adam C. Emerson
2022-03-22
1
-1
/
+1
*
mon: build without "using namespace std"
Kefu Chai
2021-08-13
1
-0
/
+1
*
mon/LogMonitor: fix crash when cluster log file is not writeable
Sage Weil
2021-07-28
1
-2
/
+3
*
mon/LogMonitor: tolerate external_log_to in the future
Sage Weil
2021-07-14
1
-1
/
+5
*
mon/LogMonitor: make 'ceph log last' work with new storage
Sage Weil
2021-07-03
1
-60
/
+137
*
mon/LogMonitor: transition log entries on upgrade to quincy
Sage Weil
2021-07-03
1
-3
/
+19
*
mon/LogMonitor: store logentries in separate keys
Sage Weil
2021-07-03
1
-22
/
+155
*
mon/LogMonitor: replace semi-broken pending_summary with pending_keys
Sage Weil
2021-07-02
1
-7
/
+6
*
mon/LogMonitor: externally log events from when we were out of quorum
Sage Weil
2021-07-02
1
-0
/
+53
*
mon/LogMonitor: factor logging to file out of update_from_paxos
Sage Weil
2021-07-02
1
-87
/
+87
*
mon/LogMonitor: log mkfs in cluster channel
Sage Weil
2021-06-24
1
-0
/
+1
*
mon/LogMonitor: remove stray derr
Sage Weil
2021-06-20
1
-1
/
+0
*
common/cmdparse: return cmd option using return value
Kefu Chai
2021-05-22
1
-4
/
+2
*
common: enable sending cluster log to journald
胡玮文
2021-03-09
1
-1
/
+48
*
mon: store a reference as member variable
Kefu Chai
2020-12-06
1
-26
/
+26
*
mon: Build ceph-mon without using namespace declarations in headers
Adam C. Emerson
2020-03-22
1
-4
/
+31
*
mon: log monitor: add command level param
Yehuda Sadeh
2020-03-06
1
-1
/
+3
*
crimson:common add TOPNSPC namespace for ceph and crimson
Chunmei Liu
2020-02-28
1
-0
/
+2
*
mon/LogMonitor: fix debug output for logmonitor output file parsing
Sage Weil
2020-02-27
1
-79
/
+101
*
src/: drop cct from cmd_getval()
Kefu Chai
2020-01-31
1
-7
/
+7
*
mon: use get_req<> instead of static_cast<>(get_req())
Kefu Chai
2019-08-30
1
-7
/
+7
*
common/options: mark cluster log options with FLAG_RUNTIME, use get_val
Sage Weil
2019-04-25
1
-24
/
+32
*
mon/LogMonitor: add mon_cluster_log_to_file bool option
Sage Weil
2019-04-03
1
-19
/
+21
*
mon/LogMonitor: lower logging level for check_sub
runsisi
2019-01-28
1
-1
/
+1
*
mon: fix 'log last' missing out latest event
John Spray
2018-11-02
1
-3
/
+31
*
mon: use MonOpRequest get_session() instead of PaxosServiceMessage's
Sage Weil
2018-10-14
1
-3
/
+3
*
*: set missing CLOEXEC on opened fds
Patrick Donnelly
2018-09-20
1
-1
/
+1
*
Rename "include/assert.h"
Brad Hubbard
2018-09-14
1
-1
/
+1
*
common/cmdparse: cmd_getval_throws -> cmd_getval
Sage Weil
2018-09-01
1
-7
/
+7
*
mon: fix try/catch whitespace
Sage Weil
2018-09-01
1
-4
/
+2
*
mon: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
1
-8
/
+8
*
mon: use throwing variant of cmd_getval
Sage Weil
2018-08-05
1
-7
/
+7
*
mon: catch bad_cmd_exception and reply EINVAL
Sage Weil
2018-08-05
1
-2
/
+16
*
common: move ConfigValues out of md_config_t
Kefu Chai
2018-07-10
1
-1
/
+1
*
common,rbd,rgw,osd: extract config values into ConfigValues
Kefu Chai
2018-07-10
1
-18
/
+18
*
mon/Session: inst -> name and addrs
Sage Weil
2018-07-03
1
-2
/
+2
*
mon/LogMonitor: myaddr -> myaddrs
Sage Weil
2018-07-03
1
-1
/
+1
*
common: add LockPolicy to md_config_t
Kefu Chai
2018-06-27
1
-1
/
+1
*
common/LogEntry: addr -> addrs
Sage Weil
2018-05-28
1
-1
/
+4
*
mon/LogMonitor: call no_reply() on ignored log message
Sage Weil
2018-05-18
1
-0
/
+1
*
core: use const_iterator for decode
Kefu Chai
2018-05-17
1
-3
/
+3
*
messages,mon,osd: silence gcc-8 warnings related to memset()
Kefu Chai
2018-05-06
1
-1
/
+0
[next]