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