summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/pg_autoscaler (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #54968 from kamoltat/wip-ksirivad-fix-63860Yuri Weinstein2024-07-301-1/+6
|\
| * src/pybind/mgr/pg_autoscaler/module.py: fix 'pg_autoscale_mode' outputKamoltat2024-04-261-1/+6
* | mgr/pg_autoscaler: add check for norecover flagAishwarya Mathuria2023-11-271-1/+8
|/
* Merge pull request #51923 from kamoltat/wip-ksirivad-fix-61570Kamoltat (Junior) Sirivadhna2023-09-261-1/+1
|\
| * pybind/mgr/pg_autoscaler: fix warn when not too few pgsKamoltat2023-06-051-1/+1
* | Merge pull request #52442 from kamoltat/wip-ksirivad-fix-tracker-61922Kamoltat (Junior) Sirivadhna2023-09-251-33/+29
|\ \
| * | pybind/mgr/pg_autoscaler: noautoscale flag retains individual pool configsKamoltat2023-09-191-33/+29
* | | Merge pull request #51921 from kamoltat/wip-ksirivad-fix-54136Kamoltat (Junior) Sirivadhna2023-09-191-4/+3
|\ \ \ | |/ / |/| |
| * | pybind/mgr/pg_autoscaler: Use bytes_used for actual_raw_usedKamoltat2023-06-051-4/+3
| |/
* | pybind/mgr/pg_autoscaler/tests: update testKamoltat2023-08-141-36/+71
* | pybind/mgr/pg_autoscaler: Cut back osdmap.get_pools callsKamoltat2023-08-141-22/+43
|/
* pybind/mgr/pg_autoscaler: Reorderd if statement for the func: _maybe_adjustKamoltat2023-03-011-3/+2
* pybind/mgr: s/setup(self)/setup_method(self)/Kefu Chai2022-12-182-2/+2
* pybind/mgr: maximum recursion depth exceeded in comparisonWong Hoi Sing Edison2022-08-101-1/+1
* pybind/mgr/pg_autoscaler: change overlapping roots to warningKamoltat2022-07-251-2/+5
* pybind/mgr/autoscaler: Donot show NEW PG_NUM value if autoscaler is not onPrashant D2022-06-211-1/+2
* mon, pybind/mgr: Add additional debug level logs for pool optionsKamoltat2022-03-031-0/+2
* Merge PR #44054 into masterSage Weil2022-01-061-2/+5
|\
| * mgr/pg_autoscaler: apply pg_num_maxSage Weil2022-01-031-2/+5
* | pybind/mgr/autoscaler: Introduce noautoscale flagKamoltat2021-12-221-0/+84
|/
* pg_autoscaler/test: Modified unit-test for bulk flagKamoltat2021-12-201-131/+195
* mon: osd pool create <pool-name> with --bulk flagKamoltat2021-12-201-114/+90
* pybind/mgr/pg_autoscale: revert to default profile scale-upKamoltat2021-11-191-5/+5
* pybind/mgr/pg_autoscaler: typo default option scale-up to scale-downKamoltat2021-11-091-6/+6
* reduce threshold min to 1.0Kyle2021-08-171-5/+5
* Add CLI command to set thresholdKyle2021-08-121-0/+11
* mgr/pg_autoscaler: add threshold module optionKyle2021-08-111-1/+10
* pybind/mgr/pg_autoscaler: Added PROFILE to autoscale-statusKamoltat2021-07-301-1/+4
* pybind/mgr/autoscaler: don't scale pools with overlapping rootsKamoltat2021-07-084-427/+1056
* pybind/mgr/pg_autoscaler: add typing annotationsKefu Chai2021-06-301-71/+114
* pybind/mgr/pg_autoscaler: do not index pool_root with pool_nameKefu Chai2021-06-301-2/+0
* pybind/mgr/pg_autoscaler: do not create a tuple long_descKefu Chai2021-06-301-3/+3
* pybind/mgr/pg_autoscaler: extract CrushSubtreeResourceStatus outKefu Chai2021-06-301-16/+17
* pybind/mgr/pg_autoscaler: define commands using CLICommandKefu Chai2021-06-301-44/+31
* pybind/mgr/pg_autoscaler: define options using OptionKefu Chai2021-06-301-5/+5
* pybind/mgr/pg_autoscaler: Added autoscale-profile featureKamoltat2021-05-193-72/+361
* mgr/pg_autoscaler: avoid scale-down until there is pressureKamoltat2021-02-014-32/+370
* pybind/mgr/pg_autoscaler: drop py2 supportKefu Chai2020-07-051-4/+3
* pybind/mgr/pg_autoscaler/module.py: do not update event if ev.pg_num == ev.pg...Neha Ojha2020-06-181-1/+1
* mgr: adjust tables to have 2 space column separationSage Weil2020-02-231-1/+1
* mgr/pg_autoscaler: fix division by zeroSage Weil2020-02-191-2/+2
* mgr/pg_autoscaler: add unit tests for effective_target_ratioJosh Durgin2020-02-102-1/+35
* mgr/pg_autoscaler: remove unused importsJosh Durgin2020-02-101-3/+1
* mgr/pg_autoscaler: cleanup pool_id typeJosh Durgin2020-02-101-5/+5
* mgr/pg_autoscaler: correct and simplify progress trackingJosh Durgin2020-02-101-55/+34
* mgr/pg_autoscaler: include effective target ratio in statusJosh Durgin2020-02-101-0/+8
* mgr/pg_autoscaler: add warning when target bytes and ratio are both setJosh Durgin2020-02-101-0/+11
* mgr/pg_autoscaler: remove target ratio warningJosh Durgin2020-02-101-37/+0
* mgr/pg_autoscaler: treat target ratios as weightsJosh Durgin2020-02-101-5/+40
* Merge PR #32750 into masterSage Weil2020-01-251-0/+2
|\