]>
Commit | Line | Data |
---|---|---|
7b2c36ae | 1 | ifdef::manvolnum[] |
b2f242ab DM |
2 | qm.conf(5) |
3 | ========== | |
5f09af76 DM |
4 | :pve-toplevel: |
5 | ||
7b2c36ae DM |
6 | NAME |
7 | ---- | |
8 | ||
4d173e35 | 9 | qm.conf - Proxmox VE Virtual Machine Configuration |
7b2c36ae DM |
10 | |
11 | ||
49a5e11c | 12 | SYNOPSIS |
7b2c36ae DM |
13 | -------- |
14 | ||
15 | '/etc/pve/qemu-server/<VMID>.conf' | |
16 | ||
17 | ||
18 | DESCRIPTION | |
19 | ----------- | |
20 | endif::manvolnum[] | |
21 | ||
22 | ifndef::manvolnum[] | |
b2f242ab DM |
23 | Virtual Machine Configuration |
24 | ============================= | |
7b2c36ae | 25 | endif::manvolnum[] |
5f09af76 DM |
26 | ifdef::wiki[] |
27 | :pve-toplevel: | |
038c75ee | 28 | :title: Manual: qm.conf |
5f09af76 DM |
29 | endif::wiki[] |
30 | ||
8c1189b6 | 31 | The `/etc/pve/qemu-server/<VMID>.conf` files stores VM configuration, |
0abc65b0 FG |
32 | where "VMID" is the numeric ID of the given VM. |
33 | ||
34 | NOTE: IDs <= 100 are reserved for internal purposes. | |
7b2c36ae DM |
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 | ||
8c1189b6 | 45 | Blank lines in the file are ignored, and lines starting with a `#` |
7b2c36ae DM |
46 | character are treated as comments and are also ignored. |
47 | ||
8c1189b6 | 48 | One can use the `qm` command to generate and modify those files. |
7b2c36ae DM |
49 | |
50 | ||
51 | Options | |
52 | ------- | |
53 | ||
4d173e35 | 54 | include::qm.conf.5-opts.adoc[] |
7b2c36ae DM |
55 | |
56 | ||
57 | ifdef::manvolnum[] | |
58 | include::pve-copyright.adoc[] | |
59 | endif::manvolnum[] |