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