]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr: keep status, balancer always on
authorSage Weil <sage@redhat.com>
Mon, 13 Aug 2018 20:39:44 +0000 (15:39 -0500)
committerSage Weil <sage@redhat.com>
Sat, 18 Aug 2018 14:25:45 +0000 (09:25 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/mgr/mgr_commands.cc

index c509d68dd99e60353b483b94b6517eb61a030910..fa9b15e42b9e8c42c7cbc74141da265a3beb0e18 100644 (file)
 // enabled set (or upgrade script to run `disable <module`). At the time of
 // writing, the proposed always-on modules are being added within the same
 // release.
-const std::set<std::string> always_on_modules = {"crash"};
+const std::set<std::string> always_on_modules = {
+  "crash",
+  "status",
+  "balancer",
+};
 
 /* The set of statically defined (C++-handled) commands.  This
  * does not include the Python-defined commands, which are loaded