]> git.proxmox.com Git - pve-docs.git/blob - datacenter.cfg.adoc
mark toplevel docs
[pve-docs.git] / datacenter.cfg.adoc
1 ifdef::manvolnum[]
2 PVE({manvolnum})
3 ================
4 include::attributes.txt[]
5
6 :pve-toplevel:
7
8 NAME
9 ----
10
11 datacenter.cfg - Proxmox VE Datacenter Configuration
12
13
14 SYNOPSIS
15 --------
16
17 `/etc/pve/datacenter.cfg`
18
19
20 DESCRIPTION
21 -----------
22 endif::manvolnum[]
23
24 ifndef::manvolnum[]
25 Datacenter Configuration
26 ========================
27 include::attributes.txt[]
28 endif::manvolnum[]
29
30 ifdef::wiki[]
31 :pve-toplevel:
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[]