5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-21 18:03:45 +03:00
pve-docs/qm.conf.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

57 lines
990 B
Plaintext

ifdef::manvolnum[]
PVE({manvolnum})
================
include::attributes.txt[]
NAME
----
qm.conf - Proxmox VE Virtual Machine Configuration
SYNOPSYS
--------
'/etc/pve/qemu-server/<VMID>.conf'
DESCRIPTION
-----------
endif::manvolnum[]
ifndef::manvolnum[]
Virtual Machine Configuration
==============================
include::attributes.txt[]
endif::manvolnum[]
The `/etc/pve/qemu-server/<VMID>.conf` files stores VM configuration,
where "VMID" is the numeric ID of the given VM.
NOTE: IDs <= 100 are reserved for internal purposes.
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.
One can use the `qm` command to generate and modify those files.
Options
-------
include::qm.conf.5-opts.adoc[]
ifdef::manvolnum[]
include::pve-copyright.adoc[]
endif::manvolnum[]