From 7120d5dc6feaa307c0dd8cdb30a375d6cf986ce5 Mon Sep 17 00:00:00 2001 From: Adam King Date: Wed, 13 Oct 2021 12:33:47 -0400 Subject: [PATCH] mgr/cephadm: disable agent by default to avoid issues while it is stabilized Signed-off-by: Adam King --- src/pybind/mgr/cephadm/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index 41476c1c99207..14bf025199cea 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -334,7 +334,7 @@ class CephadmOrchestrator(orchestrator.Orchestrator, MgrModule, Option( 'use_agent', type='bool', - default=True, + default=False, desc='Use cephadm agent on each host to gather and send metadata' ), Option( -- 2.39.5