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