index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mgr
/
MgrClient.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
client: Add multi_target_id to handle libcephfs mds_spce=* command
Jimyeong Lee
2023-09-15
1
-0
/
+1
*
mgr, mon: Keep upto date metadata with mgr for MONs
Prashant D
2022-03-28
1
-0
/
+6
*
mgr/MgrClient: use mono_clock for clock_t used by Timer
Kefu Chai
2021-02-04
1
-1
/
+1
*
mds: forward mds metrics to ceph manager w/ quering interfaces
Venky Shankar
2020-06-01
1
-0
/
+7
*
mgr: Build target 'common' without using namespace in headers
Adam C. Emerson
2020-03-07
1
-2
/
+2
*
mgr: templatize/generalize metrics collection interface
Venky Shankar
2019-12-06
1
-9
/
+30
*
mds: establish session with mgr only after added to FSMap
Patrick Donnelly
2019-11-08
1
-0
/
+4
*
mgr,mgr/MgrClient: use fsid to signal mon-mgr vs cli MCommands
Sage Weil
2019-10-04
1
-1
/
+3
*
mgr/MgrClient: empty target string for 'tell' means active mgr
Sage Weil
2019-10-04
1
-0
/
+1
*
mgr/MgrClient: add start_command variant that takes a target
Sage Weil
2019-10-01
1
-3
/
+10
*
mgr/MgrClient: send MMgrCommand for octopus+ mgrs
Sage Weil
2019-09-06
1
-1
/
+5
*
mgr, mon: allow normal ceph services to register with manager
Venky Shankar
2019-08-06
1
-0
/
+4
*
mgr: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
1
-3
/
+4
*
mgr/MgrClient: use ref_t<M>
Kefu Chai
2019-04-18
1
-5
/
+5
*
mgr: Update MgrClient to work without using namespace
Adam C. Emerson
2019-03-29
1
-3
/
+3
*
mgr: add limit param to osd perf query
Mykola Golub
2018-12-04
1
-2
/
+4
*
osd: collect client perf stats when query is enabled
Mykola Golub
2018-11-07
1
-7
/
+5
*
mgr: Mutex::Locker -> std::lock_guard
Sage Weil
2018-10-16
1
-2
/
+2
*
mgr: add optional OSD perf queries to MMgrConfigure message
Julien Collet
2018-10-02
1
-0
/
+18
*
Merge pull request #21637 from ceph/wip-da-SCA-20180423
Kefu Chai
2018-05-06
1
-1
/
+1
|
\
|
*
misc: mark constructors as explicit
Danny Al-Gaaf
2018-05-02
1
-1
/
+1
*
|
mgr/MgrClient: add mgr_optional mode
John Spray
2018-05-04
1
-0
/
+6
|
/
*
mgr/MgrClient: close mgr session on daemon MgrClient shutdown
Sage Weil
2018-04-23
1
-0
/
+3
*
src: Added const references to various function parameters
Wilson E. Alvarez
2018-04-06
1
-2
/
+2
*
Merge pull request #20660 from Leeshine/wip-mon-op-tracker
Kefu Chai
2018-03-28
1
-3
/
+3
|
\
|
*
mgr,osd: make osd_metric more popular
lvshanchun
2018-03-28
1
-3
/
+3
*
|
mgr/MgrClient: guard send_pgstats() with lock
Kefu Chai
2018-03-15
1
-2
/
+3
|
/
*
mgr/MgrClient: only send config_bl if it has changed
Sage Weil
2018-03-06
1
-0
/
+2
*
mgr/MgrClient: send health_checks using MMgrReport
Kefu Chai
2017-11-21
1
-2
/
+4
*
rados,mgr: pass daemon_status by rvalue reference
Kefu Chai
2017-10-24
1
-1
/
+1
*
mgr/MgrClient: extract MMgrReport sending code into a separated method
Kefu Chai
2017-10-24
1
-3
/
+4
*
mgr: apply a threshold to perf counter prios
John Spray
2017-08-31
1
-0
/
+1
*
mgr: allow/track service registrations
Sage Weil
2017-07-09
1
-0
/
+15
*
osd: stop sending pgstat if luminous
Kefu Chai
2017-06-02
1
-0
/
+1
*
osd: stop MgrClient callbacks on shutdown
Sage Weil
2017-05-01
1
-0
/
+1
*
mgr/MgrClient: fix uninitialize variable
Sage Weil
2017-03-29
1
-2
/
+2
*
mgr/MgrClient: move lock init into .h
Sage Weil
2017-03-29
1
-1
/
+1
*
mgr/MgrClient: throttle connection attempts
Sage Weil
2017-03-29
1
-1
/
+4
*
mgr/MgrClient: remove unused cond signal helpers
Sage Weil
2017-03-29
1
-3
/
+0
*
mgr/MgrClient: don't block command submission if no session yet
Sage Weil
2017-03-29
1
-1
/
+0
*
mgr: add override in headers
liuchang0812
2017-03-03
1
-4
/
+4
*
mgr/MgrClient: use unique_ptr for MgrClient::session
Kefu Chai
2017-02-28
1
-1
/
+1
*
mgr/MgrClient: implement con reset handling
Sage Weil
2016-10-03
1
-0
/
+2
*
mgr: update for Dispatcher::ms_handle_refused
John Spray
2016-09-29
1
-0
/
+1
*
common: refactor CommandTable
John Spray
2016-09-29
1
-0
/
+1
*
mgrc: enable sending pgstats
John Spray
2016-09-29
1
-0
/
+10
*
mgrc: reset send_report timer on session change
John Spray
2016-09-29
1
-0
/
+1
*
mgr: flesh out standby/HA
John Spray
2016-09-29
1
-1
/
+2
*
mgrc: create MgrClient
John Spray
2016-09-29
1
-0
/
+92