]> git.proxmox.com Git - pve-docs.git/blame - qm.conf.adoc
scan-adoc-refs: factor out register_title
[pve-docs.git] / qm.conf.adoc
CommitLineData
7b2c36ae
DM
1ifdef::manvolnum[]
2PVE({manvolnum})
3================
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[]
25 Virtual Machine Configuration
26==============================
27include::attributes.txt[]
28endif::manvolnum[]
29
5f09af76
DM
30ifdef::wiki[]
31:pve-toplevel:
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[]