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