]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: do not prime service cache on reconfig
authorSage Weil <sage@newdream.net>
Tue, 9 Mar 2021 18:15:20 +0000 (12:15 -0600)
committerSage Weil <sage@newdream.net>
Tue, 16 Mar 2021 12:56:17 +0000 (07:56 -0500)
commitf527f66c17aad2554708db5be1e68298af830252
tree731284a77e0b8dfe9e3e761352ade0b46dec4a49
parent27160009035feb615c20876fcb74f57d21380152
mgr/cephadm: do not prime service cache on reconfig

Ceph daemon reconfig does not need any daemon state refresh since we don't
do a restart--we just rewrite the ceph.conf.  This also avoids priming
our cache with a 'starting' state when the daemon wasn't touched.

Fixes: https://tracker.ceph.com/issues/49675
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 248cb6a76ff52a4e5b5758b97a0d6cd812d9f9f5)
src/pybind/mgr/cephadm/serve.py