5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-02-01 05:47:08 +03:00
pve-docs/qm.conf.adoc

64 lines
1.0 KiB
Plaintext
Raw Normal View History

2016-03-23 10:31:15 +01:00
ifdef::manvolnum[]
PVE({manvolnum})
================
include::attributes.txt[]
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
SYNOPSIS
2016-03-23 10:31:15 +01:00
--------
'/etc/pve/qemu-server/<VMID>.conf'
DESCRIPTION
-----------
endif::manvolnum[]
ifndef::manvolnum[]
Virtual Machine Configuration
==============================
include::attributes.txt[]
endif::manvolnum[]
2016-10-08 17:22:48 +02:00
ifdef::wiki[]
:pve-toplevel:
2016-10-10 08:55:17 +02:00
:title: Manual: vm.conf
2016-10-08 17:22:48 +02:00
endif::wiki[]
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.
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
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.
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[]