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