]> git.proxmox.com Git - pve-docs.git/blame - datacenter.cfg.adoc
new file pve-docs-mediawiki-import.in
[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:
cb84ed18 32:title: Manual: datacenter.cfg
5f09af76
DM
33endif::wiki[]
34
8c1189b6 35The file `/etc/pve/datacenter.cfg` is a configuration file for
c016ebb7
DM
36{pve}. It contains cluster wide default values used by all nodes.
37
38File Format
39-----------
40
41The file uses a simple colon separated key/value format. Each line has
42the following format:
43
44 OPTION: value
45
8c1189b6 46Blank lines in the file are ignored, and lines starting with a `#`
c016ebb7
DM
47character are treated as comments and are also ignored.
48
49
50Options
51-------
52
53include::datacenter.cfg.5-opts.adoc[]
54
55
56ifdef::manvolnum[]
57include::pve-copyright.adoc[]
58endif::manvolnum[]