]> git.proxmox.com Git - pve-docs.git/blame - qm.conf.adoc
asciidoc-pve.in: implement new command print-links-json
[pve-docs.git] / qm.conf.adoc
CommitLineData
7b2c36ae 1ifdef::manvolnum[]
b2f242ab
DM
2qm.conf(5)
3==========
7b2c36ae
DM
4include::attributes.txt[]
5
5f09af76
DM
6:pve-toplevel:
7
7b2c36ae
DM
8NAME
9----
10
4d173e35 11qm.conf - Proxmox VE Virtual Machine Configuration
7b2c36ae
DM
12
13
49a5e11c 14SYNOPSIS
7b2c36ae
DM
15--------
16
17'/etc/pve/qemu-server/<VMID>.conf'
18
19
20DESCRIPTION
21-----------
22endif::manvolnum[]
23
24ifndef::manvolnum[]
b2f242ab
DM
25Virtual Machine Configuration
26=============================
7b2c36ae
DM
27include::attributes.txt[]
28endif::manvolnum[]
5f09af76
DM
29ifdef::wiki[]
30:pve-toplevel:
038c75ee 31:title: Manual: qm.conf
5f09af76
DM
32endif::wiki[]
33
8c1189b6 34The `/etc/pve/qemu-server/<VMID>.conf` files stores VM configuration,
0abc65b0
FG
35where "VMID" is the numeric ID of the given VM.
36
37NOTE: IDs <= 100 are reserved for internal purposes.
7b2c36ae
DM
38
39
40File Format
41-----------
42
43The file uses a simple colon separated key/value format. Each line has
44the following format:
45
46 OPTION: value
47
8c1189b6 48Blank lines in the file are ignored, and lines starting with a `#`
7b2c36ae
DM
49character are treated as comments and are also ignored.
50
8c1189b6 51One can use the `qm` command to generate and modify those files.
7b2c36ae
DM
52
53
54Options
55-------
56
4d173e35 57include::qm.conf.5-opts.adoc[]
7b2c36ae
DM
58
59
60ifdef::manvolnum[]
61include::pve-copyright.adoc[]
62endif::manvolnum[]