]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr/progress: disable pg recovery event by default 45043/head
authorKamoltat <ksirivad@redhat.com>
Fri, 14 Jan 2022 02:44:16 +0000 (02:44 +0000)
committerKamoltat <ksirivad@redhat.com>
Tue, 15 Feb 2022 15:31:18 +0000 (15:31 +0000)
commit69a8d257394f26be901c06c847e2e816fe9183ff
tree77aaefbf37fb1d1c022fde4ffa966ee53bbf2615
parentd31f0b1b9e51bd7e8648a16e2c1f030a1d3b324e
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>
(cherry picked from commit f06da20dff141dc239900f944001d55fb8296014)
PendingReleaseNotes
doc/mgr/progress.rst
qa/tasks/mgr/test_progress.py
src/pybind/mgr/progress/module.py