]> git.proxmox.com Git - pve-docs.git/blob - datacenter.cfg.adoc
Extending the firewall documentation regarding standard rules and logging
[pve-docs.git] / datacenter.cfg.adoc
1 [[datacenter_configuration_file]]
2 ifdef::manvolnum[]
3 datacenter.cfg(5)
4 =================
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 ifndef::manvolnum[]
23 Datacenter Configuration
24 ========================
25 endif::manvolnum[]
26 ifdef::wiki[]
27 :title: Manual: datacenter.cfg
28 :pve-toplevel:
29 endif::wiki[]
30
31 The file `/etc/pve/datacenter.cfg` is a configuration file for
32 {pve}. It contains cluster wide default values used by all nodes.
33
34 File Format
35 -----------
36
37 The file uses a simple colon separated key/value format. Each line has
38 the following format:
39
40 OPTION: value
41
42 Blank lines in the file are ignored, and lines starting with a `#`
43 character are treated as comments and are also ignored.
44
45
46 Options
47 -------
48
49 include::datacenter.cfg.5-opts.adoc[]
50
51
52 ifdef::manvolnum[]
53 include::pve-copyright.adoc[]
54 endif::manvolnum[]