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