2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[#2050] Hot-standby description updated

This commit is contained in:
Tomek Mrugalski 2021-09-23 15:45:28 +02:00
parent a3425b9977
commit 10fb8a249c
2 changed files with 4 additions and 4 deletions

View File

@ -85,8 +85,8 @@
// This parameter points to this server instance. The respective
// HA peers must have this parameter set to their own names.
"this-server-name": "server1",
// The HA mode is set to host-standby. In this mode, the active
// servers share the traffic (50/50).
// The HA mode is set to host-standby. In this mode, the active server handles
// all the traffic. The standby takes over if the primary becomes unavailable.
"mode": "hot-standby",
// Heartbeat is to be sent every 10 seconds if no other control
// commands are transmitted.

View File

@ -85,8 +85,8 @@
// This parameter points to this server instance. The respective
// HA peers must have this parameter set to their own names.
"this-server-name": "server2",
// The HA mode is set to host-standby. In this mode, the active
// servers share the traffic (50/50).
// The HA mode is set to host-standby. In this mode, the active server handles
// all the traffic. The standby takes over if the primary becomes unavailable.
"mode": "hot-standby",
// Heartbeat is to be sent every 10 seconds if no other control
// commands are transmitted.