]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/progress: Global Recovery Event in ceph -s 37327/head
authorKamoltat <ksirivad@redhat.com>
Tue, 22 Sep 2020 13:12:00 +0000 (13:12 +0000)
committerKamoltat <ksirivad@redhat.com>
Thu, 22 Oct 2020 16:44:50 +0000 (16:44 +0000)
commit2af2afa5e9191115bb6f0b36194830ffb91938bf
tree0f49384a2c144d04ec03ccc9aeeb39e2e07bf6cc
parentab53b20db6bf07a7843bec5aaf917c646ef42a63
mgr/progress: Global Recovery Event in ceph -s

Modified the progress module and BaseMgrModule to
support Global Recovert Event. Adding more arguments
to update_progress_event, ceph_update_progress_event.
To only show global recovery event progress with `ceph -s`.
All sub events have been move to `ceph progress`

Signed-off-by: Kamoltat <ksirivad@redhat.com>
qa/tasks/mgr/test_progress.py
src/mgr/ActivePyModules.cc
src/mgr/ActivePyModules.h
src/mgr/BaseMgrModule.cc
src/mon/Monitor.cc
src/mon/mon_types.h
src/pybind/mgr/ceph_module.pyi
src/pybind/mgr/mgr_module.py
src/pybind/mgr/progress/module.py
src/pybind/mgr/progress/test_progress.py