]> git.proxmox.com Git - pve-docs.git/blob - datacenter.cfg.adoc
pct.adoc: s/Container Network/Network/
[pve-docs.git] / datacenter.cfg.adoc
1 [[datacenter_configuration_file]]
2 ifdef::manvolnum[]
3 datacenter.cfg(5)
4 =================
5 include::attributes.txt[]
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 ifndef::manvolnum[]
24 Datacenter Configuration
25 ========================
26 include::attributes.txt[]
27 endif::manvolnum[]
28 ifdef::wiki[]
29 :title: Manual: datacenter.cfg
30 :pve-toplevel:
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[]