5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-03 01:17:49 +03:00

run make update-static

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-02-01 13:49:11 +01:00
parent b7a5c9c54b
commit 5f26e15b39
10 changed files with 602 additions and 281 deletions

File diff suppressed because it is too large Load Diff

View File

@ -36,6 +36,14 @@ Set the fencing mode of the HA cluster. Hardware mode needs a valid configuratio
+
WARNING: 'hardware' and 'both' are EXPERIMENTAL & WIP
`ha`: `shutdown_policy=<freeze|failover|conditional>` ::
Cluster wide HA settings.
`shutdown_policy`=`<conditional | failover | freeze>` ('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.
`http_proxy`: `http://.*` ::
Specify external http proxy which is used for downloads (example: 'http://username:password@host:port/')

View File

@ -2,11 +2,11 @@
Call output rendering functions to produce human readable text.
`--noborder` `<boolean>` ('default =' `1`)::
`--noborder` `<boolean>` ('default =' `0`)::
Do not draw borders (for 'text' format).
`--noheader` `<boolean>` ('default =' `1`)::
`--noheader` `<boolean>` ('default =' `0`)::
Do not show column headers (for 'text' format).

View File

@ -40,7 +40,7 @@ Target storage for full clone.
Target node. Only allowed if the original VM is on shared storage.
*pct config* `<vmid>`
*pct config* `<vmid>` `[OPTIONS]`
Get container configuration.
@ -48,6 +48,10 @@ Get container configuration.
The (unique) ID of the VM.
`--snapshot` `<string>` ::
Fetch config values from given snapshot.
*pct console* `<vmid>` `[OPTIONS]`
Launch a console for the specified container.
@ -120,6 +124,10 @@ Allow containers access to advanced features.
Allow to overwrite existing container.
`--hookscript` `<string>` ::
Script that will be exectued during various steps in the containers lifetime.
`--hostname` `<string>` ::
Set a host name for the container.
@ -514,6 +522,10 @@ Allow containers access to advanced features.
Allow to overwrite existing container.
`--hookscript` `<string>` ::
Script that will be exectued during various steps in the containers lifetime.
`--hostname` `<string>` ::
Set a host name for the container.
@ -678,6 +690,10 @@ Prevent changes if current configuration file has different SHA1 digest. This ca
Allow containers access to advanced features.
`--hookscript` `<string>` ::
Script that will be exectued during various steps in the containers lifetime.
`--hostname` `<string>` ::
Set a host name for the container.

View File

@ -50,6 +50,10 @@ Allow mounting file systems of specific types. This should be a list of file sys
Allow nesting. Best used with unprivileged containers with additional id mapping. Note that this will expose procfs and sysfs contents of the host to the guest.
`hookscript`: `<string>` ::
Script that will be exectued during various steps in the containers lifetime.
`hostname`: `<string>` ::
Set a host name for the container.

View File

@ -14,6 +14,10 @@ Log level for outgoing traffic.
Enable NDP.
`nf_conntrack_allow_invalid`: `<boolean>` ('default =' `0`)::
Allow invalid packets on connection tracking.
`nf_conntrack_max`: `<integer> (32768 - N)` ::
Maximum number of tracked connections.

View File

@ -125,6 +125,10 @@ Node description/comment.
Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
`--wakeonlan` `<string>` ::
MAC address for wake on LAN
*pvenode help* `[OPTIONS]`
Get help about specified command.
@ -185,10 +189,18 @@ no description available
Only list this amount of tasks.
`--source` `<active | all | archive>` ('default =' `archive`)::
List archived, active or all tasks.
`--start` `<integer> (0 - N)` ('default =' `0`)::
List tasks beginning from this offset.
`--typefilter` `<string>` ::
Only list tasks of this type (e.g., vzstart, vzdump).
`--userfilter` `<string>` ::
Only list tasks from this user.
@ -217,4 +229,12 @@ Read task status.
no description available
*pvenode wakeonlan* `<node>`
Try to wake a node via 'wake on LAN' network packet.
`<node>`: `<string>` ::
target node for wake on LAN packet

View File

@ -20,7 +20,7 @@ Verbose output format.
Set subscription key.
`<key>`: `pve([124])([cbsp])-[0-9a-f]{10}` ::
`<key>`: `pve([1248])([cbsp])-[0-9a-f]{10}` ::
Proxmox VE subscription key

View File

@ -78,6 +78,10 @@ The (unique) ID of the VM.
Get current values (instead of pending values).
`--snapshot` `<string>` ::
Fetch config values from given snapshot.
*qm create* `<vmid>` `[OPTIONS]`
Create or restore a virtual machine.
@ -150,7 +154,7 @@ cloud-init: User name to change ssh keys and password for instead of the image's
The number of cores per socket.
`--cpu` `[cputype=]<enum> [,flags=<+FLAG[;-FLAG...]>] [,hidden=<1|0>]` ::
`--cpu` `[cputype=]<enum> [,flags=<+FLAG[;-FLAG...]>] [,hidden=<1|0>] [,hv-vendor-id=<vendor-id>]` ::
Emulated CPU type.
@ -180,6 +184,10 @@ NOTE: Requires option(s): `archive`
Freeze CPU at startup (use 'c' monitor command to start execution).
`--hookscript` `<string>` ::
Script that will be executed during various steps in the vms lifetime.
`--hostpci[n]` `[host=]<HOSTPCIID[;HOSTPCIID2...]> [,mdev=<string>] [,pcie=<1|0>] [,rombar=<1|0>] [,romfile=<string>] [,x-vga=<1|0>]` ::
Map host PCI devices into guest.
@ -219,7 +227,7 @@ Enable/disable KVM hardware virtualization.
Set the real time clock to local time. This is enabled by default if ostype indicates a Microsoft OS.
`--lock` `<backup | migrate | rollback | snapshot>` ::
`--lock` `<backup | clone | create | migrate | rollback | snapshot | snapshot-delete>` ::
Lock/unlock the VM.
@ -800,7 +808,7 @@ cloud-init: User name to change ssh keys and password for instead of the image's
The number of cores per socket.
`--cpu` `[cputype=]<enum> [,flags=<+FLAG[;-FLAG...]>] [,hidden=<1|0>]` ::
`--cpu` `[cputype=]<enum> [,flags=<+FLAG[;-FLAG...]>] [,hidden=<1|0>] [,hv-vendor-id=<vendor-id>]` ::
Emulated CPU type.
@ -838,6 +846,10 @@ NOTE: Requires option(s): `delete`
Freeze CPU at startup (use 'c' monitor command to start execution).
`--hookscript` `<string>` ::
Script that will be executed during various steps in the vms lifetime.
`--hostpci[n]` `[host=]<HOSTPCIID[;HOSTPCIID2...]> [,mdev=<string>] [,pcie=<1|0>] [,rombar=<1|0>] [,romfile=<string>] [,x-vga=<1|0>]` ::
Map host PCI devices into guest.
@ -877,7 +889,7 @@ Enable/disable KVM hardware virtualization.
Set the real time clock to local time. This is enabled by default if ostype indicates a Microsoft OS.
`--lock` `<backup | migrate | rollback | snapshot>` ::
`--lock` `<backup | clone | create | migrate | rollback | snapshot | snapshot-delete>` ::
Lock/unlock the VM.
@ -1049,6 +1061,10 @@ The (unique) ID of the VM.
Puts each option on a new line to enhance human readability
`--snapshot` `<string>` ::
Fetch config values from given snapshot.
*qm shutdown* `<vmid>` `[OPTIONS]`
Shutdown virtual machine. This is similar to pressing the power button on a

View File

@ -66,7 +66,7 @@ cloud-init: User name to change ssh keys and password for instead of the image's
The number of cores per socket.
`cpu`: `[cputype=]<enum> [,flags=<+FLAG[;-FLAG...]>] [,hidden=<1|0>]` ::
`cpu`: `[cputype=]<enum> [,flags=<+FLAG[;-FLAG...]>] [,hidden=<1|0>] [,hv-vendor-id=<vendor-id>]` ::
Emulated CPU type.
@ -82,6 +82,10 @@ List of additional CPU flags separated by ';'. Use '+FLAG' to enable, '-FLAG' to
Do not identify as a KVM virtual machine.
`hv-vendor-id`=`<vendor-id>` ;;
The Hyper-V vendor ID. Some drivers or programs inside Windows guests need a specific ID.
`cpulimit`: `<number> (0 - 128)` ('default =' `0`)::
Limit of CPU usage.
@ -116,6 +120,10 @@ Disk size. This is purely informational and has no effect.
Freeze CPU at startup (use 'c' monitor command to start execution).
`hookscript`: `<string>` ::
Script that will be executed during various steps in the vms lifetime.
`hostpci[n]`: `[host=]<HOSTPCIID[;HOSTPCIID2...]> [,mdev=<string>] [,pcie=<1|0>] [,rombar=<1|0>] [,romfile=<string>] [,x-vga=<1|0>]` ::
Map host PCI devices into guest.
@ -381,7 +389,7 @@ Enable/disable KVM hardware virtualization.
Set the real time clock to local time. This is enabled by default if ostype indicates a Microsoft OS.
`lock`: `<backup | migrate | rollback | snapshot>` ::
`lock`: `<backup | clone | create | migrate | rollback | snapshot | snapshot-delete>` ::
Lock/unlock the VM.
@ -1002,7 +1010,7 @@ You can also run without any graphic card, using a serial device as terminal.
Sets the VGA memory (in MiB). Has no effect with serial display.
`type`=`<cirrus | qxl | qxl2 | qxl3 | qxl4 | serial0 | serial1 | serial2 | serial3 | std | virtio | vmware>` ('default =' `std`);;
`type`=`<cirrus | none | qxl | qxl2 | qxl3 | qxl4 | serial0 | serial1 | serial2 | serial3 | std | virtio | vmware>` ('default =' `std`);;
Select the VGA type.