From: Adam King Date: Wed, 13 Oct 2021 16:33:47 +0000 (-0400) Subject: mgr/cephadm: disable agent by default X-Git-Tag: v17.1.0~702^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7120d5dc6feaa307c0dd8cdb30a375d6cf986ce5;p=ceph.git mgr/cephadm: disable agent by default to avoid issues while it is stabilized Signed-off-by: Adam King --- diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index 41476c1c9920..14bf025199ce 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(