]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/MgrMonitor: enable volumes module by default
authorSage Weil <sage@redhat.com>
Tue, 27 Nov 2018 03:43:06 +0000 (21:43 -0600)
committerSage Weil <sage@redhat.com>
Tue, 27 Nov 2018 19:00:45 +0000 (13:00 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/MgrMonitor.cc

index df053ce87e46c451b734fd0cddd2517773983608..be1ac123abd5199338d7538e3704cea59ead7276 100644 (file)
@@ -44,7 +44,8 @@ const static std::map<uint32_t, std::set<std::string>> always_on_modules = {
       "crash",
       "status",
       "balancer",
-      "devicehealth"
+      "devicehealth",
+      "volumes",
     }
   }
 };