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