]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Merge pull request #29073 from dillaman/wip-40790
authorKefu Chai <kchai@redhat.com>
Wed, 24 Jul 2019 06:18:50 +0000 (14:18 +0800)
committerGitHub <noreply@github.com>
Wed, 24 Jul 2019 06:18:50 +0000 (14:18 +0800)
mon/mgr: add 'rbd_support' to list of always-on mgr modules

Reviewed-by: Mykola Golub <mgolub@suse.com>
1  2 
src/mon/MgrMonitor.cc

index 8f3dcd055566c3dded721273905bbce593f6a360,b6ff4a0d9171cefadef2781884d092cfca100d2e..fb8fe4ea08ec0f8c2d9289b8901d428e3a0d1ee6
@@@ -59,8 -60,8 +60,9 @@@ const static std::map<uint32_t, std::se
        "balancer",
        "devicehealth",
        "orchestrator_cli",
+       "rbd_support",
        "volumes",
 +      "pg_autoscaler",
      }
    }
  };