]> git.proxmox.com Git - pve-docs.git/blame - vm.conf.adoc
add reference to source repository
[pve-docs.git] / vm.conf.adoc
CommitLineData
7b2c36ae
DM
1ifdef::manvolnum[]
2PVE({manvolnum})
3================
4include::attributes.txt[]
5
6NAME
7----
8
9vm.conf - Proxmox VE Virtual Machine Configuration
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
28The '/etc/pve/qemu-server/<VMID>.conf' files stores VM configuration,
29where "VMID" is the numeric ID of the given VM. Note that IDs <=
30100 are reserved for internal purposes.
31
32
33File Format
34-----------
35
36The file uses a simple colon separated key/value format. Each line has
37the following format:
38
39 OPTION: value
40
41Blank lines in the file are ignored, and lines starting with a '#'
42character are treated as comments and are also ignored.
43
44One can use the 'qm' command to generate and modify those files.
45
46
47Options
48-------
49
50include::vm.conf.5-opts.adoc[]
51
52
53ifdef::manvolnum[]
54include::pve-copyright.adoc[]
55endif::manvolnum[]