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