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