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