Bug #7450
closedVirtual IP replication before "applying" config
0%
Description
Hi;
the setup to reproduce is easy this is a HA cluster as described here : https://doc.pfsense.org/index.php/Configuring_pfSense_Hardware_Redundancy_%28CARP%29
(PfSense is installed on a ESXI cluster)
We discover when creating a CARP VIP on a master member the slave get the CARP vip WITHEOUT Applying changes..
Is it a normal behaviour ?
Files
Updated by Jim Pingle about 8 years ago
- Status changed from New to Rejected
That is expected. "Apply changes" only affects the host you are configuring. Changes are applied on sync to the secondary, which happens as soon as the settings are saved.
Updated by Pierre Blanes about 8 years ago
Jim Pingle wrote:
That is expected. "Apply changes" only affects the host you are configuring. Changes are applied on sync to the secondary, which happens as soon as the settings are saved.
Ok ! Thanks, for your very fast answer.