run make update

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-04-04 17:17:19 +02:00
parent fc5373bb1d
commit 95895385d2
15 changed files with 1050 additions and 90 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,23 +4,23 @@ Set bandwidth/io limits various operations.
`clone`=`<LIMIT>` ;;
bandwidth limit in MiB/s for cloning disks
bandwidth limit in KiB/s for cloning disks
`default`=`<LIMIT>` ;;
default bandwidth limit in MiB/s
default bandwidth limit in KiB/s
`migration`=`<LIMIT>` ;;
bandwidth limit in MiB/s for migrating guests
bandwidth limit in KiB/s for migrating guests (including moving local disks)
`move`=`<LIMIT>` ;;
bandwidth limit in MiB/s for moving disks
bandwidth limit in KiB/s for moving disks
`restore`=`<LIMIT>` ;;
bandwidth limit in MiB/s for restoring guests from backups
bandwidth limit in KiB/s for restoring guests from backups
`console`: `<applet | html5 | vv | xtermjs>` ::
@ -56,7 +56,7 @@ Default keybord layout for vnc server.
Default GUI language.
`mac_prefix`: `(?^i:[a-f0-9]{2}(?::[a-f0-9]{2}){0,2}:?)` ::
`mac_prefix`: `<string>` ::
Prefix for autogenerated MAC addresses.
@ -80,3 +80,15 @@ Migration traffic is encrypted using an SSH tunnel by default. On secure, comple
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=<APPID>] [,origin=<URL>]` ::
u2f
`appid`=`<APPID>` ;;
U2F AppId URL override. Defaults to the origin.
`origin`=`<URL>` ;;
U2F Origin override. Mostly useful for single nodes with a single URL.

View File

@ -134,7 +134,7 @@ HA resource ID. This consists of a resource type followed by a resource specific
`<node>`: `<string>` ::
The cluster node name.
Target node.
*ha-manager relocate* `<sid> <node>`
@ -147,7 +147,7 @@ HA resource ID. This consists of a resource type followed by a resource specific
`<node>`: `<string>` ::
The cluster node name.
Target node.
*ha-manager remove* `<sid>`

View File

@ -20,7 +20,7 @@ Default gateway for IPv6 traffic.
`hwaddr`=`<XX:XX:XX:XX:XX:XX>` ;;
The interface MAC address. This is dynamically allocated by default, but you can set that statically if needed, for example to always have the same link-local IPv6 address. (lxc.network.hwaddr)
A common MAC address with the I/G (Individual/Group) bit not set.
`ip`=`<(IPv4/CIDR|dhcp|manual)>` ;;

View File

@ -12,6 +12,10 @@ The (unique) ID of the VM.
VMID for the clone.
`--bwlimit` `<number> (0 - N)` ('default =' `clone limit from datacenter or storage config`)::
Override I/O bandwidth limit (in KiB/s).
`--description` `<string>` ::
Description for the new CT.
@ -84,9 +88,9 @@ The OS template or backup file.
OS architecture type.
`--bwlimit` `<number> (0 - N)` ::
`--bwlimit` `<number> (0 - N)` ('default =' `restore limit from datacenter or storage config`)::
Override i/o bandwidth limit (in KiB/s).
Override I/O bandwidth limit (in KiB/s).
`--cmode` `<console | shell | tty>` ('default =' `tty`)::
@ -216,6 +220,12 @@ Enable/disable Template.
Specify the number of tty available to the container
`--unique` `<boolean>` ::
Assign a unique random ethernet address.
+
NOTE: Requires option(s): `restore`
`--unprivileged` `<boolean>` ('default =' `0`)::
Makes the container run as unprivileged user. (Should not be modified manually.)
@ -292,6 +302,14 @@ A volume on which to run the filesystem check
Force checking, even if the filesystem seems clean
*pct fstrim* `<vmid>`
Run fstrim on a chosen CT and its mountpoints.
`<vmid>`: `<integer> (1 - N)` ::
The (unique) ID of the VM.
*pct help* `[OPTIONS]`
Get help about specified command.
@ -328,6 +346,10 @@ The (unique) ID of the VM.
Target node.
`--bwlimit` `<number> (0 - N)` ('default =' `migrate limit from datacenter or storage config`)::
Override I/O bandwidth limit (in KiB/s).
`--force` `<boolean>` ::
Force migration despite local bind / device mounts. NOTE: deprecated, use 'shared' property of mount point instead.
@ -370,6 +392,10 @@ Volume which will be moved.
Target Storage.
`--bwlimit` `<number> (0 - N)` ('default =' `clone limit from datacenter or storage config`)::
Override I/O bandwidth limit (in KiB/s).
`--delete` `<boolean>` ('default =' `0`)::
Delete the original volume after successful copy. By default the original is kept as an unused volume entry.
@ -482,9 +508,9 @@ The OS template or backup file.
OS architecture type.
`--bwlimit` `<number> (0 - N)` ::
`--bwlimit` `<number> (0 - N)` ('default =' `restore limit from datacenter or storage config`)::
Override i/o bandwidth limit (in KiB/s).
Override I/O bandwidth limit (in KiB/s).
`--cmode` `<console | shell | tty>` ('default =' `tty`)::
@ -610,6 +636,12 @@ Enable/disable Template.
Specify the number of tty available to the container
`--unique` `<boolean>` ::
Assign a unique random ethernet address.
+
NOTE: Requires option(s): `restore`
`--unprivileged` `<boolean>` ('default =' `0`)::
Makes the container run as unprivileged user. (Should not be modified manually.)

View File

@ -136,7 +136,7 @@ Default gateway for IPv6 traffic.
`hwaddr`=`<XX:XX:XX:XX:XX:XX>` ;;
The interface MAC address. This is dynamically allocated by default, but you can set that statically if needed, for example to always have the same link-local IPv6 address. (lxc.network.hwaddr)
A common MAC address with the I/G (Individual/Group) bit not set.
`ip`=`<(IPv4/CIDR|dhcp|manual)>` ;;

View File

@ -6,6 +6,22 @@ Enable ebtables rules cluster wide.
Enable or disable the firewall cluster wide.
`log_ratelimit`: `[enable=]<1|0> [,burst=<integer>] [,rate=<rate>]` ::
Log ratelimiting settings
`burst`=`<integer> (0 - N)` ('default =' `5`);;
Inital burst of packages which will get logged
`enable`=`<boolean>` ('default =' `1`);;
Enable or disable log rate limiting
`rate`=`<rate>` ('default =' `1/second`);;
Frequency with which the burst bucket gets refilled
`policy_in`: `<ACCEPT | DROP | REJECT>` ::
Input policy.

View File

@ -10,6 +10,10 @@ Log level for incoming traffic.
Log level for outgoing traffic.
`log_nf_conntrack`: `<boolean>` ('default =' `0`)::
Enable logging of conntrack information.
`ndp`: `<boolean>` ::
Enable NDP.

View File

@ -539,7 +539,7 @@
[width="100%",options="header"]
|===========================================================
|Action|proto|dport|sport
|ACCEPT|tcp|2703|
|PARAM|tcp|2703|
|===========================================================
[horizontal]

View File

@ -10,6 +10,10 @@ Restrict TCP/UDP destination port. You can use service names or simple numbers (
Network interface name. You have to use network configuration key names for VMs and containers ('net\d+'). Host related rules can use arbitrary strings.
`--log` `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ::
Log level for firewall rule.
`--proto` `<string>` ::
IP protocol. You can use protocol names ('tcp'/'udp') or simple numbers, as defined in '/etc/protocols'.

