From 41173eb13af593b3e614f3ca6797e9e38c889d45 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 13 Aug 2018 15:39:44 -0500 Subject: [PATCH] mgr: keep status, balancer always on Signed-off-by: Sage Weil --- src/mgr/mgr_commands.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mgr/mgr_commands.cc b/src/mgr/mgr_commands.cc index c509d68dd99e6..fa9b15e42b9e8 100644 --- a/src/mgr/mgr_commands.cc +++ b/src/mgr/mgr_commands.cc @@ -14,7 +14,11 @@ // enabled set (or upgrade script to run `disable always_on_modules = {"crash"}; +const std::set 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 -- 2.39.5