pve-docs/datacenter.cfg.adoc
Fabian Grünbichler 8c1189b640 formatting cleanup
reformat most existing 'text' as either `text` or ``text''
reformat most existing "text" as either ``text'' or `text`
reformat 'x' as `x`
harmonize bullet list syntax to use '*' instead of '-'
2016-09-27 11:27:46 +02:00

52 lines
868 B
Plaintext

ifdef::manvolnum[]
PVE({manvolnum})
================
include::attributes.txt[]
NAME
----
datacenter.cfg - Proxmox VE Datacenter Configuration
SYNOPSYS
--------
`/etc/pve/datacenter.cfg`
DESCRIPTION
-----------
endif::manvolnum[]
ifndef::manvolnum[]
Datacenter Configuration
========================
include::attributes.txt[]
endif::manvolnum[]
The file `/etc/pve/datacenter.cfg` is a configuration file for
{pve}. It contains cluster wide default values used by all nodes.
File Format
-----------
The file uses a simple colon separated key/value format. Each line has
the following format:
OPTION: value
Blank lines in the file are ignored, and lines starting with a `#`
character are treated as comments and are also ignored.
Options
-------
include::datacenter.cfg.5-opts.adoc[]
ifdef::manvolnum[]
include::pve-copyright.adoc[]
endif::manvolnum[]