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