]> git.proxmox.com Git - pve-docs.git/blob - qm.conf.adoc
factor out cleanup method
[pve-docs.git] / qm.conf.adoc
1 ifdef::manvolnum[]
2 PVE({manvolnum})
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
30 ifdef::wiki[]
31 :pve-toplevel:
32 :title: Manual: vm.conf
33 endif::wiki[]
34
35 The `/etc/pve/qemu-server/<VMID>.conf` files stores VM configuration,
36 where "VMID" is the numeric ID of the given VM.
37
38 NOTE: IDs <= 100 are reserved for internal purposes.
39
40
41 File Format
42 -----------
43
44 The file uses a simple colon separated key/value format. Each line has
45 the following format:
46
47 OPTION: value
48
49 Blank lines in the file are ignored, and lines starting with a `#`
50 character are treated as comments and are also ignored.
51
52 One can use the `qm` command to generate and modify those files.
53
54
55 Options
56 -------
57
58 include::qm.conf.5-opts.adoc[]
59
60
61 ifdef::manvolnum[]
62 include::pve-copyright.adoc[]
63 endif::manvolnum[]