View File

@ -266,7 +266,7 @@ Destroy ceph related data and configuration files.
Start ceph services.
`<service>`: `(mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32}` ('default =' `ceph.target`)::
`<service>`: `(ceph|mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32}` ('default =' `ceph.target`)::
Ceph service name.
@ -278,7 +278,7 @@ Get ceph status.
Stop ceph services.
`<service>`: `(mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32}` ('default =' `ceph.target`)::
`<service>`: `(ceph|mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32}` ('default =' `ceph.target`)::
Ceph service name.

View File

@ -156,6 +156,26 @@ Run a command with a tcp socket as standard input. The IP address and port are p
Displays the local view of the cluster nodes.
*pvecm qdevice remove*
Remove a configured QDevice
*pvecm qdevice setup* `<address>` `[OPTIONS]`
Setup the use of a QDevice
`<address>`: `<string>` ::
Specifies the network address of an external corosync QDevice
`--force` `<boolean>` ::
Do not throw error on possible dangerous operations.
`--network` `<string>` ::
The network which should be used to connect to the external qdevice
*pvecm status*
Displays the local view of the cluster status.

View File

@ -1,3 +1,19 @@
`cicustom`: `[meta=<volume>] [,network=<volume>] [,user=<volume>]` ::
Specify custom files to replace the automatically generated ones at start.
`meta`=`<volume>` ;;
Specify a custom file containing all meta data passed to the VM via cloud-init. This is provider specific meaning configdrive2 and nocloud differ.
`network`=`<volume>` ;;
Specify a custom file containing all network data passed to the VM via cloud-init.
`user`=`<volume>` ;;
Specify a custom file containing all user data passed to the VM via cloud-init.
`cipassword`: `<string>` ::
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.

