]> git.proxmox.com Git - pve-docs.git/blame_incremental - qm.conf.adoc
add correct wiki titles
[pve-docs.git] / qm.conf.adoc
... / ...
CommitLineData
1ifdef::manvolnum[]
2PVE({manvolnum})
3================
4include::attributes.txt[]
5
6:pve-toplevel:
7
8NAME
9----
10
11qm.conf - Proxmox VE Virtual Machine Configuration
12
13
14SYNOPSIS
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
30ifdef::wiki[]
31:pve-toplevel:
32:title: Manual: vm.conf
33endif::wiki[]
34
35The `/etc/pve/qemu-server/<VMID>.conf` files stores VM configuration,
36where "VMID" is the numeric ID of the given VM.
37
38NOTE: IDs <= 100 are reserved for internal purposes.
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
49Blank lines in the file are ignored, and lines starting with a `#`
50character are treated as comments and are also ignored.
51
52One can use the `qm` command to generate and modify those files.
53
54
55Options
56-------
57
58include::qm.conf.5-opts.adoc[]
59
60
61ifdef::manvolnum[]
62include::pve-copyright.adoc[]
63endif::manvolnum[]