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