]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/MgrMonitor: enable progress module by default
authorSage Weil <sage@redhat.com>
Tue, 27 Nov 2018 19:31:44 +0000 (13:31 -0600)
committerSage Weil <sage@redhat.com>
Tue, 18 Dec 2018 19:30:54 +0000 (13:30 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/MgrMonitor.cc

index be1ac123abd5199338d7538e3704cea59ead7276..7427ac3ff347c13513b6c7e8f9c99b8d1024d5e5 100644 (file)
@@ -43,6 +43,7 @@ const static std::map<uint32_t, std::set<std::string>> always_on_modules = {
     CEPH_RELEASE_NAUTILUS, {
       "crash",
       "status",
+      "progress",
       "balancer",
       "devicehealth",
       "volumes",