]> git.proxmox.com Git - pve-docs.git/blame - datacenter.cfg.adoc
add qmeventd manpage
[pve-docs.git] / datacenter.cfg.adoc
CommitLineData
80c0adcb 1[[datacenter_configuration_file]]
c016ebb7 2ifdef::manvolnum[]
b2f242ab
DM
3datacenter.cfg(5)
4=================
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[]
c016ebb7
DM
22ifndef::manvolnum[]
23Datacenter Configuration
24========================
c016ebb7 25endif::manvolnum[]
5f09af76 26ifdef::wiki[]
cb84ed18 27:title: Manual: datacenter.cfg
e1d66945 28:pve-toplevel:
5f09af76
DM
29endif::wiki[]
30
8c1189b6 31The file `/etc/pve/datacenter.cfg` is a configuration file for
c016ebb7
DM
32{pve}. It contains cluster wide default values used by all nodes.
33
34File Format
35-----------
36
37The file uses a simple colon separated key/value format. Each line has
38the following format:
39
40 OPTION: value
41
8c1189b6 42Blank lines in the file are ignored, and lines starting with a `#`
c016ebb7
DM
43character are treated as comments and are also ignored.
44
45
46Options
47-------
48
49include::datacenter.cfg.5-opts.adoc[]
50
51
52ifdef::manvolnum[]
53include::pve-copyright.adoc[]
54endif::manvolnum[]