]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: disable agent by default 43526/head
authorAdam King <adking@redhat.com>
Wed, 13 Oct 2021 16:33:47 +0000 (12:33 -0400)
committerAdam King <adking@redhat.com>
Wed, 13 Oct 2021 16:33:47 +0000 (12:33 -0400)
to avoid issues while it is stabilized

Signed-off-by: Adam King <adking@redhat.com>
src/pybind/mgr/cephadm/module.py

index 41476c1c99207f1ddf9c75b039d754fb5d2cd206..14bf025199ceacca6b07ae15927dc3db8bd07c1e 100644 (file)
@@ -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(