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