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