Reserver (rsv)
Description
Provides synchronized reservation of domain resources across all domain service sites.
Divided into microservices by domain.
Reserved in Active-Passive mode. Scaled by domain tree partitioning.
Code |
|
Mode of operation |
|
Backup mode |
|
Types of sites |
|
Layer |
|
Placement |
|
Saving and restoring state on reboot |
|
appendix |
|
Own storage |
|
Limitations
-
The maximum time required for a resource reservation transaction is greater the larger the number of sites serving the domain.
Parameters
Configuration example
The configuration is managed in an application available to master domain administrators. The application hides the full content of the configuration, but it is nevertheless accessible via the API.
The configuration contains a section to describe all instances of all roles. Parameters are defined for each specific role instance.
{
"name": "rsv1",
"roletype": "rsv",
"iface": "eth0",
"group": 11050,
"order": 1
}