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