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