]> git.proxmox.com Git - pve-docs.git/blame - qm.conf.5-opts.adoc
update static/schema information
[pve-docs.git] / qm.conf.5-opts.adoc
CommitLineData
013dc89f 1`acpi`: `<boolean>` ('default =' `1`)::
6ec3cd20
DM
2
3Enable/disable ACPI.
4
4e7f60c2
TL
5`affinity`: `<string>` ::
6
81a3384d 7List of host cores used to execute guest processes, for example: 0,5,8-11
4e7f60c2 8
9d2e98ed 9`agent`: `[enabled=]<1|0> [,freeze-fs-on-backup=<1|0>] [,fstrim_cloned_disks=<1|0>] [,type=<virtio|isa>]` ::
4d47f125 10
9d2e98ed 11Enable/disable communication with the QEMU Guest Agent and its properties.
4d47f125
TL
12
13`enabled`=`<boolean>` ('default =' `0`);;
6ec3cd20 14
9d2e98ed
TL
15Enable/disable communication with a QEMU Guest Agent (QGA) running in the VM.
16
17`freeze-fs-on-backup`=`<boolean>` ('default =' `1`);;
18
19Freeze/thaw guest filesystems on backup for consistency.
6ec3cd20 20
4d47f125
TL
21`fstrim_cloned_disks`=`<boolean>` ('default =' `0`);;
22
d2656385 23Run fstrim after moving a disk or migrating the VM.
4d47f125 24
5c1699e5
TL
25`type`=`<isa | virtio>` ('default =' `virtio`);;
26
27Select the agent type
28
e2d681b3
TL
29`arch`: `<aarch64 | x86_64>` ::
30
31Virtual processor architecture. Defaults to the host.
32
013dc89f 33`args`: `<string>` ::
6ec3cd20 34
04ce4dfa 35Arbitrary arguments passed to kvm, for example:
6ec3cd20 36+
159464a9 37args: -no-reboot -smbios 'type=0,vendor=FOO'
04ce4dfa
DM
38+
39NOTE: this option is for experts only.
6ec3cd20 40
d2656385 41`audio0`: `device=<ich9-intel-hda|intel-hda|AC97> [,driver=<spice|none>]` ::
1c532546
TL
42
43Configure a audio device, useful in combination with QXL/Spice.
44
45`device`=`<AC97 | ich9-intel-hda | intel-hda>` ;;
46
47Configure an audio device.
48
d2656385 49`driver`=`<none | spice>` ('default =' `spice`);;
1c532546
TL
50
51Driver backend for the audio device.
52
013dc89f 53`autostart`: `<boolean>` ('default =' `0`)::
6ec3cd20
DM
54
55Automatic restart after crash (currently ignored).
56
013dc89f 57`balloon`: `<integer> (0 - N)` ::
6ec3cd20 58
9d2e98ed 59Amount of target RAM for the VM in MiB. Using zero disables the ballon driver.
6ec3cd20 60
013dc89f 61`bios`: `<ovmf | seabios>` ('default =' `seabios`)::
6ec3cd20
DM
62
63Select BIOS implementation.
64
4772952b 65`boot`: `[[legacy=]<[acdn]{1,4}>] [,order=<device[;device...]>]` ::
6ec3cd20 66
5370fa8c 67Specify guest boot order. Use the 'order=' sub-property as usage with no key or 'legacy=' is deprecated.
4772952b
TL
68
69`legacy`=`<[acdn]{1,4}>` ('default =' `cdn`);;
70
71Boot on floppy (a), hard disk (c), CD-ROM (d), or network (n). Deprecated, use 'order=' instead.
72
73`order`=`<device[;device...]>` ;;
74
75The guest will attempt to boot from devices in the order they appear here.
76+
77Disks, optical drives and passed-through storage USB devices will be directly
78booted from, NICs will load PXE, and PCIe devices will either behave like disks
79(e.g. NVMe) or load an option ROM (e.g. RAID controller, hardware NIC).
80+
81Note that only devices in this list will be marked as bootable and thus loaded
82by the guest firmware (BIOS/UEFI). If you require multiple disks for booting
83(e.g. software-raid), you need to specify all of them here.
84+
85Overrides the deprecated 'legacy=[acdn]*' value when given.
6ec3cd20
DM
86
87`bootdisk`: `(ide|sata|scsi|virtio)\d+` ::
88
4772952b 89Enable booting from specified disk. Deprecated: Use 'boot: order=foo;bar' instead.
6ec3cd20 90
013dc89f 91`cdrom`: `<volume>` ::
6ec3cd20
DM
92
93This is an alias for option -ide2
94
5370fa8c 95`cicustom`: `[meta=<volume>] [,network=<volume>] [,user=<volume>] [,vendor=<volume>]` ::
95895385
TL
96
97cloud-init: Specify custom files to replace the automatically generated ones at start.
98
99`meta`=`<volume>` ;;
100
4772952b
TL
101Specify a custom file containing all meta data passed to the VM via"
102 ." cloud-init. This is provider specific meaning configdrive2 and nocloud differ.
95895385
TL
103
104`network`=`<volume>` ;;
105
9d2e98ed 106To pass a custom file containing all network data to the VM via cloud-init.
95895385
TL
107
108`user`=`<volume>` ;;
109
9d2e98ed 110To pass a custom file containing all user data to the VM via cloud-init.
95895385 111
5370fa8c
TL
112`vendor`=`<volume>` ;;
113
9d2e98ed 114To pass a custom file containing all vendor data to the VM via cloud-init.
5370fa8c 115
27a7acb2
DM
116`cipassword`: `<string>` ::
117
118cloud-init: Password to assign the user. Using this is generally not recommended. Use ssh keys instead. Also note that older cloud-init versions do not support hashed passwords.
119
d2656385 120`citype`: `<configdrive2 | nocloud | opennebula>` ::
27a7acb2
DM
121
122Specifies the cloud-init configuration format. The default depends on the configured operating system type (`ostype`. We use the `nocloud` format for Linux, and `configdrive2` for windows.
123
159464a9
TL
124`ciupgrade`: `<boolean>` ::
125
126cloud-init: do an automatic package upgrade after the first boot.
127
27a7acb2
DM
128`ciuser`: `<string>` ::
129
130cloud-init: User name to change ssh keys and password for instead of the image's configured default user.
131
013dc89f 132`cores`: `<integer> (1 - N)` ('default =' `1`)::
6ec3cd20
DM
133
134The number of cores per socket.
135
04d22a9f 136`cpu`: `[[cputype=]<string>] [,flags=<+FLAG[;-FLAG...]>] [,hidden=<1|0>] [,hv-vendor-id=<vendor-id>] [,phys-bits=<8-64|host>] [,reported-model=<enum>]` ::
6ec3cd20
DM
137
138Emulated CPU type.
139
04d22a9f
TL
140`cputype`=`<string>` ('default =' `kvm64`);;
141
142Emulated CPU type. Can be default or custom name (custom model names must be prefixed with 'custom-').
143
144`flags`=`<+FLAG[;-FLAG...]>` ;;
145
7af2edf9 146List of additional CPU flags separated by ';'. Use '+FLAG' to enable, '-FLAG' to disable a flag. Custom CPU models can specify any flag supported by QEMU/KVM, VM-specific flags must be from the following set for security reasons: pcid, spec-ctrl, ibpb, ssbd, virt-ssbd, amd-ssbd, amd-no-ssb, pdpe1gb, md-clear, hv-tlbflush, hv-evmcs, aes
04d22a9f
TL
147
148`hidden`=`<boolean>` ('default =' `0`);;
149
150Do not identify as a KVM virtual machine.
151
152`hv-vendor-id`=`<vendor-id>` ;;
153
154The Hyper-V vendor ID. Some drivers or programs inside Windows guests need a specific ID.
155
156`phys-bits`=`<8-64|host>` ;;
157
158The physical memory address bits that are reported to the guest OS. Should be smaller or equal to the host's. Set to 'host' to use value from host CPU, but note that doing so will break live migration to CPUs with other values.
159
de786b48 160`reported-model`=`<486 | Broadwell | Broadwell-IBRS | Broadwell-noTSX | Broadwell-noTSX-IBRS | Cascadelake-Server | Cascadelake-Server-noTSX | Conroe | EPYC | EPYC-IBPB | EPYC-Milan | EPYC-Rome | Haswell | Haswell-IBRS | Haswell-noTSX | Haswell-noTSX-IBRS | Icelake-Client | Icelake-Client-noTSX | Icelake-Server | Icelake-Server-noTSX | IvyBridge | IvyBridge-IBRS | KnightsMill | Nehalem | Nehalem-IBRS | Opteron_G1 | Opteron_G2 | Opteron_G3 | Opteron_G4 | Opteron_G5 | Penryn | SandyBridge | SandyBridge-IBRS | Skylake-Client | Skylake-Client-IBRS | Skylake-Client-noTSX-IBRS | Skylake-Server | Skylake-Server-IBRS | Skylake-Server-noTSX-IBRS | Westmere | Westmere-IBRS | athlon | core2duo | coreduo | host | kvm32 | kvm64 | max | pentium | pentium2 | pentium3 | phenom | qemu32 | qemu64>` ('default =' `kvm64`);;
04d22a9f
TL
161
162CPU model and vendor to report to the guest. Must be a QEMU/KVM supported model. Only valid for custom CPU model definitions, default models will always report themselves to the guest OS.
163
013dc89f 164`cpulimit`: `<number> (0 - 128)` ('default =' `0`)::
6ec3cd20
DM
165
166Limit of CPU usage.
167+
c2993fe5 168NOTE: If the computer has 2 CPUs, it has total of '2' CPU time. Value '0' indicates no CPU limit.
6ec3cd20 169
7af2edf9 170`cpuunits`: `<integer> (1 - 262144)` ('default =' `cgroup v1: 1024, cgroup v2: 100`)::
6ec3cd20 171
c2993fe5 172CPU weight for a VM. Argument is used in the kernel fair scheduler. The larger the number is, the more CPU time this VM gets. Number is relative to weights of all the other running VMs.
6ec3cd20 173
013dc89f 174`description`: `<string>` ::
6ec3cd20 175
8f4d9c87 176Description for the VM. Shown in the web-interface VM's summary. This is saved as comment inside the configuration file.
6ec3cd20 177
5370fa8c 178`efidisk0`: `[file=]<volume> [,efitype=<2m|4m>] [,format=<enum>] [,pre-enrolled-keys=<1|0>] [,size=<DiskSize>]` ::
2c0dde61 179
9d2e98ed 180Configure a disk for storing EFI vars.
2c0dde61 181
5370fa8c
TL
182`efitype`=`<2m | 4m>` ('default =' `2m`);;
183
9d2e98ed 184Size and type of the OVMF EFI vars. '4m' is newer and recommended, and required for Secure Boot. For backwards compatibility, '2m' is used if not otherwise specified. Ignored for VMs with arch=aarc64 (ARM).
5370fa8c 185
2c0dde61
DM
186`file`=`<volume>` ;;
187
188The drive's backing volume.
189
013dc89f 190`format`=`<cloop | cow | qcow | qcow2 | qed | raw | vmdk>` ;;
2c0dde61
DM
191
192The drive's backing file's data format.
193
5370fa8c
TL
194`pre-enrolled-keys`=`<boolean>` ('default =' `0`);;
195
196Use am EFI vars template with distribution-specific and Microsoft Standard keys enrolled, if used with 'efitype=4m'. Note that this will enable Secure Boot by default, though it can still be turned off from within the VM.
197
2c0dde61
DM
198`size`=`<DiskSize>` ;;
199
200Disk size. This is purely informational and has no effect.
201
013dc89f 202`freeze`: `<boolean>` ::
6ec3cd20
DM
203
204Freeze CPU at startup (use 'c' monitor command to start execution).
205
5f26e15b
TL
206`hookscript`: `<string>` ::
207
208Script that will be executed during various steps in the vms lifetime.
209
499c9b7f 210`hostpci[n]`: `[[host=]<HOSTPCIID[;HOSTPCIID2...]>] [,device-id=<hex id>] [,legacy-igd=<1|0>] [,mapping=<mapping-id>] [,mdev=<string>] [,pcie=<1|0>] [,rombar=<1|0>] [,romfile=<string>] [,sub-device-id=<hex id>] [,sub-vendor-id=<hex id>] [,vendor-id=<hex id>] [,x-vga=<1|0>]` ::
6ec3cd20 211
c2993fe5 212Map host PCI devices into guest.
57b78691 213+
bb4c8cf8 214NOTE: This option allows direct access to host hardware. So it is no longer
57b78691
DM
215possible to migrate such machines - use with special care.
216+
217CAUTION: Experimental! User reported problems with this option.
c2993fe5 218
7af2edf9
TL
219`device-id`=`<hex id>` ;;
220
221Override PCI device ID visible to guest
222
c2993fe5
DM
223`host`=`<HOSTPCIID[;HOSTPCIID2...]>` ;;
224
bb4c8cf8 225Host PCI device pass through. The PCI ID of a host's PCI device or a list
c2993fe5 226of PCI virtual functions of the host. HOSTPCIID syntax is:
6ec3cd20
DM
227+
228'bus:dev.func' (hexadecimal numbers)
229+
c2993fe5 230You can us the 'lspci' command to list existing PCI devices.
499c9b7f
TL
231+
232Either this or the 'mapping' key must be set.
c2993fe5 233
ac70d7d1
TL
234`legacy-igd`=`<boolean>` ('default =' `0`);;
235
236Pass this device in legacy IGD mode, making it the primary and exclusive graphics device in the VM. Requires 'pc-i440fx' machine type and VGA set to 'none'.
237
499c9b7f
TL
238`mapping`=`<mapping-id>` ;;
239
240The ID of a cluster wide mapping. Either this or the default-key 'host' must be set.
241
e2d681b3
TL
242`mdev`=`<string>` ;;
243
244The type of mediated device to use.
245An instance of this type will be created on startup of the VM and
246will be cleaned up when the VM stops.
247
013dc89f 248`pcie`=`<boolean>` ('default =' `0`);;
c2993fe5
DM
249
250Choose the PCI-express bus (needs the 'q35' machine model).
251
013dc89f 252`rombar`=`<boolean>` ('default =' `1`);;
c2993fe5
DM
253
254Specify whether or not the device's ROM will be visible in the guest's memory map.
255
52e44c50
FG
256`romfile`=`<string>` ;;
257
258Custom pci device rom filename (must be located in /usr/share/kvm/).
259
7af2edf9
TL
260`sub-device-id`=`<hex id>` ;;
261
262Override PCI subsystem device ID visible to guest
263
264`sub-vendor-id`=`<hex id>` ;;
265
266Override PCI subsystem vendor ID visible to guest
267
268`vendor-id`=`<hex id>` ;;
269
270Override PCI vendor ID visible to guest
271
013dc89f 272`x-vga`=`<boolean>` ('default =' `0`);;
c2993fe5
DM
273
274Enable vfio-vga device support.
6ec3cd20 275
013dc89f 276`hotplug`: `<string>` ('default =' `network,disk,usb`)::
6ec3cd20 277
4e7f60c2 278Selectively enable hotplug features. This is a comma separated list of hotplug features: 'network', 'disk', 'cpu', 'memory', 'usb' and 'cloudinit'. Use '0' to disable hotplug completely. Using '1' as value is an alias for the default `network,disk,usb`. USB hotplugging is possible for guests with machine version >= 7.1 and ostype l26 or windows > 7.
6ec3cd20 279
013dc89f 280`hugepages`: `<1024 | 2 | any>` ::
2c0dde61
DM
281
282Enable/disable hugepages memory.
283
8f4d9c87 284`ide[n]`: `[file=]<volume> [,aio=<native|threads|io_uring>] [,backup=<1|0>] [,bps=<bps>] [,bps_max_length=<seconds>] [,bps_rd=<bps>] [,bps_rd_max_length=<seconds>] [,bps_wr=<bps>] [,bps_wr_max_length=<seconds>] [,cache=<enum>] [,cyls=<integer>] [,detect_zeroes=<1|0>] [,discard=<ignore|on>] [,format=<enum>] [,heads=<integer>] [,iops=<iops>] [,iops_max=<iops>] [,iops_max_length=<seconds>] [,iops_rd=<iops>] [,iops_rd_max=<iops>] [,iops_rd_max_length=<seconds>] [,iops_wr=<iops>] [,iops_wr_max=<iops>] [,iops_wr_max_length=<seconds>] [,mbps=<mbps>] [,mbps_max=<mbps>] [,mbps_rd=<mbps>] [,mbps_rd_max=<mbps>] [,mbps_wr=<mbps>] [,mbps_wr_max=<mbps>] [,media=<cdrom|disk>] [,model=<model>] [,replicate=<1|0>] [,rerror=<ignore|report|stop>] [,secs=<integer>] [,serial=<serial>] [,shared=<1|0>] [,size=<DiskSize>] [,snapshot=<1|0>] [,ssd=<1|0>] [,trans=<none|lba|auto>] [,werror=<enum>] [,wwn=<wwn>]` ::
6ec3cd20 285
7af2edf9 286Use volume as IDE hard disk or CD-ROM (n is 0 to 3).
6ec3cd20 287
8f4d9c87 288`aio`=`<io_uring | native | threads>` ;;
c2993fe5
DM
289
290AIO type to use.
291
013dc89f 292`backup`=`<boolean>` ;;
c2993fe5
DM
293
294Whether the drive should be included when making backups.
295
296`bps`=`<bps>` ;;
297
de0983cb
DM
298Maximum r/w speed in bytes per second.
299
300`bps_max_length`=`<seconds>` ;;
301
302Maximum length of I/O bursts in seconds.
c2993fe5
DM
303
304`bps_rd`=`<bps>` ;;
305
de0983cb
DM
306Maximum read speed in bytes per second.
307
5d9c884c 308`bps_rd_max_length`=`<seconds>` ;;
de0983cb
DM
309
310Maximum length of read I/O bursts in seconds.
c2993fe5
DM
311
312`bps_wr`=`<bps>` ;;
313
de0983cb
DM
314Maximum write speed in bytes per second.
315
5d9c884c 316`bps_wr_max_length`=`<seconds>` ;;
de0983cb
DM
317
318Maximum length of write I/O bursts in seconds.
c2993fe5 319
013dc89f 320`cache`=`<directsync | none | unsafe | writeback | writethrough>` ;;
c2993fe5
DM
321
322The drive's cache mode
323
013dc89f 324`cyls`=`<integer>` ;;
c2993fe5
DM
325
326Force the drive's physical geometry to have a specific cylinder count.
327
013dc89f 328`detect_zeroes`=`<boolean>` ;;
c2993fe5
DM
329
330Controls whether to detect and try to optimize writes of zeroes.
331
013dc89f 332`discard`=`<ignore | on>` ;;
c2993fe5
DM
333
334Controls whether to pass discard/trim requests to the underlying storage.
335
336`file`=`<volume>` ;;
337
338The drive's backing volume.
339
013dc89f 340`format`=`<cloop | cow | qcow | qcow2 | qed | raw | vmdk>` ;;
c2993fe5
DM
341
342The drive's backing file's data format.
343
013dc89f 344`heads`=`<integer>` ;;
c2993fe5
DM
345
346Force the drive's physical geometry to have a specific head count.
347
348`iops`=`<iops>` ;;
349
de0983cb 350Maximum r/w I/O in operations per second.
c2993fe5
DM
351
352`iops_max`=`<iops>` ;;
353
de0983cb
DM
354Maximum unthrottled r/w I/O pool in operations per second.
355
356`iops_max_length`=`<seconds>` ;;
357
358Maximum length of I/O bursts in seconds.
c2993fe5
DM
359
360`iops_rd`=`<iops>` ;;
361
de0983cb
DM
362Maximum read I/O in operations per second.
363
c2993fe5
DM
364`iops_rd_max`=`<iops>` ;;
365
de0983cb 366Maximum unthrottled read I/O pool in operations per second.
c2993fe5 367
5d9c884c 368`iops_rd_max_length`=`<seconds>` ;;
c2993fe5 369
5d9c884c 370Maximum length of read I/O bursts in seconds.
de0983cb 371
5d9c884c 372`iops_wr`=`<iops>` ;;
de0983cb 373
5d9c884c 374Maximum write I/O in operations per second.
c2993fe5
DM
375
376`iops_wr_max`=`<iops>` ;;
377
de0983cb 378Maximum unthrottled write I/O pool in operations per second.
c2993fe5 379
5d9c884c
DM
380`iops_wr_max_length`=`<seconds>` ;;
381
382Maximum length of write I/O bursts in seconds.
383
c2993fe5
DM
384`mbps`=`<mbps>` ;;
385
de0983cb 386Maximum r/w speed in megabytes per second.
c2993fe5
DM
387
388`mbps_max`=`<mbps>` ;;
389
de0983cb 390Maximum unthrottled r/w pool in megabytes per second.
c2993fe5
DM
391
392`mbps_rd`=`<mbps>` ;;
393
de0983cb 394Maximum read speed in megabytes per second.
c2993fe5
DM
395
396`mbps_rd_max`=`<mbps>` ;;
397
de0983cb 398Maximum unthrottled read pool in megabytes per second.
c2993fe5
DM
399
400`mbps_wr`=`<mbps>` ;;
401
de0983cb 402Maximum write speed in megabytes per second.
c2993fe5
DM
403
404`mbps_wr_max`=`<mbps>` ;;
405
de0983cb 406Maximum unthrottled write pool in megabytes per second.
c2993fe5 407
013dc89f 408`media`=`<cdrom | disk>` ('default =' `disk`);;
c2993fe5
DM
409
410The drive's media type.
411
412`model`=`<model>` ;;
413
414The drive's reported model name, url-encoded, up to 40 bytes long.
415
5d9c884c
DM
416`replicate`=`<boolean>` ('default =' `1`);;
417
418Whether the drive should considered for replication jobs.
419
013dc89f 420`rerror`=`<ignore | report | stop>` ;;
c2993fe5
DM
421
422Read error action.
423
013dc89f 424`secs`=`<integer>` ;;
c2993fe5
DM
425
426Force the drive's physical geometry to have a specific sector count.
427
428`serial`=`<serial>` ;;
429
430The drive's reported serial number, url-encoded, up to 20 bytes long.
431
27a7acb2
DM
432`shared`=`<boolean>` ('default =' `0`);;
433
434Mark this locally-managed volume as available on all nodes.
435+
436WARNING: This option does not share the volume automatically, it assumes it is shared already!
437
c2993fe5
DM
438`size`=`<DiskSize>` ;;
439
440Disk size. This is purely informational and has no effect.
441
013dc89f 442`snapshot`=`<boolean>` ;;
c2993fe5 443
27a7acb2 444Controls qemu's snapshot mode feature. If activated, changes made to the disk are temporary and will be discarded when the VM is shutdown.
c2993fe5 445
25203dc1
NC
446`ssd`=`<boolean>` ;;
447
448Whether to expose this drive as an SSD, rather than a rotational hard disk.
449
013dc89f 450`trans`=`<auto | lba | none>` ;;
c2993fe5
DM
451
452Force disk geometry bios translation mode.
453
013dc89f 454`werror`=`<enospc | ignore | report | stop>` ;;
c2993fe5
DM
455
456Write error action.
457
95895385
TL
458`wwn`=`<wwn>` ;;
459
460The drive's worldwide name, encoded as 16 bytes hex string, prefixed by '0x'.
461
27a7acb2
DM
462`ipconfig[n]`: `[gw=<GatewayIPv4>] [,gw6=<GatewayIPv6>] [,ip=<IPv4Format/CIDR>] [,ip6=<IPv6Format/CIDR>]` ::
463
464cloud-init: Specify IP addresses and gateways for the corresponding interface.
465+
466IP addresses use CIDR notation, gateways are optional but need an IP of the same type specified.
467+
4772952b
TL
468The special string 'dhcp' can be used for IP addresses to use DHCP, in which case no explicit
469gateway should be provided.
d2656385
TL
470For IPv6 the special string 'auto' can be used to use stateless autoconfiguration. This requires
471cloud-init 19.4 or newer.
27a7acb2 472+
4772952b
TL
473If cloud-init is enabled and neither an IPv4 nor an IPv6 address is specified, it defaults to using
474dhcp on IPv4.
27a7acb2
DM
475
476`gw`=`<GatewayIPv4>` ;;
477
478Default gateway for IPv4 traffic.
479+
480NOTE: Requires option(s): `ip`
481
482`gw6`=`<GatewayIPv6>` ;;
483
484Default gateway for IPv6 traffic.
485+
486NOTE: Requires option(s): `ip6`
487
488`ip`=`<IPv4Format/CIDR>` ('default =' `dhcp`);;
489
490IPv4 address in CIDR format.
491
492`ip6`=`<IPv6Format/CIDR>` ('default =' `dhcp`);;
493
494IPv6 address in CIDR format.
495
95895385
TL
496`ivshmem`: `size=<integer> [,name=<string>]` ::
497
498Inter-VM shared memory. Useful for direct communication between VMs, or to the host.
499
500`name`=`<string>` ;;
501
502The name of the file. Will be prefixed with 'pve-shm-'. Default is the VMID. Will be deleted when the VM is stopped.
503
504`size`=`<integer> (1 - N)` ;;
505
506The size of the file in MB.
507
4772952b
TL
508`keephugepages`: `<boolean>` ('default =' `0`)::
509
510Use together with hugepages. If enabled, hugepages will not not be deleted after VM shutdown and can be used for subsequent starts.
511
35a75dd3 512`keyboard`: `<da | de | de-ch | en-gb | en-us | es | fi | fr | fr-be | fr-ca | fr-ch | hu | is | it | ja | lt | mk | nl | no | pl | pt | pt-br | sl | sv | tr>` ::
6ec3cd20 513
7af2edf9 514Keyboard layout for VNC server. This option is generally not required and is often better handled from within the guest OS.
6ec3cd20 515
013dc89f 516`kvm`: `<boolean>` ('default =' `1`)::
6ec3cd20
DM
517
518Enable/disable KVM hardware virtualization.
519
013dc89f 520`localtime`: `<boolean>` ::
6ec3cd20 521
5370fa8c 522Set the real time clock (RTC) to local time. This is enabled by default if the `ostype` indicates a Microsoft Windows OS.
6ec3cd20 523
95895385 524`lock`: `<backup | clone | create | migrate | rollback | snapshot | snapshot-delete | suspended | suspending>` ::
6ec3cd20
DM
525
526Lock/unlock the VM.
527
5c1699e5 528`machine`: `(pc|pc(-i440fx)?-\d+(\.\d+)+(\+pve\d+)?(\.pxe)?|q35|pc-q35-\d+(\.\d+)+(\+pve\d+)?(\.pxe)?|virt(?:-\d+(\.\d+)+)?(\+pve\d+)?)` ::
6ec3cd20 529
9d2e98ed 530Specifies the QEMU machine type.
6ec3cd20 531
013dc89f 532`memory`: `<integer> (16 - N)` ('default =' `512`)::
6ec3cd20 533
9d2e98ed 534Amount of RAM for the VM in MiB. This is the maximum available memory when you use the balloon device.
6ec3cd20 535
013dc89f 536`migrate_downtime`: `<number> (0 - N)` ('default =' `0.1`)::
6ec3cd20
DM
537
538Set maximum tolerated downtime (in seconds) for migrations.
539
013dc89f 540`migrate_speed`: `<integer> (0 - N)` ('default =' `0`)::
6ec3cd20
DM
541
542Set maximum speed (in MB/s) for migrations. Value 0 is no limit.
543
013dc89f 544`name`: `<string>` ::
6ec3cd20
DM
545
546Set a name for the VM. Only used on the configuration web interface.
547
27a7acb2
DM
548`nameserver`: `<string>` ::
549
de786b48 550cloud-init: Sets DNS server IP address for a container. Create will automatically use the setting from the host if neither searchdomain nor nameserver are set.
27a7acb2 551
ac70d7d1 552`net[n]`: `[model=]<enum> [,bridge=<bridge>] [,firewall=<1|0>] [,link_down=<1|0>] [,macaddr=<XX:XX:XX:XX:XX:XX>] [,mtu=<integer>] [,queues=<integer>] [,rate=<number>] [,tag=<integer>] [,trunks=<vlanid[;vlanid...]>] [,<model>=<macaddr>]` ::
6ec3cd20
DM
553
554Specify network devices.
c2993fe5
DM
555
556`bridge`=`<bridge>` ;;
557
558Bridge to attach the network device to. The Proxmox VE standard bridge
559is called 'vmbr0'.
6ec3cd20 560+
c2993fe5
DM
561If you do not specify a bridge, we create a kvm user (NATed) network
562device, which provides DHCP and DNS services. The following addresses
563are used:
6ec3cd20 564+
c2993fe5
DM
565 10.0.2.2 Gateway
566 10.0.2.3 DNS Server
567 10.0.2.4 SMB Server
6ec3cd20
DM
568+
569The DHCP server assign addresses to the guest starting from 10.0.2.15.
570
013dc89f 571`firewall`=`<boolean>` ;;
c2993fe5
DM
572
573Whether this interface should be protected by the firewall.
574
013dc89f 575`link_down`=`<boolean>` ;;
c2993fe5
DM
576
577Whether this interface should be disconnected (like pulling the plug).
578
579`macaddr`=`<XX:XX:XX:XX:XX:XX>` ;;
580
95895385 581A common MAC address with the I/G (Individual/Group) bit not set.
c2993fe5 582
5370fa8c 583`model`=`<e1000 | e1000-82540em | e1000-82544gc | e1000-82545em | e1000e | i82551 | i82557b | i82559er | ne2k_isa | ne2k_pci | pcnet | rtl8139 | virtio | vmxnet3>` ;;
c2993fe5
DM
584
585Network Card Model. The 'virtio' model provides the best performance with very low CPU overhead. If your guest does not support this driver, it is usually best to use 'e1000'.
586
ac70d7d1
TL
587`mtu`=`<integer> (1 - 65520)` ;;
588
589Force MTU, for VirtIO only. Set to '1' to use the bridge MTU
590
81a3384d 591`queues`=`<integer> (0 - 64)` ;;
c2993fe5
DM
592
593Number of packet queues to be used on the device.
594
013dc89f 595`rate`=`<number> (0 - N)` ;;
c2993fe5
DM
596
597Rate limit in mbps (megabytes per second) as floating point number.
598
013dc89f 599`tag`=`<integer> (1 - 4094)` ;;
c2993fe5
DM
600
601VLAN tag to apply to packets on this interface.
602
603`trunks`=`<vlanid[;vlanid...]>` ;;
604
605VLAN trunks to pass through this interface.
606
013dc89f 607`numa`: `<boolean>` ('default =' `0`)::
6ec3cd20
DM
608
609Enable/disable NUMA.
610
f004f5b9 611`numa[n]`: `cpus=<id[-id];...> [,hostnodes=<id[-id];...>] [,memory=<number>] [,policy=<preferred|bind|interleave>]` ::
6ec3cd20 612
c2993fe5
DM
613NUMA topology.
614
615`cpus`=`<id[-id];...>` ;;
616
617CPUs accessing this NUMA node.
618
619`hostnodes`=`<id[-id];...>` ;;
620
621Host NUMA nodes to use.
622
013dc89f 623`memory`=`<number>` ;;
c2993fe5
DM
624
625Amount of memory this NUMA node provides.
626
013dc89f 627`policy`=`<bind | interleave | preferred>` ;;
c2993fe5
DM
628
629NUMA allocation policy.
6ec3cd20 630
013dc89f 631`onboot`: `<boolean>` ('default =' `0`)::
6ec3cd20
DM
632
633Specifies whether a VM will be started during system bootup.
634
5370fa8c 635`ostype`: `<l24 | l26 | other | solaris | w2k | w2k3 | w2k8 | win10 | win11 | win7 | win8 | wvista | wxp>` ::
6ec3cd20 636
c2993fe5
DM
637Specify guest operating system. This is used to enable special
638optimization/features for specific operating systems:
6ec3cd20 639+
c2993fe5
DM
640[horizontal]
641other;; unspecified OS
642wxp;; Microsoft Windows XP
643w2k;; Microsoft Windows 2000
644w2k3;; Microsoft Windows 2003
645w2k8;; Microsoft Windows 2008
646wvista;; Microsoft Windows Vista
647win7;; Microsoft Windows 7
35a75dd3 648win8;; Microsoft Windows 8/2012/2012r2
d2656385 649win10;; Microsoft Windows 10/2016/2019
5370fa8c 650win11;; Microsoft Windows 11/2022
c2993fe5 651l24;; Linux 2.4 Kernel
9d2e98ed 652l26;; Linux 2.6 - 6.X Kernel
c2993fe5 653solaris;; Solaris/OpenSolaris/OpenIndiania kernel
6ec3cd20
DM
654
655`parallel[n]`: `/dev/parport\d+|/dev/usb/lp\d+` ::
656
657Map host parallel devices (n is 0 to 2).
658+
4772952b
TL
659NOTE: This option allows direct access to host hardware. So it is no longer possible to migrate such
660machines - use with special care.
6ec3cd20 661+
c2993fe5 662CAUTION: Experimental! User reported problems with this option.
6ec3cd20 663
013dc89f 664`protection`: `<boolean>` ('default =' `0`)::
6ec3cd20 665
c2993fe5 666Sets the protection flag of the VM. This will disable the remove VM and remove disk operations.
6ec3cd20 667
013dc89f 668`reboot`: `<boolean>` ('default =' `1`)::
6ec3cd20
DM
669
670Allow reboot. If set to '0' the VM exit on reboot.
671
c5aa7e14
TL
672`rng0`: `[source=]</dev/urandom|/dev/random|/dev/hwrng> [,max_bytes=<integer>] [,period=<integer>]` ::
673
674Configure a VirtIO-based Random Number Generator.
675
676`max_bytes`=`<integer>` ('default =' `1024`);;
677
5370fa8c 678Maximum bytes of entropy allowed to get injected into the guest every 'period' milliseconds. Prefer a lower value when using '/dev/random' as source. Use `0` to disable limiting (potentially dangerous!).
c5aa7e14
TL
679
680`period`=`<integer>` ('default =' `1000`);;
681
682Every 'period' milliseconds the entropy-injection quota is reset, allowing the guest to retrieve another 'max_bytes' of entropy.
683
684`source`=`</dev/hwrng | /dev/random | /dev/urandom>` ;;
685
5370fa8c 686The file on the host to gather entropy from. In most cases '/dev/urandom' should be preferred over '/dev/random' to avoid entropy-starvation issues on the host. Using urandom does *not* decrease security in any meaningful way, as it's still seeded from real entropy, and the bytes provided will most likely be mixed with real entropy on the guest as well. '/dev/hwrng' can be used to pass through a hardware RNG from the host.
c5aa7e14 687
8f4d9c87 688`sata[n]`: `[file=]<volume> [,aio=<native|threads|io_uring>] [,backup=<1|0>] [,bps=<bps>] [,bps_max_length=<seconds>] [,bps_rd=<bps>] [,bps_rd_max_length=<seconds>] [,bps_wr=<bps>] [,bps_wr_max_length=<seconds>] [,cache=<enum>] [,cyls=<integer>] [,detect_zeroes=<1|0>] [,discard=<ignore|on>] [,format=<enum>] [,heads=<integer>] [,iops=<iops>] [,iops_max=<iops>] [,iops_max_length=<seconds>] [,iops_rd=<iops>] [,iops_rd_max=<iops>] [,iops_rd_max_length=<seconds>] [,iops_wr=<iops>] [,iops_wr_max=<iops>] [,iops_wr_max_length=<seconds>] [,mbps=<mbps>] [,mbps_max=<mbps>] [,mbps_rd=<mbps>] [,mbps_rd_max=<mbps>] [,mbps_wr=<mbps>] [,mbps_wr_max=<mbps>] [,media=<cdrom|disk>] [,replicate=<1|0>] [,rerror=<ignore|report|stop>] [,secs=<integer>] [,serial=<serial>] [,shared=<1|0>] [,size=<DiskSize>] [,snapshot=<1|0>] [,ssd=<1|0>] [,trans=<none|lba|auto>] [,werror=<enum>] [,wwn=<wwn>]` ::
6ec3cd20 689
7af2edf9 690Use volume as SATA hard disk or CD-ROM (n is 0 to 5).
6ec3cd20 691
8f4d9c87 692`aio`=`<io_uring | native | threads>` ;;
c2993fe5
DM
693
694AIO type to use.
695
013dc89f 696`backup`=`<boolean>` ;;
c2993fe5
DM
697
698Whether the drive should be included when making backups.
699
700`bps`=`<bps>` ;;
701
de0983cb
DM
702Maximum r/w speed in bytes per second.
703
704`bps_max_length`=`<seconds>` ;;
705
706Maximum length of I/O bursts in seconds.
c2993fe5
DM
707
708`bps_rd`=`<bps>` ;;
709
de0983cb
DM
710Maximum read speed in bytes per second.
711
5d9c884c 712`bps_rd_max_length`=`<seconds>` ;;
de0983cb
DM
713
714Maximum length of read I/O bursts in seconds.
c2993fe5
DM
715
716`bps_wr`=`<bps>` ;;
717
de0983cb
DM
718Maximum write speed in bytes per second.
719
5d9c884c 720`bps_wr_max_length`=`<seconds>` ;;
de0983cb
DM
721
722Maximum length of write I/O bursts in seconds.
c2993fe5 723
013dc89f 724`cache`=`<directsync | none | unsafe | writeback | writethrough>` ;;
c2993fe5
DM
725
726The drive's cache mode
727
013dc89f 728`cyls`=`<integer>` ;;
c2993fe5
DM
729
730Force the drive's physical geometry to have a specific cylinder count.
731
013dc89f 732`detect_zeroes`=`<boolean>` ;;
c2993fe5
DM
733
734Controls whether to detect and try to optimize writes of zeroes.
735
013dc89f 736`discard`=`<ignore | on>` ;;
c2993fe5
DM
737
738Controls whether to pass discard/trim requests to the underlying storage.
739
740`file`=`<volume>` ;;
741
742The drive's backing volume.
743
013dc89f 744`format`=`<cloop | cow | qcow | qcow2 | qed | raw | vmdk>` ;;
c2993fe5
DM
745
746The drive's backing file's data format.
747
013dc89f 748`heads`=`<integer>` ;;
c2993fe5
DM
749
750Force the drive's physical geometry to have a specific head count.
751
752`iops`=`<iops>` ;;
753
de0983cb 754Maximum r/w I/O in operations per second.
c2993fe5
DM
755
756`iops_max`=`<iops>` ;;
757
de0983cb
DM
758Maximum unthrottled r/w I/O pool in operations per second.
759
760`iops_max_length`=`<seconds>` ;;
761
762Maximum length of I/O bursts in seconds.
c2993fe5
DM
763
764`iops_rd`=`<iops>` ;;
765
de0983cb
DM
766Maximum read I/O in operations per second.
767
c2993fe5
DM
768`iops_rd_max`=`<iops>` ;;
769
de0983cb 770Maximum unthrottled read I/O pool in operations per second.
c2993fe5 771
5d9c884c 772`iops_rd_max_length`=`<seconds>` ;;
c2993fe5 773
5d9c884c 774Maximum length of read I/O bursts in seconds.
de0983cb 775
5d9c884c 776`iops_wr`=`<iops>` ;;
de0983cb 777
5d9c884c 778Maximum write I/O in operations per second.
c2993fe5
DM
779
780`iops_wr_max`=`<iops>` ;;
781
de0983cb 782Maximum unthrottled write I/O pool in operations per second.
c2993fe5 783
5d9c884c
DM
784`iops_wr_max_length`=`<seconds>` ;;
785
786Maximum length of write I/O bursts in seconds.
787
c2993fe5
DM
788`mbps`=`<mbps>` ;;
789
de0983cb 790Maximum r/w speed in megabytes per second.
c2993fe5
DM
791
792`mbps_max`=`<mbps>` ;;
793
de0983cb 794Maximum unthrottled r/w pool in megabytes per second.
c2993fe5
DM
795
796`mbps_rd`=`<mbps>` ;;
797
de0983cb 798Maximum read speed in megabytes per second.
c2993fe5
DM
799
800`mbps_rd_max`=`<mbps>` ;;
801
de0983cb 802Maximum unthrottled read pool in megabytes per second.
c2993fe5
DM
803
804`mbps_wr`=`<mbps>` ;;
805
de0983cb 806Maximum write speed in megabytes per second.
c2993fe5
DM
807
808`mbps_wr_max`=`<mbps>` ;;
809
de0983cb 810Maximum unthrottled write pool in megabytes per second.
c2993fe5 811
013dc89f 812`media`=`<cdrom | disk>` ('default =' `disk`);;
c2993fe5
DM
813
814The drive's media type.
815
5d9c884c
DM
816`replicate`=`<boolean>` ('default =' `1`);;
817
818Whether the drive should considered for replication jobs.
819
013dc89f 820`rerror`=`<ignore | report | stop>` ;;
c2993fe5
DM
821
822Read error action.
823
013dc89f 824`secs`=`<integer>` ;;
c2993fe5
DM
825
826Force the drive's physical geometry to have a specific sector count.
827
828`serial`=`<serial>` ;;
829
830The drive's reported serial number, url-encoded, up to 20 bytes long.
831
27a7acb2
DM
832`shared`=`<boolean>` ('default =' `0`);;
833
834Mark this locally-managed volume as available on all nodes.
835+
836WARNING: This option does not share the volume automatically, it assumes it is shared already!
837
c2993fe5
DM
838`size`=`<DiskSize>` ;;
839
840Disk size. This is purely informational and has no effect.
841
013dc89f 842`snapshot`=`<boolean>` ;;
c2993fe5 843
27a7acb2 844Controls qemu's snapshot mode feature. If activated, changes made to the disk are temporary and will be discarded when the VM is shutdown.
c2993fe5 845
25203dc1
NC
846`ssd`=`<boolean>` ;;
847
848Whether to expose this drive as an SSD, rather than a rotational hard disk.
849
013dc89f 850`trans`=`<auto | lba | none>` ;;
c2993fe5
DM
851
852Force disk geometry bios translation mode.
853
013dc89f 854`werror`=`<enospc | ignore | report | stop>` ;;
c2993fe5
DM
855
856Write error action.
857
95895385
TL
858`wwn`=`<wwn>` ;;
859
860The drive's worldwide name, encoded as 16 bytes hex string, prefixed by '0x'.
861
5370fa8c 862`scsi[n]`: `[file=]<volume> [,aio=<native|threads|io_uring>] [,backup=<1|0>] [,bps=<bps>] [,bps_max_length=<seconds>] [,bps_rd=<bps>] [,bps_rd_max_length=<seconds>] [,bps_wr=<bps>] [,bps_wr_max_length=<seconds>] [,cache=<enum>] [,cyls=<integer>] [,detect_zeroes=<1|0>] [,discard=<ignore|on>] [,format=<enum>] [,heads=<integer>] [,iops=<iops>] [,iops_max=<iops>] [,iops_max_length=<seconds>] [,iops_rd=<iops>] [,iops_rd_max=<iops>] [,iops_rd_max_length=<seconds>] [,iops_wr=<iops>] [,iops_wr_max=<iops>] [,iops_wr_max_length=<seconds>] [,iothread=<1|0>] [,mbps=<mbps>] [,mbps_max=<mbps>] [,mbps_rd=<mbps>] [,mbps_rd_max=<mbps>] [,mbps_wr=<mbps>] [,mbps_wr_max=<mbps>] [,media=<cdrom|disk>] [,queues=<integer>] [,replicate=<1|0>] [,rerror=<ignore|report|stop>] [,ro=<1|0>] [,scsiblock=<1|0>] [,secs=<integer>] [,serial=<serial>] [,shared=<1|0>] [,size=<DiskSize>] [,snapshot=<1|0>] [,ssd=<1|0>] [,trans=<none|lba|auto>] [,werror=<enum>] [,wwn=<wwn>]` ::
6ec3cd20 863
7af2edf9 864Use volume as SCSI hard disk or CD-ROM (n is 0 to 30).
6ec3cd20 865
8f4d9c87 866`aio`=`<io_uring | native | threads>` ;;
c2993fe5
DM
867
868AIO type to use.
869
013dc89f 870`backup`=`<boolean>` ;;
c2993fe5
DM
871
872Whether the drive should be included when making backups.
873
874`bps`=`<bps>` ;;
875
de0983cb
DM
876Maximum r/w speed in bytes per second.
877
878`bps_max_length`=`<seconds>` ;;
879
880Maximum length of I/O bursts in seconds.
c2993fe5
DM
881
882`bps_rd`=`<bps>` ;;
883
de0983cb
DM
884Maximum read speed in bytes per second.
885
5d9c884c 886`bps_rd_max_length`=`<seconds>` ;;
de0983cb
DM
887
888Maximum length of read I/O bursts in seconds.
c2993fe5
DM
889
890`bps_wr`=`<bps>` ;;
891
de0983cb
DM
892Maximum write speed in bytes per second.
893
5d9c884c 894`bps_wr_max_length`=`<seconds>` ;;
de0983cb
DM
895
896Maximum length of write I/O bursts in seconds.
c2993fe5 897
013dc89f 898`cache`=`<directsync | none | unsafe | writeback | writethrough>` ;;
c2993fe5
DM
899
900The drive's cache mode
901
013dc89f 902`cyls`=`<integer>` ;;
c2993fe5
DM
903
904Force the drive's physical geometry to have a specific cylinder count.
905
013dc89f 906`detect_zeroes`=`<boolean>` ;;
c2993fe5
DM
907
908Controls whether to detect and try to optimize writes of zeroes.
909
013dc89f 910`discard`=`<ignore | on>` ;;
c2993fe5
DM
911
912Controls whether to pass discard/trim requests to the underlying storage.
913
914`file`=`<volume>` ;;
915
916The drive's backing volume.
917
013dc89f 918`format`=`<cloop | cow | qcow | qcow2 | qed | raw | vmdk>` ;;
c2993fe5
DM
919
920The drive's backing file's data format.
921
013dc89f 922`heads`=`<integer>` ;;
c2993fe5
DM
923
924Force the drive's physical geometry to have a specific head count.
925
926`iops`=`<iops>` ;;
927
de0983cb 928Maximum r/w I/O in operations per second.
c2993fe5
DM
929
930`iops_max`=`<iops>` ;;
931
de0983cb
DM
932Maximum unthrottled r/w I/O pool in operations per second.
933
934`iops_max_length`=`<seconds>` ;;
935
936Maximum length of I/O bursts in seconds.
c2993fe5
DM
937
938`iops_rd`=`<iops>` ;;
939
de0983cb
DM
940Maximum read I/O in operations per second.
941
c2993fe5
DM
942`iops_rd_max`=`<iops>` ;;
943
de0983cb 944Maximum unthrottled read I/O pool in operations per second.
c2993fe5 945
5d9c884c 946`iops_rd_max_length`=`<seconds>` ;;
c2993fe5 947
5d9c884c 948Maximum length of read I/O bursts in seconds.
de0983cb 949
5d9c884c 950`iops_wr`=`<iops>` ;;
de0983cb 951
5d9c884c 952Maximum write I/O in operations per second.
c2993fe5
DM
953
954`iops_wr_max`=`<iops>` ;;
955
de0983cb 956Maximum unthrottled write I/O pool in operations per second.
c2993fe5 957
5d9c884c
DM
958`iops_wr_max_length`=`<seconds>` ;;
959
960Maximum length of write I/O bursts in seconds.
961
013dc89f 962`iothread`=`<boolean>` ;;
c2993fe5
DM
963
964Whether to use iothreads for this drive
965
966`mbps`=`<mbps>` ;;
967
de0983cb 968Maximum r/w speed in megabytes per second.
c2993fe5
DM
969
970`mbps_max`=`<mbps>` ;;
971
de0983cb 972Maximum unthrottled r/w pool in megabytes per second.
c2993fe5
DM
973
974`mbps_rd`=`<mbps>` ;;
975
de0983cb 976Maximum read speed in megabytes per second.
c2993fe5
DM
977
978`mbps_rd_max`=`<mbps>` ;;
979
de0983cb 980Maximum unthrottled read pool in megabytes per second.
c2993fe5
DM
981
982`mbps_wr`=`<mbps>` ;;
983
de0983cb 984Maximum write speed in megabytes per second.
c2993fe5
DM
985
986`mbps_wr_max`=`<mbps>` ;;
987
de0983cb 988Maximum unthrottled write pool in megabytes per second.
c2993fe5 989
013dc89f 990`media`=`<cdrom | disk>` ('default =' `disk`);;
c2993fe5
DM
991
992The drive's media type.
993
013dc89f 994`queues`=`<integer> (2 - N)` ;;
c2993fe5
DM
995
996Number of queues.
997
5d9c884c
DM
998`replicate`=`<boolean>` ('default =' `1`);;
999
1000Whether the drive should considered for replication jobs.
1001
1002`rerror`=`<ignore | report | stop>` ;;
1003
1004Read error action.
1005
5370fa8c
TL
1006`ro`=`<boolean>` ;;
1007
1008Whether the drive is read-only.
1009
52e44c50
FG
1010`scsiblock`=`<boolean>` ('default =' `0`);;
1011
1012whether to use scsi-block for full passthrough of host block device
1013+
1014WARNING: can lead to I/O errors in combination with low memory or high memory fragmentation on host
1015
013dc89f 1016`secs`=`<integer>` ;;
c2993fe5
DM
1017
1018Force the drive's physical geometry to have a specific sector count.
1019
1020`serial`=`<serial>` ;;
1021
1022The drive's reported serial number, url-encoded, up to 20 bytes long.
1023
27a7acb2
DM
1024`shared`=`<boolean>` ('default =' `0`);;
1025
1026Mark this locally-managed volume as available on all nodes.
1027+
1028WARNING: This option does not share the volume automatically, it assumes it is shared already!
1029
c2993fe5
DM
1030`size`=`<DiskSize>` ;;
1031
1032Disk size. This is purely informational and has no effect.
1033
013dc89f 1034`snapshot`=`<boolean>` ;;
c2993fe5 1035
27a7acb2 1036Controls qemu's snapshot mode feature. If activated, changes made to the disk are temporary and will be discarded when the VM is shutdown.
c2993fe5 1037
25203dc1
NC
1038`ssd`=`<boolean>` ;;
1039
1040Whether to expose this drive as an SSD, rather than a rotational hard disk.
1041
013dc89f 1042`trans`=`<auto | lba | none>` ;;
c2993fe5
DM
1043
1044Force disk geometry bios translation mode.
1045
013dc89f 1046`werror`=`<enospc | ignore | report | stop>` ;;
c2993fe5
DM
1047
1048Write error action.
1049
95895385
TL
1050`wwn`=`<wwn>` ;;
1051
1052The drive's worldwide name, encoded as 16 bytes hex string, prefixed by '0x'.
1053
013dc89f 1054`scsihw`: `<lsi | lsi53c810 | megasas | pvscsi | virtio-scsi-pci | virtio-scsi-single>` ('default =' `lsi`)::
6ec3cd20 1055
c2993fe5 1056SCSI controller model
6ec3cd20 1057
27a7acb2
DM
1058`searchdomain`: `<string>` ::
1059
de786b48 1060cloud-init: Sets DNS search domains for a container. Create will automatically use the setting from the host if neither searchdomain nor nameserver are set.
27a7acb2 1061
6ec3cd20
DM
1062`serial[n]`: `(/dev/.+|socket)` ::
1063
c2993fe5
DM
1064Create a serial device inside the VM (n is 0 to 3), and pass through a
1065host serial device (i.e. /dev/ttyS0), or create a unix socket on the
1066host side (use 'qm terminal' to open a terminal connection).
1067+
4772952b
TL
1068NOTE: If you pass through a host serial device, it is no longer possible to migrate such machines -
1069use with special care.
6ec3cd20 1070+
c2993fe5 1071CAUTION: Experimental! User reported problems with this option.
6ec3cd20 1072
013dc89f 1073`shares`: `<integer> (0 - 50000)` ('default =' `1000`)::
6ec3cd20 1074
5da3d723 1075Amount of memory shares for auto-ballooning. The larger the number is, the more memory this VM gets. Number is relative to weights of all other running VMs. Using zero disables auto-ballooning. Auto-ballooning is done by pvestatd.
6ec3cd20 1076
1e3f8156 1077`smbios1`: `[base64=<1|0>] [,family=<Base64 encoded string>] [,manufacturer=<Base64 encoded string>] [,product=<Base64 encoded string>] [,serial=<Base64 encoded string>] [,sku=<Base64 encoded string>] [,uuid=<UUID>] [,version=<Base64 encoded string>]` ::
6ec3cd20
DM
1078
1079Specify SMBIOS type 1 fields.
1080
1e3f8156
TL
1081`base64`=`<boolean>` ;;
1082
1083Flag to indicate that the SMBIOS values are base64 encoded
1084
1085`family`=`<Base64 encoded string>` ;;
c2993fe5
DM
1086
1087Set SMBIOS1 family string.
1088
1e3f8156 1089`manufacturer`=`<Base64 encoded string>` ;;
c2993fe5
DM
1090
1091Set SMBIOS1 manufacturer.
1092
1e3f8156 1093`product`=`<Base64 encoded string>` ;;
c2993fe5
DM
1094
1095Set SMBIOS1 product ID.
1096
1e3f8156 1097`serial`=`<Base64 encoded string>` ;;
c2993fe5
DM
1098
1099Set SMBIOS1 serial number.
1100
1e3f8156 1101`sku`=`<Base64 encoded string>` ;;
c2993fe5
DM
1102
1103Set SMBIOS1 SKU string.
1104
1105`uuid`=`<UUID>` ;;
1106
1107Set SMBIOS1 UUID.
1108
1e3f8156 1109`version`=`<Base64 encoded string>` ;;
c2993fe5
DM
1110
1111Set SMBIOS1 version.
1112
013dc89f 1113`smp`: `<integer> (1 - N)` ('default =' `1`)::
6ec3cd20
DM
1114
1115The number of CPUs. Please use option -sockets instead.
1116
013dc89f 1117`sockets`: `<integer> (1 - N)` ('default =' `1`)::
6ec3cd20
DM
1118
1119The number of CPU sockets.
1120
1c532546
TL
1121`spice_enhancements`: `[foldersharing=<1|0>] [,videostreaming=<off|all|filter>]` ::
1122
1123Configure additional enhancements for SPICE.
1124
1125`foldersharing`=`<boolean>` ('default =' `0`);;
1126
1127Enable folder sharing via SPICE. Needs Spice-WebDAV daemon installed in the VM.
1128
1129`videostreaming`=`<all | filter | off>` ('default =' `off`);;
1130
1131Enable video streaming. Uses compression for detected video streams.
1132
27a7acb2
DM
1133`sshkeys`: `<string>` ::
1134
1135cloud-init: Setup public SSH keys (one key per line, OpenSSH format).
1136
013dc89f 1137`startdate`: `(now | YYYY-MM-DD | YYYY-MM-DDTHH:MM:SS)` ('default =' `now`)::
6ec3cd20 1138
4772952b 1139Set the initial date of the real time clock. Valid format for date are:'now' or '2006-06-17T16:01:21' or '2006-06-17'.
6ec3cd20
DM
1140
1141`startup`: `[[order=]\d+] [,up=\d+] [,down=\d+] ` ::
1142
c2993fe5 1143Startup and shutdown behavior. Order is a non-negative number defining the general startup order. Shutdown in done with reverse ordering. Additionally you can set the 'up' or 'down' delay in seconds, which specifies a delay to wait before the next VM is started or stopped.
6ec3cd20 1144
013dc89f 1145`tablet`: `<boolean>` ('default =' `1`)::
6ec3cd20 1146
4772952b 1147Enable/disable the USB tablet device. This device is usually needed to allow absolute mouse positioning with VNC. Else the mouse runs out of sync with normal VNC clients. If you're running lots of console-only guests on one host, you may consider disabling this to save some context switches. This is turned off by default if you use spice (`qm set <vmid> --vga qxl`).
6ec3cd20 1148
5c1699e5
TL
1149`tags`: `<string>` ::
1150
1151Tags of the VM. This is only meta information.
1152
013dc89f 1153`tdf`: `<boolean>` ('default =' `0`)::
6ec3cd20
DM
1154
1155Enable/disable time drift fix.
1156
013dc89f 1157`template`: `<boolean>` ('default =' `0`)::
6ec3cd20
DM
1158
1159Enable/disable Template.
1160
5370fa8c
TL
1161`tpmstate0`: `[file=]<volume> [,size=<DiskSize>] [,version=<v1.2|v2.0>]` ::
1162
7af2edf9 1163Configure a Disk for storing TPM state. The format is fixed to 'raw'.
5370fa8c
TL
1164
1165`file`=`<volume>` ;;
1166
1167The drive's backing volume.
1168
1169`size`=`<DiskSize>` ;;
1170
1171Disk size. This is purely informational and has no effect.
1172
1173`version`=`<v1.2 | v2.0>` ('default =' `v2.0`);;
1174
1175The TPM interface version. v2.0 is newer and should be preferred. Note that this cannot be changed later on.
1176
c5aa7e14 1177`unused[n]`: `[file=]<volume>` ::
6ec3cd20 1178
c2993fe5 1179Reference to unused volumes. This is used internally, and should not be modified manually.
6ec3cd20 1180
c5aa7e14
TL
1181`file`=`<volume>` ;;
1182
1183The drive's backing volume.
1184
499c9b7f 1185`usb[n]`: `[[host=]<HOSTUSBDEVICE|spice>] [,mapping=<mapping-id>] [,usb3=<1|0>]` ::
6ec3cd20 1186
4e7f60c2 1187Configure an USB device (n is 0 to 4, for machine version >= 7.1 and ostype l26 or windows > 7, n can be up to 14).
c2993fe5
DM
1188
1189`host`=`<HOSTUSBDEVICE|spice>` ;;
1190
1191The Host USB device or port or the value 'spice'. HOSTUSBDEVICE syntax is:
6ec3cd20 1192+
c2993fe5
DM
1193 'bus-port(.port)*' (decimal numbers) or
1194 'vendor_id:product_id' (hexadeciaml numbers) or
1195 'spice'
6ec3cd20
DM
1196+
1197You can use the 'lsusb -t' command to list existing usb devices.
1198+
4772952b
TL
1199NOTE: This option allows direct access to host hardware. So it is no longer possible to migrate such
1200machines - use with special care.
6ec3cd20
DM
1201+
1202The value 'spice' can be used to add a usb redirection devices for spice.
499c9b7f
TL
1203+
1204Either this or the 'mapping' key must be set.
1205
1206`mapping`=`<mapping-id>` ;;
1207
1208The ID of a cluster wide mapping. Either this or the default-key 'host' must be set.
c2993fe5 1209
013dc89f 1210`usb3`=`<boolean>` ('default =' `0`);;
c2993fe5 1211
4e7f60c2 1212Specifies whether if given host option is a USB3 device or port. For modern guests (machine version >= 7.1 and ostype l26 and windows > 7), this flag is irrelevant (all devices are plugged into a xhci controller).
6ec3cd20 1213
013dc89f 1214`vcpus`: `<integer> (1 - N)` ('default =' `0`)::
6ec3cd20
DM
1215
1216Number of hotplugged vcpus.
1217
e2d681b3
TL
1218`vga`: `[[type=]<enum>] [,memory=<integer>]` ::
1219
1220Configure the VGA Hardware. If you want to use high resolution modes (>= 1280x1024x16) you may need to increase the vga memory option. Since QEMU 2.9 the default VGA display type is 'std' for all OS types besides some Windows versions (XP and older) which use 'cirrus'. The 'qxl' option enables the SPICE display server. For win* OS you can select how many independent displays you want, Linux guests can add displays them self.
1221You can also run without any graphic card, using a serial device as terminal.
1222
1223`memory`=`<integer> (4 - 512)` ;;
1224
1225Sets the VGA memory (in MiB). Has no effect with serial display.
1226
7af2edf9 1227`type`=`<cirrus | none | qxl | qxl2 | qxl3 | qxl4 | serial0 | serial1 | serial2 | serial3 | std | virtio | virtio-gl | vmware>` ('default =' `std`);;
6ec3cd20 1228
e2d681b3 1229Select the VGA type.
6ec3cd20 1230
5370fa8c 1231`virtio[n]`: `[file=]<volume> [,aio=<native|threads|io_uring>] [,backup=<1|0>] [,bps=<bps>] [,bps_max_length=<seconds>] [,bps_rd=<bps>] [,bps_rd_max_length=<seconds>] [,bps_wr=<bps>] [,bps_wr_max_length=<seconds>] [,cache=<enum>] [,cyls=<integer>] [,detect_zeroes=<1|0>] [,discard=<ignore|on>] [,format=<enum>] [,heads=<integer>] [,iops=<iops>] [,iops_max=<iops>] [,iops_max_length=<seconds>] [,iops_rd=<iops>] [,iops_rd_max=<iops>] [,iops_rd_max_length=<seconds>] [,iops_wr=<iops>] [,iops_wr_max=<iops>] [,iops_wr_max_length=<seconds>] [,iothread=<1|0>] [,mbps=<mbps>] [,mbps_max=<mbps>] [,mbps_rd=<mbps>] [,mbps_rd_max=<mbps>] [,mbps_wr=<mbps>] [,mbps_wr_max=<mbps>] [,media=<cdrom|disk>] [,replicate=<1|0>] [,rerror=<ignore|report|stop>] [,ro=<1|0>] [,secs=<integer>] [,serial=<serial>] [,shared=<1|0>] [,size=<DiskSize>] [,snapshot=<1|0>] [,trans=<none|lba|auto>] [,werror=<enum>]` ::
6ec3cd20 1232
7af2edf9 1233Use volume as VIRTIO hard disk (n is 0 to 15).
6ec3cd20 1234
8f4d9c87 1235`aio`=`<io_uring | native | threads>` ;;
c2993fe5
DM
1236
1237AIO type to use.
1238
013dc89f 1239`backup`=`<boolean>` ;;
c2993fe5
DM
1240
1241Whether the drive should be included when making backups.
1242
1243`bps`=`<bps>` ;;
1244
de0983cb
DM
1245Maximum r/w speed in bytes per second.
1246
1247`bps_max_length`=`<seconds>` ;;
1248
1249Maximum length of I/O bursts in seconds.
c2993fe5
DM
1250
1251`bps_rd`=`<bps>` ;;
1252
de0983cb
DM
1253Maximum read speed in bytes per second.
1254
5d9c884c 1255`bps_rd_max_length`=`<seconds>` ;;
de0983cb
DM
1256
1257Maximum length of read I/O bursts in seconds.
c2993fe5
DM
1258
1259`bps_wr`=`<bps>` ;;
1260
de0983cb
DM
1261Maximum write speed in bytes per second.
1262
5d9c884c 1263`bps_wr_max_length`=`<seconds>` ;;
de0983cb
DM
1264
1265Maximum length of write I/O bursts in seconds.
c2993fe5 1266
013dc89f 1267`cache`=`<directsync | none | unsafe | writeback | writethrough>` ;;
c2993fe5
DM
1268
1269The drive's cache mode
1270
013dc89f 1271`cyls`=`<integer>` ;;
c2993fe5
DM
1272
1273Force the drive's physical geometry to have a specific cylinder count.
1274
013dc89f 1275`detect_zeroes`=`<boolean>` ;;
c2993fe5
DM
1276
1277Controls whether to detect and try to optimize writes of zeroes.
1278
013dc89f 1279`discard`=`<ignore | on>` ;;
c2993fe5
DM
1280
1281Controls whether to pass discard/trim requests to the underlying storage.
1282
1283`file`=`<volume>` ;;
1284
1285The drive's backing volume.
1286
013dc89f 1287`format`=`<cloop | cow | qcow | qcow2 | qed | raw | vmdk>` ;;
c2993fe5
DM
1288
1289The drive's backing file's data format.
1290
013dc89f 1291`heads`=`<integer>` ;;
c2993fe5
DM
1292
1293Force the drive's physical geometry to have a specific head count.
1294
1295`iops`=`<iops>` ;;
1296
de0983cb 1297Maximum r/w I/O in operations per second.
c2993fe5
DM
1298
1299`iops_max`=`<iops>` ;;
1300
de0983cb
DM
1301Maximum unthrottled r/w I/O pool in operations per second.
1302
1303`iops_max_length`=`<seconds>` ;;
1304
1305Maximum length of I/O bursts in seconds.
c2993fe5
DM
1306
1307`iops_rd`=`<iops>` ;;
1308
de0983cb
DM
1309Maximum read I/O in operations per second.
1310
c2993fe5
DM
1311`iops_rd_max`=`<iops>` ;;
1312
de0983cb 1313Maximum unthrottled read I/O pool in operations per second.
c2993fe5 1314
5d9c884c 1315`iops_rd_max_length`=`<seconds>` ;;
c2993fe5 1316
5d9c884c 1317Maximum length of read I/O bursts in seconds.
de0983cb 1318
5d9c884c 1319`iops_wr`=`<iops>` ;;
de0983cb 1320
5d9c884c 1321Maximum write I/O in operations per second.
c2993fe5
DM
1322
1323`iops_wr_max`=`<iops>` ;;
1324
de0983cb 1325Maximum unthrottled write I/O pool in operations per second.
c2993fe5 1326
5d9c884c
DM
1327`iops_wr_max_length`=`<seconds>` ;;
1328
1329Maximum length of write I/O bursts in seconds.
1330
013dc89f 1331`iothread`=`<boolean>` ;;
c2993fe5
DM
1332
1333Whether to use iothreads for this drive
1334
1335`mbps`=`<mbps>` ;;
1336
de0983cb 1337Maximum r/w speed in megabytes per second.
c2993fe5
DM
1338
1339`mbps_max`=`<mbps>` ;;
1340
de0983cb 1341Maximum unthrottled r/w pool in megabytes per second.
c2993fe5
DM
1342
1343`mbps_rd`=`<mbps>` ;;
1344
de0983cb 1345Maximum read speed in megabytes per second.
c2993fe5
DM
1346
1347`mbps_rd_max`=`<mbps>` ;;
1348
de0983cb 1349Maximum unthrottled read pool in megabytes per second.
c2993fe5
DM
1350
1351`mbps_wr`=`<mbps>` ;;
1352
de0983cb 1353Maximum write speed in megabytes per second.
c2993fe5
DM
1354
1355`mbps_wr_max`=`<mbps>` ;;
1356
de0983cb 1357Maximum unthrottled write pool in megabytes per second.
c2993fe5 1358
013dc89f 1359`media`=`<cdrom | disk>` ('default =' `disk`);;
c2993fe5
DM
1360
1361The drive's media type.
1362
5d9c884c
DM
1363`replicate`=`<boolean>` ('default =' `1`);;
1364
1365Whether the drive should considered for replication jobs.
1366
013dc89f 1367`rerror`=`<ignore | report | stop>` ;;
c2993fe5
DM
1368
1369Read error action.
1370
5370fa8c
TL
1371`ro`=`<boolean>` ;;
1372
1373Whether the drive is read-only.
1374
013dc89f 1375`secs`=`<integer>` ;;
c2993fe5
DM
1376
1377Force the drive's physical geometry to have a specific sector count.
1378
1379`serial`=`<serial>` ;;
1380
1381The drive's reported serial number, url-encoded, up to 20 bytes long.
1382
27a7acb2
DM
1383`shared`=`<boolean>` ('default =' `0`);;
1384
1385Mark this locally-managed volume as available on all nodes.
1386+
1387WARNING: This option does not share the volume automatically, it assumes it is shared already!
1388
c2993fe5
DM
1389`size`=`<DiskSize>` ;;
1390
1391Disk size. This is purely informational and has no effect.
1392
013dc89f 1393`snapshot`=`<boolean>` ;;
c2993fe5 1394
27a7acb2 1395Controls qemu's snapshot mode feature. If activated, changes made to the disk are temporary and will be discarded when the VM is shutdown.
c2993fe5 1396
013dc89f 1397`trans`=`<auto | lba | none>` ;;
c2993fe5
DM
1398
1399Force disk geometry bios translation mode.
1400
013dc89f 1401`werror`=`<enospc | ignore | report | stop>` ;;
c2993fe5
DM
1402
1403Write error action.
1404
4d47f125
TL
1405`vmgenid`: `<UUID>` ('default =' `1 (autogenerated)`)::
1406
1407The VM generation ID (vmgenid) device exposes a 128-bit integer value identifier to the guest OS. This allows to notify the guest operating system when the virtual machine is executed with a different configuration (e.g. snapshot execution or creation from a template). The guest operating system notices the change, and is then able to react as appropriate by marking its copies of distributed databases as dirty, re-initializing its random number generator, etc.
4772952b 1408Note that auto-creation only works when done through API/CLI create or update methods, but not when manually editing the config file.
4d47f125 1409
2489d6df
WB
1410`vmstatestorage`: `<string>` ::
1411
1412Default storage for VM state volumes/files.
1413
013dc89f 1414`watchdog`: `[[model=]<i6300esb|ib700>] [,action=<enum>]` ::
6ec3cd20 1415
c2993fe5
DM
1416Create a virtual hardware watchdog device. Once enabled (by a guest action), the watchdog must be periodically polled by an agent inside the guest or else the watchdog will reset the guest (or execute the respective action specified)
1417
013dc89f 1418`action`=`<debug | none | pause | poweroff | reset | shutdown>` ;;
c2993fe5
DM
1419
1420The action to perform if after activation the guest fails to poll the watchdog in time.
1421
013dc89f 1422`model`=`<i6300esb | ib700>` ('default =' `i6300esb`);;
c2993fe5
DM
1423
1424Watchdog type to emulate.
6ec3cd20 1425