Rack NF Roles
The following is a list of applicable rack NF roles:
Note |
|
-
PRIMARY
: In this role, the rack is in ready state and actively taking traffic for the given instance. -
STANDBY
: In this role, the rack is in standby mode, ready to take traffic, but not taking traffic for the given instance. -
STANDBY_ERROR
: In this role, the rack is in problem state, not active, and not ready to take traffic for the given instance.NoteWhen the instance role is in
STANDBY_ERROR
, data replication gets halted. The commandshow georeplication-status
consistently fails under this condition. However, once the instance role gets transitioned toSTANDBY
, data replication resumes automatically, and the command displays the result aspass
. -
FAILOVER_INIT
: In this role, the rack has started to fail over and not in condition to take traffic. The buffer time is two seconds for the application to complete their activity.
For fresh installation, the rack boots-up with the following roles:
-
PRIMARY
: In this role, the rack is in for the local instance (each rack has localinstance-id
configured to identify the local instance). It is recommended not to configure the pods for monitoring during fresh installation. Once the setup is ready, you can configure the pods for monitoring. -
STANDBY
: In this role, the rack is in for other instances.
For upgrades, the rack boots-up with the following roles:
-
STANDBY_ERROR
: In this role, the rack is for all the instances as moving the traffic post upgrade needs manual intervention.