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