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