View File

@ -33,6 +33,10 @@ The (unique) ID of the VM.
VMID for the clone.
`--bwlimit` `<integer> (0 - N)` ('default =' `clone limit from datacenter or storage config`)::
Override I/O bandwidth limit (in KiB/s).
`--description` `<string>` ::
Description for the new VM.
@ -130,14 +134,18 @@ Boot on floppy (a), hard disk (c), CD-ROM (d), or network (n).
Enable booting from specified disk.
`--bwlimit` `<integer> (0 - N)` ::
`--bwlimit` `<integer> (0 - N)` ('default =' `restore limit from datacenter or storage config`)::
Override i/o bandwidth limit (in KiB/s).
Override I/O bandwidth limit (in KiB/s).
`--cdrom` `<volume>` ::
This is an alias for option -ide2
`--cicustom` `[meta=<volume>] [,network=<volume>] [,user=<volume>]` ::
cloud-init: Specify custom files to replace the automatically generated ones at start.
`--cipassword` `<password>` ::
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.
@ -200,7 +208,7 @@ Selectively enable hotplug features. This is a comma separated list of hotplug f
Enable/disable hugepages memory.
`--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>]` ::
`--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>]` ::
Use volume as IDE hard disk or CD-ROM (n is 0 to 3).
@ -215,6 +223,10 @@ For IPv6 the special string 'auto' can be used to use stateless autoconfiguratio
+
If cloud-init is enabled and neither an IPv4 nor an IPv6 address is specified, it defaults to using dhcp on IPv4.
`--ivshmem` `size=<integer> [,name=<string>]` ::
Inter-VM shared memory. Useful for direct communication between VMs, or to the host.
`--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>` ::
Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.cfg' configuration file.It should not be necessary to set it.
@ -227,7 +239,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 | clone | create | migrate | rollback | snapshot | snapshot-delete>` ::
`--lock` `<backup | clone | create | migrate | rollback | snapshot | snapshot-delete | suspended | suspending>` ::
Lock/unlock the VM.
@ -291,11 +303,11 @@ Sets the protection flag of the VM. This will disable the remove VM and remove d
Allow reboot. If set to '0' the VM exit on reboot.
`--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>]` ::
`--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>]` ::
Use volume as SATA hard disk or CD-ROM (n is 0 to 5).
`--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>]` ::
`--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>]` ::
Use volume as SCSI hard disk or CD-ROM (n is 0 to 13).
@ -570,6 +582,10 @@ The (unique) ID of the VM.
Target node.
`--bwlimit` `<integer> (0 - N)` ('default =' `migrate limit from datacenter or storage config`)::
Override I/O bandwidth limit (in KiB/s).
`--force` `<boolean>` ::
Allow to migrate VMs which use local devices. Only root may use this option.
@ -618,6 +634,10 @@ The disk you want to move.
Target storage.
`--bwlimit` `<integer> (0 - N)` ('default =' `move limit from datacenter or storage config`)::
Override I/O bandwidth limit (in KiB/s).
`--delete` `<boolean>` ('default =' `0`)::
Delete the original disk after successful copy. By default the original disk is kept as unused disk.
@ -792,6 +812,10 @@ Enable booting from specified disk.
This is an alias for option -ide2
`--cicustom` `[meta=<volume>] [,network=<volume>] [,user=<volume>]` ::
cloud-init: Specify custom files to replace the automatically generated ones at start.
`--cipassword` `<password>` ::
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.
@ -862,7 +886,7 @@ Selectively enable hotplug features. This is a comma separated list of hotplug f
Enable/disable hugepages memory.
`--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>]` ::
`--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>]` ::
Use volume as IDE hard disk or CD-ROM (n is 0 to 3).
@ -877,6 +901,10 @@ For IPv6 the special string 'auto' can be used to use stateless autoconfiguratio
+
If cloud-init is enabled and neither an IPv4 nor an IPv6 address is specified, it defaults to using dhcp on IPv4.
`--ivshmem` `size=<integer> [,name=<string>]` ::
Inter-VM shared memory. Useful for direct communication between VMs, or to the host.
`--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>` ::
Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.cfg' configuration file.It should not be necessary to set it.
@ -889,7 +917,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 | clone | create | migrate | rollback | snapshot | snapshot-delete>` ::
`--lock` `<backup | clone | create | migrate | rollback | snapshot | snapshot-delete | suspended | suspending>` ::
Lock/unlock the VM.
@ -953,11 +981,11 @@ Allow reboot. If set to '0' the VM exit on reboot.
Revert a pending change.
`--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>]` ::
`--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>]` ::
Use volume as SATA hard disk or CD-ROM (n is 0 to 5).
`--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>]` ::
`--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>]` ::
Use volume as SCSI hard disk or CD-ROM (n is 0 to 13).
@ -1196,6 +1224,16 @@ The (unique) ID of the VM.
Ignore locks - only root is allowed to use this option.
`--statestorage` `<string>` ::
The storage for the VM state
+
NOTE: Requires option(s): `todisk`
`--todisk` `<boolean>` ('default =' `0`)::
If set, suspends the VM to disk. Will be resumed on next VM start.
*qm template* `<vmid>` `[OPTIONS]`
Create a Template.

