Project

General

Profile

Bug #16185

Updated by Marcos M 18 days ago

We have a customer facing this issue, ticket: https://app.hubspot.com/contacts/1826203/record/0-5/22862036396 
 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

Back