]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr: enable devicehealth by default
authorSage Weil <sage@redhat.com>
Fri, 8 Jun 2018 14:01:34 +0000 (09:01 -0500)
committerSage Weil <sage@redhat.com>
Sat, 23 Jun 2018 22:01:31 +0000 (17:01 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/common/options.cc
src/vstart.sh

index f370707cb51b381092787338439d7cac8a44c83e..fe74a73a148c9726e1bb785aeba2ce0df0928165 100644 (file)
@@ -4771,7 +4771,7 @@ std::vector<Option> get_global_options() {
     .set_description("Filesystem path to manager modules."),
 
     Option("mgr_initial_modules", Option::TYPE_STR, Option::LEVEL_BASIC)
-    .set_default("restful status balancer iostat")
+    .set_default("restful status balancer iostat devicehealth")
     .set_flag(Option::FLAG_NO_MON_UPDATE)
     .set_flag(Option::FLAG_CLUSTER_CREATE)
     .add_service("mon")
index 9b4af13d86cb71735e4a8dab91f7d350c2c6a742..7dd94a9569221f74970d88f8a290ac084c24db43 100755 (executable)
@@ -434,7 +434,7 @@ prepare_conf() {
         heartbeat file = $CEPH_OUT_DIR/\$name.heartbeat
 "
 
-    local mgr_modules="restful status balancer iostat"
+    local mgr_modules="restful status balancer iostat devicehealth"
     if $with_mgr_dashboard; then
       mgr_modules="dashboard $mgr_modules"
     fi