DOKK / manpages / debian 11 / pcs / pcsd.8.en
PCSD(8) System Administration Utilities PCSD(8)

pcsd - pacemaker/corosync configuration system daemon

Daemon for controlling and configuring pacemaker/corosync clusters via pcs.

List of IP addresses pcsd should bind to delimited by ',' character.
Port on which pcsd should be available.
SSL/TLS options delimited by ',' character. This is usually used to set SSL/TLS protocols accepted by pcsd. List of valid options can be obtained by running: ruby -e 'require "openssl"; puts OpenSSL::SSL.constants.grep /^OP_/'
SSL/TLS ciphers accepted by pcsd.

Set to true to disable web UI frontend in pcsd.
Web UI session lifetime in seconds.

See ENVIRONMENT section in curl(1) man page for more details.

Proxy server address for node to node communication.
Proxy server address for node to node communication.
List of hostnames for which proxy is not used.

Set to true for advanced pcsd debugging information.

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
}

How many backup files should be kept for each synchronized file.
Set this to true to completely disable the synchronization.
How often in seconds should pcsd ask other nodes if the synchronized files have changed.
How often in seconds should pcsd ask other nodes if the synchronized files have changed if during the previous attempt pcsd was unable to connect to at least two nodes.
Disable the synchronization until the set unix timestamp.

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.

pcs(8) pcs_snmp_agent(8)

curl(1)

February 2021 pcs 0.10.8