Scroll to navigation

PCSD(8) System Administration Utilities PCSD(8)

NAME

pcsd - pacemaker/corosync configuration system daemon

DESCRIPTION

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

ENVIRONMENT

Network and SSL/TLS Settings

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.

Web UI Settings

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

Proxy Settings

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.

Miscellaneous Settings

Set to true for advanced pcsd debugging information.

FILES

All files described in this section are located in /var/lib/pcsd/. They are not meant to be edited manually unless said otherwise.

cfgsync_ctl

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.

known-hosts

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.

pcs_settings.conf

This JSON file contains web UI and cluster configuration such as clusters managed from web UI and cluster permissions.

pcs_users.conf

This JSON file stores authentication tokens accepted by local instance of pcsd.

pcsd.cookiesecret

Web UI cookie secret.

pcsd.crt, pcsd.key

These files contain pcsd server certificate and private key.

SEE ALSO

pcs(8) pcs_snmp_agent(8)

curl(1)

2022-06-23 pcs 0.11.3