Comment 6 for bug 2055787

Revision history for this message
macchese (max-liccardo) wrote : Re: remove-unit doesn't remove monitor from cluster

another side effect I found is when using ceph-dashboard in HA mode by charm-openstack-loadbalancer.
In that case the removed ip mon (192.168.70.12:8443) remained into the haproxy conf

frontend ceph_dashboard_front
  mode tcp
  bind *:8443
  option tcplog
  default_backend ceph_dashboard_back

backend ceph_dashboard_back
  mode tcp
  option httpchk GET /
  http-check expect status 200
  server ceph-dashboard_3 192.168.70.12:8443 check-ssl check verify none
  server ceph-dashboard_5 192.168.70.14:8443 check-ssl check verify none
  server ceph-dashboard_6 192.168.70.33:8443 check-ssl check verify none
  server ceph-dashboard_7 192.168.70.28:8443 check-ssl check verify none