]> git.proxmox.com Git - pve-docs.git/blobdiff - datacenter.cfg.5-opts.adoc
pct.adoc: move pct_startup_and_shutdown to correct section
[pve-docs.git] / datacenter.cfg.5-opts.adoc
index df9d74f45185680ca83360fd224c387204ffae35..1890a299ffe0cb0882513fc64cc7daac8c3eb25f 100644 (file)
@@ -1,12 +1,12 @@
-`console`: `(applet | html5 | vv)` ::
+`console`: `<applet | html5 | vv>` ::
 
 Select the default Console viewer. You can either use the builtin java applet (VNC), an external virt-viewer comtatible application (SPICE), or an HTML5 based viewer (noVNC).
 
 
 Select the default Console viewer. You can either use the builtin java applet (VNC), an external virt-viewer comtatible application (SPICE), or an HTML5 based viewer (noVNC).
 
-`email_from`: `string` ::
+`email_from`: `<string>` ::
 
 Specify email address to send notification from (default is root@$hostname)
 
 
 Specify email address to send notification from (default is root@$hostname)
 
-`fencing`: `(both | hardware | watchdog)` (default=`watchdog`)::
+`fencing`: `<both | hardware | watchdog>` ('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.
 +
 
 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.
 +
@@ -16,11 +16,11 @@ WARNING: 'hardware' and 'both' are EXPERIMENTAL & WIP
 
 Specify external http proxy which is used for downloads (example: 'http://username:password@host:port/')
 
 
 Specify external http proxy which is used for downloads (example: 'http://username:password@host:port/')
 
-`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)` ::
+`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>` ::
 
 Default keybord layout for vnc server.
 
 
 Default keybord layout for vnc server.
 
-`language`: `(de | en)` ::
+`language`: `<de | en>` ::
 
 Default GUI language.
 
 
 Default GUI language.
 
@@ -28,7 +28,7 @@ Default GUI language.
 
 Prefix for autogenerated MAC addresses.
 
 
 Prefix for autogenerated MAC addresses.
 
-`max_workers`: `integer (1 - N)` ::
+`max_workers`: `<integer> (1 - N)` ::
 
 Defines how many workers (per node) are maximal started  on actions like 'stopall VMs' or task from the ha-manager.
 
 
 Defines how many workers (per node) are maximal started  on actions like 'stopall VMs' or task from the ha-manager.
 
@@ -40,11 +40,11 @@ For cluster wide migration settings.
 
 CIDR of the (sub) network that is used for migration.
 
 
 CIDR of the (sub) network that is used for migration.
 
-`type`=`(insecure | secure)` (default=`secure`);;
+`type`=`<insecure | secure>` ('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 traffic is encrypted using an SSH tunnel by default. On secure, completely private networks this can be disabled to increase performance.
 
-`migration_unsecure`: `boolean` ::
+`migration_unsecure`: `<boolean>` ::
 
 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!
 
 
 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!