]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Revert "rgw: register daemon in service map with more details"
authorSage Weil <sage@newdream.net>
Fri, 5 Mar 2021 14:40:59 +0000 (09:40 -0500)
committerSage Weil <sage@newdream.net>
Fri, 5 Mar 2021 14:45:23 +0000 (09:45 -0500)
commit780b71cd0f069757094cab01ac39b43dad687b9e
tree15f84cfb69e77c95d3eb2dd4c9e62426c637e9ea
parentcab87f956b06551db1eec88cd76ea34e235b6a71
Revert "rgw: register daemon in service map with more details"

This reverts commit 46ec2f0ddd81b4b5b4a61633eada998dcd606c9b.

This broke cephadm (by triggering CEPHADM_STRAY_DAEMON) because cephadm
assumes that a daemon named rgw.r.z.foo will register as rgw.r.z.foo.

It is not clear to me that there is a way to work around this naming
mismatch that makes much sense.  I think it makes more sense to focus on
the use-case that needs daemons to register under unique names and perhaps
control that naming behavior via an option or invest in providing daemons
with unique ids up front.

Signed-off-by: Sage Weil <sage@newdream.net>
src/rgw/rgw_rados.cc