From: John Mulligan Date: Mon, 9 Mar 2026 20:04:40 +0000 (-0400) Subject: mgr/cephadm: remove special jaeger if-block in _check_daemons X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=347543cce2acb03ad5804d01ff6d19ad3141ccc3;p=ceph.git mgr/cephadm: remove special jaeger if-block in _check_daemons This is replaced with a jaeger agent service class method. Signed-off-by: John Mulligan --- diff --git a/src/pybind/mgr/cephadm/serve.py b/src/pybind/mgr/cephadm/serve.py index 2091c0ef052c..26446ecf3642 100644 --- a/src/pybind/mgr/cephadm/serve.py +++ b/src/pybind/mgr/cephadm/serve.py @@ -1208,11 +1208,6 @@ class CephadmServe: REDEPLOY_TRIGGERS = ['secure_monitoring_stack', 'mgmt-gateway'] if any(svc in e for e in diff for svc in REDEPLOY_TRIGGERS): action = 'redeploy' - elif dd.daemon_type == 'jaeger-agent': - # changes to jaeger-agent deps affect the way the unit.run for - # the daemon is written, which we rewrite on redeploy, but not - # on reconfig. - action = 'redeploy' elif dd.daemon_type == 'haproxy': if spec and hasattr(spec, 'backend_service'): backend_spec = self.mgr.spec_store[spec.backend_service].spec