View File

@ -50,6 +50,22 @@ Enable booting from specified disk.
This is an alias for option -ide2
`cicustom`: `[meta=<volume>] [,network=<volume>] [,user=<volume>]` ::
cloud-init: Specify custom files to replace the automatically generated ones at start.
`meta`=`<volume>` ;;
Specify a custom file containing all meta data passed to the VM via cloud-init. This is provider specific meaning configdrive2 and nocloud differ.
`network`=`<volume>` ;;
Specify a custom file containing all network data passed to the VM via cloud-init.
`user`=`<volume>` ;;
Specify a custom file containing all user data passed to the VM via cloud-init.
`cipassword`: `<string>` ::
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.
@ -172,7 +188,7 @@ Selectively enable hotplug features. This is a comma separated list of hotplug f
Enable/disable hugepages memory.
`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>]` ::
`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>]` ::
Use volume as IDE hard disk or CD-ROM (n is 0 to 3).
@ -346,6 +362,10 @@ Force disk geometry bios translation mode.
Write error action.
`wwn`=`<wwn>` ;;
The drive's worldwide name, encoded as 16 bytes hex string, prefixed by '0x'.
`ipconfig[n]`: `[gw=<GatewayIPv4>] [,gw6=<GatewayIPv6>] [,ip=<IPv4Format/CIDR>] [,ip6=<IPv6Format/CIDR>]` ::
cloud-init: Specify IP addresses and gateways for the corresponding interface.
@ -377,6 +397,18 @@ IPv4 address in CIDR format.
IPv6 address in CIDR format.
`ivshmem`: `size=<integer> [,name=<string>]` ::
Inter-VM shared memory. Useful for direct communication between VMs, or to the host.
`name`=`<string>` ;;
The name of the file. Will be prefixed with 'pve-shm-'. Default is the VMID. Will be deleted when the VM is stopped.
`size`=`<integer> (1 - N)` ;;
The size of the file in MB.
`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>` ::
Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.cfg' configuration file.It should not be necessary to set it.
@ -389,7 +421,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 | clone | create | migrate | rollback | snapshot | snapshot-delete>` ::
`lock`: `<backup | clone | create | migrate | rollback | snapshot | snapshot-delete | suspended | suspending>` ::
Lock/unlock the VM.
@ -446,7 +478,7 @@ Whether this interface should be disconnected (like pulling the plug).
`macaddr`=`<XX:XX:XX:XX:XX:XX>` ;;
MAC address. That address must be unique withing your network. This is automatically generated if not specified.
A common MAC address with the I/G (Individual/Group) bit not set.
`model`=`<e1000 | e1000-82540em | e1000-82544gc | e1000-82545em | i82551 | i82557b | i82559er | ne2k_isa | ne2k_pci | pcnet | rtl8139 | virtio | vmxnet3>` ;;
@ -531,7 +563,7 @@ Sets the protection flag of the VM. This will disable the remove VM and remove d
Allow reboot. If set to '0' the VM exit on reboot.
`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>]` ::
`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>]` ::
Use volume as SATA hard disk or CD-ROM (n is 0 to 5).
@ -701,7 +733,11 @@ Force disk geometry bios translation mode.
Write error action.
`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>` ;;
The drive's worldwide name, encoded as 16 bytes hex string, prefixed by '0x'.
`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>]` ::
Use volume as SCSI hard disk or CD-ROM (n is 0 to 13).
@ -885,6 +921,10 @@ Force disk geometry bios translation mode.
Write error action.
`wwn`=`<wwn>` ;;
The drive's worldwide name, encoded as 16 bytes hex string, prefixed by '0x'.
`scsihw`: `<lsi | lsi53c810 | megasas | pvscsi | virtio-scsi-pci | virtio-scsi-single>` ('default =' `lsi`)::
SCSI controller model