PCSD(8) | System Administration Utilities | PCSD(8) |
pcsd - pacemaker/corosync configuration system daemon
Daemon for controlling and configuring pacemaker/corosync clusters via pcs.
See ENVIRONMENT section in curl(1) man page for more details.
All files described in this section are located in /var/lib/pcsd/. They are not meant to be edited manually unless said otherwise.
This JSON file controls pcsd and cluster configuration files
synchronization across cluster nodes which pcsd is doing automatically in
the background. This file can be safely edited manually.
Example:
{
"file_backup_count": 50,
"thread_disabled": false,
"thread_interval": 600,
"thread_interval_previous_not_connected": 60,
"thread_paused_until": 1487780453
}
This JSON file stores information about hosts known to the local pcsd which are used to login to remote instances of pcsd. Stored information include host addresses, pcsd ports and authentication tokens.
This JSON file contains web UI and cluster configuration such as clusters managed from web UI and cluster permissions.
This JSON file stores authentication tokens accepted by local instance of pcsd.
Web UI cookie secret.
These files contain pcsd server certificate and private key.
February 2021 | pcs 0.10.8 |