]> git.proxmox.com Git - pve-docs.git/blame - datacenter.cfg.adoc
pve-doc-generator: install asciidoc-pve binary
[pve-docs.git] / datacenter.cfg.adoc
CommitLineData
c016ebb7 1ifdef::manvolnum[]
7e2fdb3d
DM
2PVE(5)
3======
c016ebb7 4include::attributes.txt[]
5f09af76
DM
5:pve-toplevel:
6
c016ebb7
DM
7NAME
8----
9
10datacenter.cfg - Proxmox VE Datacenter Configuration
11
12
49a5e11c 13SYNOPSIS
c016ebb7
DM
14--------
15
8c1189b6 16`/etc/pve/datacenter.cfg`
c016ebb7
DM
17
18
19DESCRIPTION
20-----------
21endif::manvolnum[]
22
23ifndef::manvolnum[]
24Datacenter Configuration
25========================
26include::attributes.txt[]
27endif::manvolnum[]
28
5f09af76
DM
29ifdef::wiki[]
30:pve-toplevel:
cb84ed18 31:title: Manual: datacenter.cfg
5f09af76
DM
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[]