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