ceph/qa/tasks/mgr
Kamoltat f06da20dff pybind/mgr/progress: disable pg recovery event by default
The progress module disabled the pg recovery event by default
since the event is expensive and has interrupted other serviceis
when there is OSDs being marked in/out from the the cluster.

To turn the event on manually:

ceph config set mgr mgr/progress/allow_pg_recovery_event true

Updated qa/tasks/mgr/test_progress.py to enable
the pg recovery event when testing the progress module.

Signed-off-by: Kamoltat <ksirivad@redhat.com>
2022-02-03 17:51:42 +00:00
..
dashboard mgr/dashboard: Improve notifications for osd nearfull, full 2022-01-19 16:35:27 +05:30
__init__.py
mgr_test_case.py
test_cache.py mgr: TTLCache basic implementation 2022-01-05 10:11:58 +01:00
test_crash.py
test_dashboard.py
test_failover.py
test_insights.py
test_module_selftest.py
test_orchestrator_cli.py
test_progress.py pybind/mgr/progress: disable pg recovery event by default 2022-02-03 17:51:42 +00:00
test_prometheus.py