You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Accounting |:mod:`DataStore <DIRAC.AccountingSystem.Service.DataStoreHandler>` | PARTIAL | One master and helpers (See :ref:`datastorehelpers`) | +
93
+
| Accounting |:mod:`DataStore <DIRAC.AccountingSystem.Service.DataStoreHandler>` | PARTIAL | One controller and helpers (See :ref:`datastorehelpers`) | +
| Configuration |:mod:`Configuration <DIRAC.ConfigurationSystem.Service.ConfigurationHandler>` | PARTIAL | One master (rw) and slaves (ro). It's advised to have several CS slaves| YES +
97
+
| Configuration |:mod:`Configuration <DIRAC.ConfigurationSystem.Service.ConfigurationHandler>` | PARTIAL | One controller (rw) and workers (ro). Should have several CS workers | YES +
Copy file name to clipboardexpand all lines: docs/source/AdministratorGuide/Systems/Configuration/index.rst
+10-10
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,22 @@ Configuration System
5
5
====================
6
6
7
7
The configuration system serves the configuration to any other client (be it another server or a standard client).
8
-
The infrastructure is master/slave based.
8
+
The infrastructure is controller/worker based.
9
9
10
-
******
11
-
Master
12
-
******
10
+
**********
11
+
Controller
12
+
**********
13
13
14
-
The master Server holds the central configuration in a local file. This file is then served to the clients, and synchronized with the slave servers.
14
+
The controller Server holds the central configuration in a local file. This file is then served to the clients, and synchronized with the worker servers.
15
15
16
-
the master server also regularly pings the slave servers to make sure they are still alive. If not, they are removed from the list of CS.
16
+
the controller server also regularly pings the worker servers to make sure they are still alive. If not, they are removed from the list of CS.
17
17
18
-
When changes are committed to the master, a backup of the existing configuration file is made in ``etc/csbackup``.
18
+
When changes are committed to the controller, a backup of the existing configuration file is made in ``etc/csbackup``.
19
19
20
20
******
21
-
Slaves
21
+
Workers
22
22
******
23
23
24
-
Slave server registers themselves to the master when starting.
24
+
worker server registers themselves to the controller when starting.
25
25
They synchronize their configuration on a regular bases (every 5 minutes by default).
26
-
Note that the slave CS do not hold the configuration in a local file, but only in memory.
26
+
Note that the worker CS do not hold the configuration in a local file, but only in memory.
0 commit comments