]> git.proxmox.com Git - pve-docs.git/blame - qm.conf.adoc
add correct wiki titles
[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:
cb84ed18 32:title: Manual: vm.conf
5f09af76
DM
33endif::wiki[]
34
8c1189b6 35The `/etc/pve/qemu-server/<VMID>.conf` files stores VM configuration,
0abc65b0
FG
36where "VMID" is the numeric ID of the given VM.
37
38NOTE: IDs <= 100 are reserved for internal purposes.
7b2c36ae
DM
39
40
41File Format
42-----------
43
44The file uses a simple colon separated key/value format. Each line has
45the following format:
46
47 OPTION: value
48
8c1189b6 49Blank lines in the file are ignored, and lines starting with a `#`
7b2c36ae
DM
50character are treated as comments and are also ignored.
51
8c1189b6 52One can use the `qm` command to generate and modify those files.
7b2c36ae
DM
53
54
55Options
56-------
57
4d173e35 58include::qm.conf.5-opts.adoc[]
7b2c36ae
DM
59
60
61ifdef::manvolnum[]
62include::pve-copyright.adoc[]
63endif::manvolnum[]