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