Bug #6892
CARP VIPs Deleted entering CARP Maintenance Mode
100%
Description
There is an issue both upgrading CARP HA cluster and subsequent entering and leaving CARP maintenance mode.
When entering CARP maintenance mode, the CARP VIPs are removed from the interfaces instead of just having their skews raised.
Probably related to this:
Nov 4 02:57:27 php-fpm 286 /status_carp.php: The command ‘/sbin/ifconfig xn1 ‘172.25.228.17’/’24’ alias vhid ‘1’’ returned exit code ‘1’, the output was ‘ifconfig: ioctl (SIOCAIFADDR): Protocol not available’
Log of upgrade procedure I followed attached for more info.
History
#1
Updated by Jim Thompson about 4 years ago
- Assignee set to Renato Botelho
#2
Updated by Luiz Souza about 4 years ago
- Assignee changed from Renato Botelho to Luiz Souza
#3
Updated by Luiz Souza about 4 years ago
- % Done changed from 0 to 50
IPv4 was fixed by this commit: https://github.com/pfsense/FreeBSD-src/commit/77805aa5fa51dbd2ed0b6c363c6235c892caee76
v6 is still a WIP.
#4
Updated by Luiz Souza about 4 years ago
- Status changed from New to Feedback
- % Done changed from 50 to 100
v6 CARP addresses now works too: https://github.com/pfsense/FreeBSD-src/commit/580e1b6a1155103292e67771940801d8fe896f45
#5
Updated by Jim Pingle about 4 years ago
- Status changed from Feedback to Resolved
Works, VIPs are still there and their skews are raised as expected. Secondary takes over like it should. Comes out of maintenance mode OK too.