IP address 192.168.25.181/24 is down, must be down #309
Replies: 2 comments 6 replies
-
I assume your settings are wrong. You are using patroni rest api but specified trigger key for etcd dcs type |
Beta Was this translation helpful? Give feedback.
-
I have a similar problem, but I made sure that everything seemed to be installed correctly. ● vip-manager.service - Manages Virtual IP for Patroni мая 21 21:46:16 gauss-db-node01 vip-manager[1205]: ip : 10.254.0.19 Tell me what to do. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
systemctl status vip-manager
● vip-manager.service - Manages Virtual IP for Patroni
Loaded: loaded (/usr/lib/systemd/system/vip-manager.service; enabled; preset: disabled)
Active: active (running) since Wed 2025-04-02 09:29:29 +03; 7min ago
Main PID: 5520 (vip-manager)
Tasks: 11 (limit: 100245)
Memory: 11.2M
CPU: 268ms
CGroup: /system.slice/vip-manager.service
└─5520 /usr/bin/vip-manager --ip=192.168.25.181 --interface=ens160 --netmask=24 --trigger-key=/service/pg_cluster/leader --trigger-value=PGD2 --dcs-type=patroni
Apr 02 09:34:59 PGD2 vip-manager[5520]: 2025-04-02T09:34:59.978+0300 INFO IP address 192.168.25.181/24 is down, must be down
Apr 02 09:35:09 PGD2 vip-manager[5520]: 2025-04-02T09:35:09.978+0300 INFO IP address 192.168.25.181/24 is down, must be down
Apr 02 09:35:19 PGD2 vip-manager[5520]: 2025-04-02T09:35:19.979+0300 INFO IP address 192.168.25.181/24 is down, must be down
Apr 02 09:35:29 PGD2 vip-manager[5520]: 2025-04-02T09:35:29.980+0300 INFO IP address 192.168.25.181/24 is down, must be down
Apr 02 09:35:39 PGD2 vip-manager[5520]: 2025-04-02T09:35:39.981+0300 INFO IP address 192.168.25.181/24 is down, must be down
Apr 02 09:35:49 PGD2 vip-manager[5520]: 2025-04-02T09:35:49.982+0300 INFO IP address 192.168.25.181/24 is down, must be down
Apr 02 09:35:59 PGD2 vip-manager[5520]: 2025-04-02T09:35:59.982+0300 INFO IP address 192.168.25.181/24 is down, must be down
Apr 02 09:36:09 PGD2 vip-manager[5520]: 2025-04-02T09:36:09.983+0300 INFO IP address 192.168.25.181/24 is down, must be down
Apr 02 09:36:19 PGD2 vip-manager[5520]: 2025-04-02T09:36:19.984+0300 INFO IP address 192.168.25.181/24 is down, must be down
Apr 02 09:36:29 PGD2 vip-manager[5520]: 2025-04-02T09:36:29.985+0300 INFO IP address 192.168.25.181/24 is down, must be down
I'm experiencing an issue where the virtual IP address isn't being set on the interface. My setup includes PostgreSQL 17, etcd 3.5.20, and Patroni 3.0.4, but the IP isn't coming up as expected. . The vip-manager logs indicate that the IP is down, and it keeps trying to register it.
Could you please help me troubleshoot this issue?
Beta Was this translation helpful? Give feedback.
All reactions