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