summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/diskprediction_local (follow)
Commit message (Expand)AuthorAgeFilesLines
* pybind/mgr: fix typoswangyunqing2021-12-241-3/+3
* pybind/mgr: tox.ini: norecursedirs instead explicitly list modulesSebastian Wagner2021-09-061-7/+8
* mgr/mgr_module:delete invalid judgmentdengchl012021-06-091-7/+3
* mgr: attr_list reassigned before use in diskprediction_local modulewanwencong2021-03-251-1/+0
* mgr/diskprediction_local: wrap line longer than 100 charsKefu Chai2021-02-222-7/+9
* mgr/diskprediction_local: add typing annotationsKefu Chai2021-02-202-58/+72
* mgr/diskprediction_local: raise if Predictor cannot be initializedKefu Chai2021-02-202-14/+13
* mgr/diskprediction_local: add Predictor abstract classKefu Chai2021-02-202-18/+26
* mgr/diskprediction_local: drop unused COMMANDSKefu Chai2021-02-201-6/+0
* mgr/diskprediction_local: use "int" for interval optionsKefu Chai2021-02-201-4/+4
* mgr/diskprediction_local: define options using OptionKefu Chai2021-02-201-13/+7
* mgr/diskprediction_local: add to flake8Kefu Chai2021-02-203-14/+12
* mgr/diskprediction_local: Fix array size errorBenoƮt Knecht2020-07-151-1/+1
* pybind/mgr/*: fix config_notify handling of default valuesNathan Cutler2020-03-241-1/+1
* pybind/mgr/*: fix config_notify handling of default valuesSage Weil2020-01-211-1/+1
* mgr/diskprediction_local: import scipy early to fix self-test deadlockSage Weil2019-12-071-0/+8
* mgr/diskprediction_local: some debug output during predict (and self-test)Sage Weil2019-11-121-0/+3
* mgr/diskprediction_local: Reverted dependencies, added HGST modelsKaranraj Chauhan2019-11-078-34/+44
* mgr/diskprediction_local: Updated dependencies in ceph.spec.in, debian/contro...Karanraj Chauhan2019-11-071-1/+0
* mgr/diskprediction_local: Updated Red Hat developed prediction model. Updated...Karanraj Chauhan2019-11-0781-75/+404
* mgr/diskprediction_local: Updated prediction models to use only supported pyt...Karanraj Chauhan2019-11-078-63/+112
* mgr/diskprediction_local: Replaced old models and updated predictor.Karanraj Chauhan2019-11-0782-262/+122
* mgr/diskprediction: Add diskprediction local plugin dependencieshsiang412019-05-281-0/+3
* pybind/mgr: rename get_option -> get_ceph_optionSage Weil2018-12-111-2/+2
* pybind/mgr: get_config -> get_module_optionSage Weil2018-12-101-2/+2
* pybind/mgr: OPTIONS -> MODULE_OPTIONSSage Weil2018-12-101-4/+4
* mgr: Diskprediction_cloud action when config changeshsiang412018-11-231-1/+1
* mgr: Diskprediction local activate when config changeshsiang412018-11-201-7/+18
* Avoid import _strptime failedhsiang412018-11-071-6/+6
* Avoid exception if remote plugin not enabledhsiang412018-11-061-1/+1
* Separate diskprediction local plugin from the diskprediction pluginhsiang412018-11-0579-0/+598