From: Marcin Siodelski Date: Tue, 24 Jul 2018 09:01:43 +0000 (+0200) Subject: [5675] Added note to the HA users guide. X-Git-Tag: ha_phase2~41^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a01ff9967f26d38559a377a4ec414f1dda64f12f;p=thirdparty%2Fkea.git [5675] Added note to the HA users guide. --- diff --git a/doc/guide/hooks-ha.xml b/doc/guide/hooks-ha.xml index 36e1f50051..a7af55c78a 100644 --- a/doc/guide/hooks-ha.xml +++ b/doc/guide/hooks-ha.xml @@ -1219,6 +1219,15 @@ In order to pause the state machine after lease database synchronization, use the ready state instead. + + The state of the HA state machine depends on the state of the + cooperating server. Therefore, it must be taken into account that + pausing the state machine of one server may affect the operation of the + partner server. For example: if the primary server is paused in the + waiting state the partner server will also remain in + the waiting state until the state machine of the + primary server is resumed and that server transitions to the + ready state.