2016-03-23 10:31:15 +01:00
ifdef::manvolnum[]
2016-10-12 06:54:29 +02:00
qm.conf(5)
==========
2016-10-08 17:22:48 +02:00
:pve-toplevel:
2016-03-23 10:31:15 +01:00
NAME
----
2016-04-09 09:35:42 +02:00
qm.conf - Proxmox VE Virtual Machine Configuration
2016-03-23 10:31:15 +01:00
2016-10-06 15:12:49 +02:00
SYNOPSIS
2016-03-23 10:31:15 +01:00
--------
'/etc/pve/qemu-server/<VMID>.conf'
DESCRIPTION
-----------
endif::manvolnum[]
ifndef::manvolnum[]
2016-10-12 06:54:29 +02:00
Virtual Machine Configuration
=============================
2016-03-23 10:31:15 +01:00
endif::manvolnum[]
2016-10-08 17:22:48 +02:00
ifdef::wiki[]
:pve-toplevel:
2016-10-12 07:11:43 +02:00
:title: Manual: qm.conf
2016-10-08 17:22:48 +02:00
endif::wiki[]
2016-09-27 10:58:50 +02:00
The `/etc/pve/qemu-server/<VMID>.conf` files stores VM configuration,
2016-04-15 13:16:04 +02:00
where "VMID" is the numeric ID of the given VM.
2022-01-28 12:43:33 +01:00
NOTE: IDs < 100 are reserved for internal purposes.
2016-03-23 10:31:15 +01:00
File Format
-----------
The file uses a simple colon separated key/value format. Each line has
the following format:
OPTION: value
2016-09-27 10:58:50 +02:00
Blank lines in the file are ignored, and lines starting with a `#`
2016-03-23 10:31:15 +01:00
character are treated as comments and are also ignored.
2016-09-27 10:58:50 +02:00
One can use the `qm` command to generate and modify those files.
2016-03-23 10:31:15 +01:00
Options
-------
2016-04-09 09:35:42 +02:00
include::qm.conf.5-opts.adoc[]
2016-03-23 10:31:15 +01:00
ifdef::manvolnum[]
include::pve-copyright.adoc[]
endif::manvolnum[]