]> git.proxmox.com Git - pve-docs.git/blame - datacenter.cfg.adoc
bump version to 4.3-1
[pve-docs.git] / datacenter.cfg.adoc
CommitLineData
c016ebb7
DM
1ifdef::manvolnum[]
2PVE({manvolnum})
3================
4include::attributes.txt[]
5
6NAME
7----
8
9datacenter.cfg - Proxmox VE Datacenter Configuration
10
11
12SYNOPSYS
13--------
14
15'/etc/pve/datacenter.cfg'
16
17
18DESCRIPTION
19-----------
20endif::manvolnum[]
21
22ifndef::manvolnum[]
23Datacenter Configuration
24========================
25include::attributes.txt[]
26endif::manvolnum[]
27
28The file '/etc/pve/datacenter.cfg' is a configuration file for
29{pve}. It contains cluster wide default values used by all nodes.
30
31File Format
32-----------
33
34The file uses a simple colon separated key/value format. Each line has
35the following format:
36
37 OPTION: value
38
39Blank lines in the file are ignored, and lines starting with a '#'
40character are treated as comments and are also ignored.
41
42
43Options
44-------
45
46include::datacenter.cfg.5-opts.adoc[]
47
48
49ifdef::manvolnum[]
50include::pve-copyright.adoc[]
51endif::manvolnum[]