index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mgr
/
PyModuleRegistry.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mgr: python modules can now perform authorization tests
Jason Dillaman
2019-10-29
1
-2
/
+4
*
build/ops: fix build fail related to PYTHON_EXECUTABLE variable
Ilsoo Byun
2019-09-06
1
-2
/
+2
*
mon/health_checks: associate a count with health_alert_t
Sage Weil
2019-08-15
1
-2
/
+4
*
mgr: cleanup idle debug log at level 4.
Sebastian Wagner
2019-07-22
1
-1
/
+1
*
mgr/PyModuleRegistry: log error if we can't find any modules to load
Tim Serong
2019-05-10
1
-5
/
+6
*
mgr/PyModuleRegistry: add details for MGR_MODULE_{DEPENDENCY,ERROR}
Sage Weil
2019-02-07
1
-6
/
+16
*
mgr: load modules in finisher to avoid potential lock cycles
Mykola Golub
2019-01-30
1
-14
/
+4
*
mgr: Allow modules to get/set other module options
Volker Theile
2019-01-08
1
-1
/
+2
*
mgr: make module error message more descriptive
Joao Eduardo Luis
2018-12-13
1
-1
/
+1
*
mgr: call config_notify method when mgr's config has changed
Sage Weil
2018-11-17
1
-0
/
+8
*
common: remove unused 'avail' field from commands
John Spray
2018-11-02
1
-1
/
+1
*
mgr: Mutex::Locker -> std::lock_guard
Sage Weil
2018-10-16
1
-9
/
+9
*
Merge pull request #23970 from noahdesu/mgr-always-on-mods-v2
John Spray
2018-10-10
1
-6
/
+6
|
\
|
*
mgr: monitor-controlled always on modules
Noah Watkins
2018-10-01
1
-6
/
+6
*
|
Relocate cluster_log(). Only active modules can use it.
Volker Theile
2018-10-05
1
-1
/
+1
*
|
mgr: Add ability to trigger a cluster/audit log message from Python
Volker Theile
2018-10-04
1
-4
/
+5
|
/
*
Merge pull request #23645 from jcsp/wip-mgr-unknown-error
Noah Watkins
2018-09-06
1
-1
/
+1
|
\
|
*
mgr: replace "Unknown error" string on always_on
John Spray
2018-08-20
1
-1
/
+1
*
|
mgr: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
1
-6
/
+6
|
/
*
Merge pull request #23294 from noahdesu/timely-mgr-health-updates
Kefu Chai
2018-08-12
1
-2
/
+2
|
\
|
*
mgr: report health check changes immediately
Noah Watkins
2018-07-27
1
-2
/
+2
*
|
mgr: create always_on class of modules
Noah Watkins
2018-07-24
1
-1
/
+19
|
/
*
common,rbd,rgw,osd: extract config values into ConfigValues
Kefu Chai
2018-07-10
1
-2
/
+2
*
mgr, pybind/mgr: pass inbuf (ceph -i <file>) to modules
Dan Mick
2018-06-22
1
-1
/
+2
*
mgr: load persistent device metadata on mgr stat
Sage Weil
2018-06-11
1
-1
/
+1
*
mgr: implement get_store in StandbyPyModules
John Spray
2018-04-27
1
-2
/
+2
*
mgr: execute modules even if can_run=false
John Spray
2018-04-23
1
-2
/
+8
*
mgr: load MgrModule.OPTIONS and use it in upgrade
John Spray
2018-04-23
1
-3
/
+35
*
mgr: don't migrate config values that look like data
John Spray
2018-04-23
1
-0
/
+23
*
mgr: clean up ActivePyModules logging
John Spray
2018-04-23
1
-0
/
+4
*
mgr: rework kv store load path
John Spray
2018-04-23
1
-15
/
+32
*
mgr: centralized setting/getting of mgr configs
Rubab-Syed
2018-04-23
1
-3
/
+15
*
mgr: improve reporting on unloadable modules
John Spray
2018-04-16
1
-5
/
+8
*
mgr/iostat: add a 'poll' flag to the command description format
Mohamad Gebai
2018-04-12
1
-1
/
+5
*
mgr: make PyModuleRegistry::init return void
John Spray
2018-03-05
1
-3
/
+1
*
mgr: initialize PyModuleRegistry sooner
John Spray
2018-03-05
1
-11
/
+40
*
mgr: load ceph_{logger,module} globally
Kefu Chai
2018-02-11
1
-0
/
+5
*
mgr: be compatible with py3
Kefu Chai
2018-01-26
1
-3
/
+6
*
mgr: refactor get_modules/list_modules
John Spray
2018-01-24
1
-12
/
+9
*
mgr: add health checks for failed modules
John Spray
2018-01-24
1
-0
/
+58
*
mgr: load command definitions earlier
John Spray
2018-01-24
1
-0
/
+39
*
mgr: load all modules (not just active ones)
John Spray
2018-01-24
1
-250
/
+17
*
common: Remove backported max and make_unique
Adam C. Emerson
2017-12-14
1
-1
/
+1
*
mgr: Call _list_modules under with_val
Adam C. Emerson
2017-12-07
1
-2
/
+2
*
Merge pull request #18672 from jcsp/wip-21999
Sage Weil
2017-11-04
1
-1
/
+1
|
\
|
*
mgr: emit cluster log message on serve() exception
John Spray
2017-11-01
1
-1
/
+1
*
|
mgr: In plugins 'module' classes need not to be called "Module" anymore.
bhavishyagopesh
2017-11-02
1
-25
/
+62
|
/
*
mgr: update for SafeThreadState
John Spray
2017-11-01
1
-4
/
+15
*
mgr: refactor PyOSDMap etc implementation
John Spray
2017-11-01
1
-20
/
+14
*
mgr: cut down duplication between active+standby
John Spray
2017-11-01
1
-1
/
+26
[next]