The file /etc/pve/datacenter.cfg
is a configuration file for
Proxmox VE. It contains cluster wide default values used by all nodes.
The file uses a simple colon separated key/value format. Each line has the following format:
OPTION: value
Blank lines in the file are ignored, and lines starting with a #
character are treated as comments and are also ignored.
bwlimit
: [clone=<LIMIT>] [,default=<LIMIT>] [,migration=<LIMIT>] [,move=<LIMIT>] [,restore=<LIMIT>]
Set bandwidth/io limits various operations.
clone
=<LIMIT>
default
=<LIMIT>
migration
=<LIMIT>
move
=<LIMIT>
restore
=<LIMIT>
console
: <applet | html5 | vv | xtermjs>
description
: <string>
email_from
: <string>
fencing
: <both | hardware | watchdog>
(default = watchdog
)
Set the fencing mode of the HA cluster. Hardware mode needs a valid configuration of fence devices in /etc/pve/ha/fence.cfg. With both all two modes are used.
hardware and both are EXPERIMENTAL & WIP
ha
: shutdown_policy=<enum>
Cluster wide HA settings.
shutdown_policy
=<conditional | failover | freeze | migrate>
(default = conditional
)
http_proxy
: http://.*
keyboard
: <da | de | de-ch | en-gb | en-us | es | fi | fr | fr-be | fr-ca | fr-ch | hu | is | it | ja | lt | mk | nl | no | pl | pt | pt-br | sl | sv | tr>
language
: <ca | da | de | en | es | eu | fa | fr | he | it | ja | nb | nn | pl | pt_BR | ru | sl | sv | tr | zh_CN | zh_TW>
mac_prefix
: <string>
max_workers
: <integer> (1 - N)
migration
: [type=]<secure|insecure> [,network=<CIDR>]
For cluster wide migration settings.
network
=<CIDR>
type
=<insecure | secure>
(default = secure
)
migration_unsecure
: <boolean>
u2f
: [appid=<APPID>] [,origin=<URL>]
u2f
appid
=<APPID>
origin
=<URL>
webauthn
: [id=<DOMAINNAME>] [,origin=<URL>] [,rp=<RELYING_PARTY>]
webauthn configuration
id
=<DOMAINNAME>
origin
=<URL>
https://
URL (or http://localhost
). Should contain the address users type in their browsers to access the web interface. Changing this may break existing credentials.
rp
=<RELYING_PARTY>