]> git.proxmox.com Git - pve-docs.git/blame_incremental - datacenter.cfg.adoc
Fix typo in output-format.adoc
[pve-docs.git] / datacenter.cfg.adoc
... / ...
CommitLineData
1[[datacenter_configuration_file]]
2ifdef::manvolnum[]
3datacenter.cfg(5)
4=================
5:pve-toplevel:
6
7NAME
8----
9
10datacenter.cfg - Proxmox VE Datacenter Configuration
11
12
13SYNOPSIS
14--------
15
16`/etc/pve/datacenter.cfg`
17
18
19DESCRIPTION
20-----------
21endif::manvolnum[]
22ifndef::manvolnum[]
23Datacenter Configuration
24========================
25endif::manvolnum[]
26ifdef::wiki[]
27:title: Manual: datacenter.cfg
28:pve-toplevel:
29endif::wiki[]
30
31The file `/etc/pve/datacenter.cfg` is a configuration file for
32{pve}. It contains cluster wide default values used by all nodes.
33
34File Format
35-----------
36
37The file uses a simple colon separated key/value format. Each line has
38the following format:
39
40 OPTION: value
41
42Blank lines in the file are ignored, and lines starting with a `#`
43character are treated as comments and are also ignored.
44
45
46Options
47-------
48
49include::datacenter.cfg.5-opts.adoc[]
50
51
52ifdef::manvolnum[]
53include::pve-copyright.adoc[]
54endif::manvolnum[]