]> git.proxmox.com Git - pve-docs.git/blob - qm.conf.adoc
pve-package-repos.adoc: add wiki about old 3.x repositories
[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.
30
31 NOTE: IDs <= 100 are reserved for internal purposes.
32
33
34 File Format
35 -----------
36
37 The file uses a simple colon separated key/value format. Each line has
38 the following format:
39
40 OPTION: value
41
42 Blank lines in the file are ignored, and lines starting with a '#'
43 character are treated as comments and are also ignored.
44
45 One can use the 'qm' command to generate and modify those files.
46
47
48 Options
49 -------
50
51 include::qm.conf.5-opts.adoc[]
52
53
54 ifdef::manvolnum[]
55 include::pve-copyright.adoc[]
56 endif::manvolnum[]