]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/MgrStandby: add mgr_standby_modules option
authorSage Weil <sage@newdream.net>
Tue, 4 May 2021 14:57:16 +0000 (09:57 -0500)
committerSage Weil <sage@newdream.net>
Tue, 4 May 2021 14:57:16 +0000 (09:57 -0500)
commit20aa452048c39804a0eb6cec1bc7c8ff10c72adc
tree25fd1499ed12b554f1df434b0bbd6976df88480a
parentb379348d3d320cbd5978a547f501dec6320c09a3
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>
(cherry picked from commit 35d2146c1a801a2b478a19b9d62af0f10279fd34)

# Conflicts:
# src/common/options/global.yaml.in
 - added to options.cc instead
src/common/options.cc
src/mgr/MgrStandby.cc