]> git.proxmox.com Git - pve-docs.git/blob - datacenter.cfg.adoc
add correct wiki titles
[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 :title: Manual: datacenter.cfg
33 endif::wiki[]
34
35 The file `/etc/pve/datacenter.cfg` is a configuration file for
36 {pve}. It contains cluster wide default values used by all nodes.
37
38 File Format
39 -----------
40
41 The file uses a simple colon separated key/value format. Each line has
42 the following format:
43
44 OPTION: value
45
46 Blank lines in the file are ignored, and lines starting with a `#`
47 character are treated as comments and are also ignored.
48
49
50 Options
51 -------
52
53 include::datacenter.cfg.5-opts.adoc[]
54
55
56 ifdef::manvolnum[]
57 include::pve-copyright.adoc[]
58 endif::manvolnum[]