]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/MgrStandby: add mgr_standby_modules option
authorSage Weil <sage@newdream.net>
Tue, 13 Apr 2021 14:11:31 +0000 (10:11 -0400)
committerSage Weil <sage@newdream.net>
Fri, 16 Apr 2021 20:00:31 +0000 (16:00 -0400)
commit35d2146c1a801a2b478a19b9d62af0f10279fd34
tree2f1f61a9b6610b786fed63ecd0bcba2e120c353a
parent65f2848e978b3ef3908124dfbfbeed1f7bf52087
mgr/MgrStandby: add mgr_standby_modules option

Add config option to control whether the standby modules are started.
Default to true (no change in behavior), but if set to false the standby
mgr modules don't do the redirect business.

Signed-off-by: Sage Weil <sage@newdream.net>
src/common/options/global.yaml.in
src/mgr/MgrStandby.cc