Storage (st)
Description
Universal site storage. Used by various roles as an internal service.
Reserved in Active-Passive mode. Scalable by partitioning into groups by hash sums of keys.
Code |
|
Mode of operation |
|
Backup mode |
|
Types of sites |
|
Layer |
|
Placement |
|
Saving and restoring state on reboot |
|
appendix |
|
Own storage |
|
Limitations
-
Present in the initial configuration.
-
Must be present at every site.
-
When a role is unavailable, most services do not function, including the inability to boot the system.
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.
{
"st1": {
"name": "store1",
"roletype": "st",
"iface": "eth0",
"group": "11080",
"order": "1"
}
}