`bwlimit`: `[clone=] [,default=] [,migration=] [,move=] [,restore=]` :: Set bandwidth/io limits various operations. `clone`=`` ;; bandwidth limit in KiB/s for cloning disks `default`=`` ;; default bandwidth limit in KiB/s `migration`=`` ;; bandwidth limit in KiB/s for migrating guests (including moving local disks) `move`=`` ;; bandwidth limit in KiB/s for moving disks `restore`=`` ;; bandwidth limit in KiB/s for restoring guests from backups `console`: `` :: Select the default Console viewer. You can either use the builtin java applet (VNC; deprecated and maps to html5), an external virt-viewer comtatible application (SPICE), an HTML5 based vnc viewer (noVNC), or an HTML5 based console client (xtermjs). If the selected viewer is not available (e.g. SPICE not activated for the VM), the fallback is noVNC. `description`: `` :: Datacenter description. Shown in the web-interface datacenter notes panel. This is saved as comment inside the configuration file. `email_from`: `` :: Specify email address to send notification from (default is root@$hostname) `fencing`: `` ('default =' `watchdog`):: Set the fencing mode of the HA cluster. Hardware mode needs a valid configuration of fence devices in /etc/pve/ha/fence.cfg. With both all two modes are used. + WARNING: 'hardware' and 'both' are EXPERIMENTAL & WIP `ha`: `shutdown_policy=` :: Cluster wide HA settings. `shutdown_policy`=`` ('default =' `conditional`);; Describes the policy for handling HA services on poweroff or reboot of a node. Freeze will always freeze services which are still located on the node on shutdown, those services won't be recovered by the HA manager. Failover will not mark the services as frozen and thus the services will get recovered to other nodes, if the shutdown node does not come up again quickly (< 1min). 'conditional' chooses automatically depending on the type of shutdown, i.e., on a reboot the service will be frozen but on a poweroff the service will stay as is, and thus get recovered after about 2 minutes. Migrate will try to move all running services to another node when a reboot or shutdown was triggered. The poweroff process will only continue once no running services are located on the node anymore. If the node comes up again, the service will be moved back to the previously powered-off node, at least if no other migration, reloaction or recovery took place. `http_proxy`: `http://.*` :: Specify external http proxy which is used for downloads (example: 'http://username:password@host:port/') `keyboard`: `` :: Default keybord layout for vnc server. `language`: `` :: Default GUI language. `mac_prefix`: `` :: Prefix for autogenerated MAC addresses. `max_workers`: ` (1 - N)` :: Defines how many workers (per node) are maximal started on actions like 'stopall VMs' or task from the ha-manager. `migration`: `[type=] [,network=]` :: For cluster wide migration settings. `network`=`` ;; CIDR of the (sub) network that is used for migration. `type`=`` ('default =' `secure`);; Migration traffic is encrypted using an SSH tunnel by default. On secure, completely private networks this can be disabled to increase performance. `migration_unsecure`: `` :: Migration is secure using SSH tunnel by default. For secure private networks you can disable it to speed up migration. Deprecated, use the 'migration' property instead! `u2f`: `[appid=] [,origin=]` :: u2f `appid`=`` ;; U2F AppId URL override. Defaults to the origin. `origin`=`` ;; U2F Origin override. Mostly useful for single nodes with a single URL. `webauthn`: `[id=] [,origin=] [,rp=]` :: webauthn configuration `id`=`` ;; Relying part ID. Must be the domain name without protocol, port or location. Changing this *will* break existing credentials. `origin`=`` ;; Site origin. Must be a `https://` URL (or `http://localhost`). Should contain the address users type in their browsers to access the web interface. Changing this *may* break existing credentials. `rp`=`` ;; Relying party name. Any text identifier. Changing this *may* break existing credentials.