ingress service vrrp_interface_network bad effect
Hi, I am trying to deploy an ingress service with this spec: service_type: ingress service_id: rgw.default.default placement: label: ingress spec: backend_service: rgw.default.default virtual_ip: 10.166.166.205/24 frontend_port: 80 monitor_port: 8081 virtual_interface_networks: - 10.166.166.0/24 vrrp_interface_network: 10.104.130.0/24 The orchestrator tells me this: 2026-07-27T12:16:36.145458+0000 mgr.ceph103.xxazgi [INF] 10.166.166.205 is in 10.166.166.0/24 on ceph203 interface bondaccess.166 2026-07-27T12:16:36.145729+0000 mgr.ceph103.xxazgi [INF] 10.166.166.205 is in 10.166.166.0/24 on ceph204 interface bondaccess.166 2026-07-27T12:16:36.145809+0000 mgr.ceph103.xxazgi [INF] vrrp will be configured on ceph203 interface ['bondceph.1530'] (which is in subnet 10.104.130.0/24) 2026-07-27T12:16:36.147088+0000 mgr.ceph103.xxazgi [INF] Deploying daemon keepalived.rgw.default.default.ceph203.ztemnc on ceph203 2026-07-27T12:16:39.683591+0000 mgr.ceph103.xxazgi [INF] 10.166.166.205 is in 10.166.166.0/24 on ceph204 interface bondaccess.166 2026-07-27T12:16:39.683858+0000 mgr.ceph103.xxazgi [INF] 10.166.166.205 is in 10.166.166.0/24 on ceph203 interface bondaccess.166 2026-07-27T12:16:39.683958+0000 mgr.ceph103.xxazgi [INF] vrrp will be configured on ceph204 interface ['bondceph.1530'] (which is in subnet 10.104.130.0/24) 2026-07-27T12:16:39.684823+0000 mgr.ceph103.xxazgi [INF] Deploying daemon keepalived.rgw.default.default.ceph204.cpzqgk on ceph204 But the keepalived.conf contains this: interface bondceph.1530 unicast_src_ip 10.166.166.103 unicast_peer { 10.166.166.104 } which are the hosts' IPs in the network of the virtual IP. Why does the orchestrator not configure the IPs of the bondceph.1530 interface for VRRP? This results in both nodes having the virtual IP online as the backup keepalived does not get any VRRP packets from the first node. Regards -- Robert Sander Linux Consultant Heinlein Consulting GmbH Schwedter Str. 8/9b, 10119 Berlin https://www.heinlein-support.de Tel: +49 30 405051 - 0 Fax: +49 30 405051 - 19 Amtsgericht Berlin-Charlottenburg - HRB 220009 B Geschäftsführer: Peer Heinlein - Sitz: Berlin
participants (1)
-
Robert Sander