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