Bug #16185
closedFreeRADIUS HA sync changes may be overwritten by the system config XMLRPC sync
0%
Description
Making a change in FreeRADIUS on a HA cluster with configured FreeRADIUS sync triggers both the XMLRPC sync for the general config categories, and for FreeRADIUS specifically. System log attached.
config history of the 2nd node somehow registers FreeRADIUS config sync first then the general config categories sync, thus the 2nd sync re-writes the change synced for FreeRADIUS. Logs attached
config history shows:
01. 4/28/25 13:45:25 v23.6 (system)@172.31.255.1
Merged in config (staticroutes, gateways, virtualip, system, voucher, hasync, aliases, ca, cert, crl, dhcpd, dnshaper, filter, ipsec, nat, openvpn, schedules, shaper, unbound, wol sections) from XMLRPC client.
02. 4/28/25 13:45:24 v23.6 (system)@172.31.255.1
Merged in config (freeradius, freeradiusclients, freeradiusinterfaces, freeradiussettings, freeradiuseapconf, freeradiussqlconf sections) from XMLRPC client.
diffs between 01 and 02 show 02 adding the FreeRADIUS config changes, and 01 erasing them.
Unable to reproduce in lab, probably depends on the overall config size
Files
Related issues
Updated by Georgiy Tyutyunnik 3 months ago
patch works, customer reports the issue as resolved.
we can close it
Updated by Marcos M 3 months ago
- Related to Todo #16231: Update packages to use the XMLRPC plugins for HA added
Updated by Marcos M 3 months ago
- Status changed from Pull Request Review to Closed
- Assignee deleted (
Marcos M)
This will be fixed once https://redmine.pfsense.org/issues/16231 is implemented.