]>
git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: mgr prepare_create must replace ports, not append
- Root cause: empty "mgr services" skipped "if ports"; stale list +
unconditional append duplicated 8765 across redeploys.
- Fix: assign ports + [service_discovery_port] (tracker #76564).
- Repro tip: disable dashboard/prometheus, redeploy mgr repeatedly,
inspect mgr/cephadm/host.<host> JSON before/after.
Fixes: https://tracker.ceph.com/issues/76564
Signed-off-by: Kobi Ginon <kginon@redhat.com>