]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr/progress: disable pg recovery event by default 44588/head
authorKamoltat <ksirivad@redhat.com>
Fri, 14 Jan 2022 02:44:16 +0000 (02:44 +0000)
committerKamoltat <ksirivad@redhat.com>
Thu, 3 Feb 2022 17:51:42 +0000 (17:51 +0000)
commitf06da20dff141dc239900f944001d55fb8296014
treed72e84c242f72ac73cf6a7c6edc44db263d217e1
parent6c0c75fa17ffa3ca5d5dec925ec1534dc04b494d
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>
PendingReleaseNotes
doc/mgr/progress.rst
qa/tasks/mgr/test_progress.py
src/pybind/mgr/progress/module.py