update generated docs

This commit is contained in:
Dietmar Maurer 2018-02-12 09:50:48 +01:00
parent 4d8af129eb
commit 35a75dd36c
20 changed files with 384 additions and 576 deletions

View File

@ -3623,7 +3623,7 @@ var pveapi = [
"additionalProperties" : 0, "additionalProperties" : 0,
"properties" : { "properties" : {
"console" : { "console" : {
"description" : "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).", "description" : "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), or an HTML5 based viewer (noVNC).",
"enum" : [ "enum" : [
"applet", "applet",
"vv", "vv",
@ -5853,17 +5853,24 @@ var pveapi = [
"486", "486",
"athlon", "athlon",
"Broadwell", "Broadwell",
"Broadwell-IBRS",
"Broadwell-noTSX", "Broadwell-noTSX",
"Broadwell-noTSX-IBRS",
"Conroe", "Conroe",
"core2duo", "core2duo",
"coreduo", "coreduo",
"Haswell", "Haswell",
"Haswell-IBRS",
"Haswell-noTSX", "Haswell-noTSX",
"Haswell-noTSX-IBRS",
"host", "host",
"IvyBridge", "IvyBridge",
"IvyBridge-IBRS",
"kvm32", "kvm32",
"kvm64", "kvm64",
"max",
"Nehalem", "Nehalem",
"Nehalem-IBRS",
"Opteron_G1", "Opteron_G1",
"Opteron_G2", "Opteron_G2",
"Opteron_G3", "Opteron_G3",
@ -5877,11 +5884,23 @@ var pveapi = [
"qemu32", "qemu32",
"qemu64", "qemu64",
"SandyBridge", "SandyBridge",
"SandyBridge-IBRS",
"Skylake-Client", "Skylake-Client",
"Westmere" "Skylake-Client-IBRS",
"Skylake-Server",
"Skylake-Server-IBRS",
"Westmere",
"Westmere-IBRS"
], ],
"type" : "string" "type" : "string"
}, },
"flags" : {
"description" : "List of additional CPU flags separated by ';'. Use '+FLAG' to enable, '-FLAG' to disable a flag. Currently supported flags: 'pcid', 'spec-ctrl'.",
"format_description" : "+FLAG[;-FLAG...]",
"optional" : 1,
"pattern" : "(?^:(?^:[+-](pcid|spec-ctrl))(;(?^:[+-](pcid|spec-ctrl)))*)",
"type" : "string"
},
"hidden" : { "hidden" : {
"default" : 0, "default" : 0,
"description" : "Do not identify as a KVM virtual machine.", "description" : "Do not identify as a KVM virtual machine.",
@ -5891,7 +5910,7 @@ var pveapi = [
}, },
"optional" : 1, "optional" : 1,
"type" : "string", "type" : "string",
"typetext" : "[cputype=]<enum> [,hidden=<1|0>]" "typetext" : "[cputype=]<enum> [,flags=<+FLAG[;-FLAG...]>] [,hidden=<1|0>]"
}, },
"cpulimit" : { "cpulimit" : {
"default" : 0, "default" : 0,
@ -6279,8 +6298,8 @@ var pveapi = [
"typetext" : "[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>] [,size=<DiskSize>] [,snapshot=<1|0>] [,trans=<none|lba|auto>] [,werror=<enum>]" "typetext" : "[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>] [,size=<DiskSize>] [,snapshot=<1|0>] [,trans=<none|lba|auto>] [,werror=<enum>]"
}, },
"keyboard" : { "keyboard" : {
"default" : "en-us", "default" : null,
"description" : "Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.conf' configuration file.", "description" : "Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.conf' configuration file.It should not be necessary to set it.",
"enum" : [ "enum" : [
"de", "de",
"de-ch", "de-ch",
@ -6577,7 +6596,7 @@ var pveapi = [
], ],
"optional" : 1, "optional" : 1,
"type" : "string", "type" : "string",
"verbose_description" : "Specify guest operating system. This is used to enable special\noptimization/features for specific operating systems:\n\n[horizontal]\nother;; unspecified OS\nwxp;; Microsoft Windows XP\nw2k;; Microsoft Windows 2000\nw2k3;; Microsoft Windows 2003\nw2k8;; Microsoft Windows 2008\nwvista;; Microsoft Windows Vista\nwin7;; Microsoft Windows 7\nwin8;; Microsoft Windows 8/2012\nl24;; Linux 2.4 Kernel\nl26;; Linux 2.6/3.X Kernel\nsolaris;; Solaris/OpenSolaris/OpenIndiania kernel\n" "verbose_description" : "Specify guest operating system. This is used to enable special\noptimization/features for specific operating systems:\n\n[horizontal]\nother;; unspecified OS\nwxp;; Microsoft Windows XP\nw2k;; Microsoft Windows 2000\nw2k3;; Microsoft Windows 2003\nw2k8;; Microsoft Windows 2008\nwvista;; Microsoft Windows Vista\nwin7;; Microsoft Windows 7\nwin8;; Microsoft Windows 8/2012/2012r2\nwin10;; Microsoft Windows 10/2016\nl24;; Linux 2.4 Kernel\nl26;; Linux 2.6/3.X Kernel\nsolaris;; Solaris/OpenSolaris/OpenIndiania kernel\n"
}, },
"parallel[n]" : { "parallel[n]" : {
"description" : "Map host parallel devices (n is 0 to 2).", "description" : "Map host parallel devices (n is 0 to 2).",
@ -7815,17 +7834,24 @@ var pveapi = [
"486", "486",
"athlon", "athlon",
"Broadwell", "Broadwell",
"Broadwell-IBRS",
"Broadwell-noTSX", "Broadwell-noTSX",
"Broadwell-noTSX-IBRS",
"Conroe", "Conroe",
"core2duo", "core2duo",
"coreduo", "coreduo",
"Haswell", "Haswell",
"Haswell-IBRS",
"Haswell-noTSX", "Haswell-noTSX",
"Haswell-noTSX-IBRS",
"host", "host",
"IvyBridge", "IvyBridge",
"IvyBridge-IBRS",
"kvm32", "kvm32",
"kvm64", "kvm64",
"max",
"Nehalem", "Nehalem",
"Nehalem-IBRS",
"Opteron_G1", "Opteron_G1",
"Opteron_G2", "Opteron_G2",
"Opteron_G3", "Opteron_G3",
@ -7839,11 +7865,23 @@ var pveapi = [
"qemu32", "qemu32",
"qemu64", "qemu64",
"SandyBridge", "SandyBridge",
"SandyBridge-IBRS",
"Skylake-Client", "Skylake-Client",
"Westmere" "Skylake-Client-IBRS",
"Skylake-Server",
"Skylake-Server-IBRS",
"Westmere",
"Westmere-IBRS"
], ],
"type" : "string" "type" : "string"
}, },
"flags" : {
"description" : "List of additional CPU flags separated by ';'. Use '+FLAG' to enable, '-FLAG' to disable a flag. Currently supported flags: 'pcid', 'spec-ctrl'.",
"format_description" : "+FLAG[;-FLAG...]",
"optional" : 1,
"pattern" : "(?^:(?^:[+-](pcid|spec-ctrl))(;(?^:[+-](pcid|spec-ctrl)))*)",
"type" : "string"
},
"hidden" : { "hidden" : {
"default" : 0, "default" : 0,
"description" : "Do not identify as a KVM virtual machine.", "description" : "Do not identify as a KVM virtual machine.",
@ -7853,7 +7891,7 @@ var pveapi = [
}, },
"optional" : 1, "optional" : 1,
"type" : "string", "type" : "string",
"typetext" : "[cputype=]<enum> [,hidden=<1|0>]" "typetext" : "[cputype=]<enum> [,flags=<+FLAG[;-FLAG...]>] [,hidden=<1|0>]"
}, },
"cpulimit" : { "cpulimit" : {
"default" : 0, "default" : 0,
@ -8241,8 +8279,8 @@ var pveapi = [
"typetext" : "[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>] [,size=<DiskSize>] [,snapshot=<1|0>] [,trans=<none|lba|auto>] [,werror=<enum>]" "typetext" : "[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>] [,size=<DiskSize>] [,snapshot=<1|0>] [,trans=<none|lba|auto>] [,werror=<enum>]"
}, },
"keyboard" : { "keyboard" : {
"default" : "en-us", "default" : null,
"description" : "Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.conf' configuration file.", "description" : "Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.conf' configuration file.It should not be necessary to set it.",
"enum" : [ "enum" : [
"de", "de",
"de-ch", "de-ch",
@ -8539,7 +8577,7 @@ var pveapi = [
], ],
"optional" : 1, "optional" : 1,
"type" : "string", "type" : "string",
"verbose_description" : "Specify guest operating system. This is used to enable special\noptimization/features for specific operating systems:\n\n[horizontal]\nother;; unspecified OS\nwxp;; Microsoft Windows XP\nw2k;; Microsoft Windows 2000\nw2k3;; Microsoft Windows 2003\nw2k8;; Microsoft Windows 2008\nwvista;; Microsoft Windows Vista\nwin7;; Microsoft Windows 7\nwin8;; Microsoft Windows 8/2012\nl24;; Linux 2.4 Kernel\nl26;; Linux 2.6/3.X Kernel\nsolaris;; Solaris/OpenSolaris/OpenIndiania kernel\n" "verbose_description" : "Specify guest operating system. This is used to enable special\noptimization/features for specific operating systems:\n\n[horizontal]\nother;; unspecified OS\nwxp;; Microsoft Windows XP\nw2k;; Microsoft Windows 2000\nw2k3;; Microsoft Windows 2003\nw2k8;; Microsoft Windows 2008\nwvista;; Microsoft Windows Vista\nwin7;; Microsoft Windows 7\nwin8;; Microsoft Windows 8/2012/2012r2\nwin10;; Microsoft Windows 10/2016\nl24;; Linux 2.4 Kernel\nl26;; Linux 2.6/3.X Kernel\nsolaris;; Solaris/OpenSolaris/OpenIndiania kernel\n"
}, },
"parallel[n]" : { "parallel[n]" : {
"description" : "Map host parallel devices (n is 0 to 2).", "description" : "Map host parallel devices (n is 0 to 2).",
@ -9880,6 +9918,74 @@ var pveapi = [
"path" : "/nodes/{node}/qemu/{vmid}/vncproxy", "path" : "/nodes/{node}/qemu/{vmid}/vncproxy",
"text" : "vncproxy" "text" : "vncproxy"
}, },
{
"info" : {
"POST" : {
"description" : "Creates a TCP proxy connections.",
"method" : "POST",
"name" : "termproxy",
"parameters" : {
"additionalProperties" : 0,
"properties" : {
"node" : {
"description" : "The cluster node name.",
"format" : "pve-node",
"type" : "string",
"typetext" : "<string>"
},
"serial" : {
"description" : "opens a serial terminal (defaults to display)",
"enum" : [
"serial0",
"serial1",
"serial2",
"serial3"
],
"optional" : 1,
"type" : "string"
},
"vmid" : {
"description" : "The (unique) ID of the VM.",
"format" : "pve-vmid",
"minimum" : 1,
"type" : "integer",
"typetext" : "<integer> (1 - N)"
}
}
},
"permissions" : {
"check" : [
"perm",
"/vms/{vmid}",
[
"VM.Console"
]
]
},
"protected" : 1,
"returns" : {
"additionalProperties" : 0,
"properties" : {
"port" : {
"type" : "integer"
},
"ticket" : {
"type" : "string"
},
"upid" : {
"type" : "string"
},
"user" : {
"type" : "string"
}
}
}
}
},
"leaf" : 1,
"path" : "/nodes/{node}/qemu/{vmid}/termproxy",
"text" : "termproxy"
},
{ {
"info" : { "info" : {
"GET" : { "GET" : {
@ -11916,17 +12022,24 @@ var pveapi = [
"486", "486",
"athlon", "athlon",
"Broadwell", "Broadwell",
"Broadwell-IBRS",
"Broadwell-noTSX", "Broadwell-noTSX",
"Broadwell-noTSX-IBRS",
"Conroe", "Conroe",
"core2duo", "core2duo",
"coreduo", "coreduo",
"Haswell", "Haswell",
"Haswell-IBRS",
"Haswell-noTSX", "Haswell-noTSX",
"Haswell-noTSX-IBRS",
"host", "host",
"IvyBridge", "IvyBridge",
"IvyBridge-IBRS",
"kvm32", "kvm32",
"kvm64", "kvm64",
"max",
"Nehalem", "Nehalem",
"Nehalem-IBRS",
"Opteron_G1", "Opteron_G1",
"Opteron_G2", "Opteron_G2",
"Opteron_G3", "Opteron_G3",
@ -11940,11 +12053,23 @@ var pveapi = [
"qemu32", "qemu32",
"qemu64", "qemu64",
"SandyBridge", "SandyBridge",
"SandyBridge-IBRS",
"Skylake-Client", "Skylake-Client",
"Westmere" "Skylake-Client-IBRS",
"Skylake-Server",
"Skylake-Server-IBRS",
"Westmere",
"Westmere-IBRS"
], ],
"type" : "string" "type" : "string"
}, },
"flags" : {
"description" : "List of additional CPU flags separated by ';'. Use '+FLAG' to enable, '-FLAG' to disable a flag. Currently supported flags: 'pcid', 'spec-ctrl'.",
"format_description" : "+FLAG[;-FLAG...]",
"optional" : 1,
"pattern" : "(?^:(?^:[+-](pcid|spec-ctrl))(;(?^:[+-](pcid|spec-ctrl)))*)",
"type" : "string"
},
"hidden" : { "hidden" : {
"default" : 0, "default" : 0,
"description" : "Do not identify as a KVM virtual machine.", "description" : "Do not identify as a KVM virtual machine.",
@ -11954,7 +12079,7 @@ var pveapi = [
}, },
"optional" : 1, "optional" : 1,
"type" : "string", "type" : "string",
"typetext" : "[cputype=]<enum> [,hidden=<1|0>]" "typetext" : "[cputype=]<enum> [,flags=<+FLAG[;-FLAG...]>] [,hidden=<1|0>]"
}, },
"cpulimit" : { "cpulimit" : {
"default" : 0, "default" : 0,
@ -12328,8 +12453,8 @@ var pveapi = [
"typetext" : "[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>] [,size=<DiskSize>] [,snapshot=<1|0>] [,trans=<none|lba|auto>] [,werror=<enum>]" "typetext" : "[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>] [,size=<DiskSize>] [,snapshot=<1|0>] [,trans=<none|lba|auto>] [,werror=<enum>]"
}, },
"keyboard" : { "keyboard" : {
"default" : "en-us", "default" : null,
"description" : "Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.conf' configuration file.", "description" : "Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.conf' configuration file.It should not be necessary to set it.",
"enum" : [ "enum" : [
"de", "de",
"de-ch", "de-ch",
@ -12626,7 +12751,7 @@ var pveapi = [
], ],
"optional" : 1, "optional" : 1,
"type" : "string", "type" : "string",
"verbose_description" : "Specify guest operating system. This is used to enable special\noptimization/features for specific operating systems:\n\n[horizontal]\nother;; unspecified OS\nwxp;; Microsoft Windows XP\nw2k;; Microsoft Windows 2000\nw2k3;; Microsoft Windows 2003\nw2k8;; Microsoft Windows 2008\nwvista;; Microsoft Windows Vista\nwin7;; Microsoft Windows 7\nwin8;; Microsoft Windows 8/2012\nl24;; Linux 2.4 Kernel\nl26;; Linux 2.6/3.X Kernel\nsolaris;; Solaris/OpenSolaris/OpenIndiania kernel\n" "verbose_description" : "Specify guest operating system. This is used to enable special\noptimization/features for specific operating systems:\n\n[horizontal]\nother;; unspecified OS\nwxp;; Microsoft Windows XP\nw2k;; Microsoft Windows 2000\nw2k3;; Microsoft Windows 2003\nw2k8;; Microsoft Windows 2008\nwvista;; Microsoft Windows Vista\nwin7;; Microsoft Windows 7\nwin8;; Microsoft Windows 8/2012/2012r2\nwin10;; Microsoft Windows 10/2016\nl24;; Linux 2.4 Kernel\nl26;; Linux 2.6/3.X Kernel\nsolaris;; Solaris/OpenSolaris/OpenIndiania kernel\n"
}, },
"parallel[n]" : { "parallel[n]" : {
"description" : "Map host parallel devices (n is 0 to 2).", "description" : "Map host parallel devices (n is 0 to 2).",
@ -16889,6 +17014,63 @@ var pveapi = [
"path" : "/nodes/{node}/lxc/{vmid}/vncproxy", "path" : "/nodes/{node}/lxc/{vmid}/vncproxy",
"text" : "vncproxy" "text" : "vncproxy"
}, },
{
"info" : {
"POST" : {
"description" : "Creates a TCP proxy connection.",
"method" : "POST",
"name" : "termproxy",
"parameters" : {
"additionalProperties" : 0,
"properties" : {
"node" : {
"description" : "The cluster node name.",
"format" : "pve-node",
"type" : "string",
"typetext" : "<string>"
},
"vmid" : {
"description" : "The (unique) ID of the VM.",
"format" : "pve-vmid",
"minimum" : 1,
"type" : "integer",
"typetext" : "<integer> (1 - N)"
}
}
},
"permissions" : {
"check" : [
"perm",
"/vms/{vmid}",
[
"VM.Console"
]
]
},
"protected" : 1,
"returns" : {
"additionalProperties" : 0,
"properties" : {
"port" : {
"type" : "integer"
},
"ticket" : {
"type" : "string"
},
"upid" : {
"type" : "string"
},
"user" : {
"type" : "string"
}
}
}
}
},
"leaf" : 1,
"path" : "/nodes/{node}/lxc/{vmid}/termproxy",
"text" : "termproxy"
},
{ {
"info" : { "info" : {
"GET" : { "GET" : {
@ -18180,8 +18362,8 @@ var pveapi = [
"additionalProperties" : 0, "additionalProperties" : 0,
"properties" : { "properties" : {
"bluestore" : { "bluestore" : {
"default" : 0, "default" : 1,
"description" : "Use bluestore instead of filestore.", "description" : "Use bluestore instead of filestore. This is the default.",
"optional" : 1, "optional" : 1,
"type" : "boolean", "type" : "boolean",
"typetext" : "<boolean>" "typetext" : "<boolean>"
@ -18476,6 +18658,13 @@ var pveapi = [
"pattern" : "[a-zA-Z0-9]([a-zA-Z0-9\\-]*[a-zA-Z0-9])?", "pattern" : "[a-zA-Z0-9]([a-zA-Z0-9\\-]*[a-zA-Z0-9])?",
"type" : "string" "type" : "string"
}, },
"mon-address" : {
"description" : "Overwrites autodetected monitor IP address. Must be in the public network of ceph.",
"format" : "ip",
"optional" : 1,
"type" : "string",
"typetext" : "<string>"
},
"node" : { "node" : {
"description" : "The cluster node name.", "description" : "The cluster node name.",
"format" : "pve-node", "format" : "pve-node",
@ -20060,6 +20249,15 @@ var pveapi = [
} }
} }
}, },
"permissions" : {
"check" : [
"perm",
"/nodes/{node}",
[
"Sys.Modify"
]
]
},
"protected" : 1, "protected" : 1,
"proxyto" : "node", "proxyto" : "node",
"returns" : { "returns" : {
@ -20087,6 +20285,15 @@ var pveapi = [
} }
} }
}, },
"permissions" : {
"check" : [
"perm",
"/nodes/{node}",
[
"Sys.Modify"
]
]
},
"protected" : 1, "protected" : 1,
"proxyto" : "node", "proxyto" : "node",
"returns" : { "returns" : {
@ -21976,6 +22183,13 @@ var pveapi = [
"type" : "boolean", "type" : "boolean",
"typetext" : "<boolean>" "typetext" : "<boolean>"
}, },
"format" : {
"default" : 0,
"description" : "Include information about formats",
"optional" : 1,
"type" : "boolean",
"typetext" : "<boolean>"
},
"node" : { "node" : {
"description" : "The cluster node name.", "description" : "The cluster node name.",
"format" : "pve-node", "format" : "pve-node",
@ -23873,6 +24087,13 @@ var pveapi = [
"type" : "string", "type" : "string",
"typetext" : "<string>" "typetext" : "<string>"
}, },
"service" : {
"description" : "Service ID",
"maxLength" : 128,
"optional" : 1,
"type" : "string",
"typetext" : "<string>"
},
"since" : { "since" : {
"description" : "Display all log since this date-time string.", "description" : "Display all log since this date-time string.",
"optional" : 1, "optional" : 1,
@ -24009,6 +24230,64 @@ var pveapi = [
"path" : "/nodes/{node}/vncshell", "path" : "/nodes/{node}/vncshell",
"text" : "vncshell" "text" : "vncshell"
}, },
{
"info" : {
"POST" : {
"description" : "Creates a VNC Shell proxy.",
"method" : "POST",
"name" : "termproxy",
"parameters" : {
"additionalProperties" : 0,
"properties" : {
"node" : {
"description" : "The cluster node name.",
"format" : "pve-node",
"type" : "string",
"typetext" : "<string>"
},
"upgrade" : {
"default" : 0,
"description" : "Run 'apt-get dist-upgrade' instead of normal shell.",
"optional" : 1,
"type" : "boolean",
"typetext" : "<boolean>"
}
}
},
"permissions" : {
"check" : [
"perm",
"/nodes/{node}",
[
"Sys.Console"
]
],
"description" : "Restricted to users on realm 'pam'"
},
"protected" : 1,
"returns" : {
"additionalProperties" : 0,
"properties" : {
"port" : {
"type" : "integer"
},
"ticket" : {
"type" : "string"
},
"upid" : {
"type" : "string"
},
"user" : {
"type" : "string"
}
}
}
}
},
"leaf" : 1,
"path" : "/nodes/{node}/termproxy",
"text" : "termproxy"
},
{ {
"info" : { "info" : {
"GET" : { "GET" : {

View File

@ -1,6 +1,6 @@
`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; deprecated and maps to html5), an external virt-viewer comtatible application (SPICE), or an HTML5 based viewer (noVNC).
`email_from`: `<string>` :: `email_from`: `<string>` ::

View File

@ -32,8 +32,6 @@ Requested resource state.
Resource type. Resource type.
*ha-manager config* `[OPTIONS]` *ha-manager config* `[OPTIONS]`
List HA resources. List HA resources.
@ -42,9 +40,6 @@ List HA resources.
Only list resources of specific type Only list resources of specific type
*ha-manager groupadd* `<group> --nodes <string>` `[OPTIONS]` *ha-manager groupadd* `<group> --nodes <string>` `[OPTIONS]`
Create a new HA group. Create a new HA group.
@ -73,14 +68,10 @@ Resources bound to restricted groups may only run on nodes defined by the group.
Group type. Group type.
*ha-manager groupconfig* *ha-manager groupconfig*
Get HA groups. Get HA groups.
*ha-manager groupremove* `<group>` *ha-manager groupremove* `<group>`
Delete ha group configuration. Delete ha group configuration.
@ -89,8 +80,6 @@ Delete ha group configuration.
The HA group identifier. The HA group identifier.
*ha-manager groupset* `<group>` `[OPTIONS]` *ha-manager groupset* `<group>` `[OPTIONS]`
Update ha group configuration. Update ha group configuration.
@ -123,24 +112,18 @@ The CRM tries to run services on the node with the highest priority. If a node w
Resources bound to restricted groups may only run on nodes defined by the group. Resources bound to restricted groups may only run on nodes defined by the group.
*ha-manager help* `[OPTIONS]`
*ha-manager help* `[<cmd>]` `[OPTIONS]`
Get help about specified command. Get help about specified command.
`<cmd>`: `<string>` :: `--extra-args` `<array>` ::
Command name Shows help for a specific command
`--verbose` `<boolean>` :: `--verbose` `<boolean>` ::
Verbose output format. Verbose output format.
*ha-manager migrate* `<sid> <node>` *ha-manager migrate* `<sid> <node>`
Request resource migration (online) to another node. Request resource migration (online) to another node.
@ -153,8 +136,6 @@ HA resource ID. This consists of a resource type followed by a resource specific
The cluster node name. The cluster node name.
*ha-manager relocate* `<sid> <node>` *ha-manager relocate* `<sid> <node>`
Request resource relocatzion to another node. This stops the service on the Request resource relocatzion to another node. This stops the service on the
@ -168,8 +149,6 @@ HA resource ID. This consists of a resource type followed by a resource specific
The cluster node name. The cluster node name.
*ha-manager remove* `<sid>` *ha-manager remove* `<sid>`
Delete resource configuration. Delete resource configuration.
@ -178,8 +157,6 @@ Delete resource configuration.
HA resource ID. This consists of a resource type followed by a resource specific name, separated with colon (example: vm:100 / ct:100). For virtual machines and containers, you can simply use the VM or CT id as a shortcut (example: 100). HA resource ID. This consists of a resource type followed by a resource specific name, separated with colon (example: vm:100 / ct:100). For virtual machines and containers, you can simply use the VM or CT id as a shortcut (example: 100).
*ha-manager set* `<sid>` `[OPTIONS]` *ha-manager set* `<sid>` `[OPTIONS]`
Update resource configuration. Update resource configuration.
@ -216,9 +193,6 @@ Maximal number of tries to restart the service on a node after its start failed.
Requested resource state. Requested resource state.
*ha-manager status* `[OPTIONS]` *ha-manager status* `[OPTIONS]`
Display HA manger status. Display HA manger status.
@ -228,5 +202,3 @@ Display HA manger status.
Verbose output. Include complete CRM and LRM status (JSON). Verbose output. Include complete CRM and LRM status (JSON).

View File

@ -42,9 +42,6 @@ Target storage for full clone.
+ +
NOTE: Requires option(s): `full` NOTE: Requires option(s): `full`
*pct config* `<vmid>` *pct config* `<vmid>`
Get container configuration. Get container configuration.
@ -53,9 +50,6 @@ Get container configuration.
The (unique) ID of the VM. The (unique) ID of the VM.
*pct console* `<vmid>` *pct console* `<vmid>`
Launch a console for the specified container. Launch a console for the specified container.
@ -64,15 +58,10 @@ Launch a console for the specified container.
The (unique) ID of the VM. The (unique) ID of the VM.
*pct cpusets* *pct cpusets*
Print the list of assigned CPU sets. Print the list of assigned CPU sets.
*pct create* `<vmid> <ostemplate>` `[OPTIONS]` *pct create* `<vmid> <ostemplate>` `[OPTIONS]`
Create or restore a container. Create or restore a container.
@ -213,9 +202,6 @@ Makes the container run as unprivileged user. (Should not be modified manually.)
Reference to unused volumes. This is used internally, and should not be modified manually. Reference to unused volumes. This is used internally, and should not be modified manually.
*pct delsnapshot* `<vmid> <snapname>` `[OPTIONS]` *pct delsnapshot* `<vmid> <snapname>` `[OPTIONS]`
Delete a LXC snapshot. Delete a LXC snapshot.
@ -232,9 +218,6 @@ The name of the snapshot.
For removal from config file, even if removing disk snapshots fails. For removal from config file, even if removing disk snapshots fails.
*pct destroy* `<vmid>` *pct destroy* `<vmid>`
Destroy the container (also delete all uses files). Destroy the container (also delete all uses files).
@ -243,9 +226,6 @@ Destroy the container (also delete all uses files).
The (unique) ID of the VM. The (unique) ID of the VM.
*pct df* `<vmid>` *pct df* `<vmid>`
Get the container's current disk usage. Get the container's current disk usage.
@ -254,8 +234,6 @@ Get the container's current disk usage.
The (unique) ID of the VM. The (unique) ID of the VM.
*pct enter* `<vmid>` *pct enter* `<vmid>`
Launch a shell for the specified container. Launch a shell for the specified container.
@ -264,8 +242,6 @@ Launch a shell for the specified container.
The (unique) ID of the VM. The (unique) ID of the VM.
*pct exec* `<vmid> [<extra-args>]` *pct exec* `<vmid> [<extra-args>]`
Launch a command inside the specified container. Launch a command inside the specified container.
@ -278,8 +254,6 @@ The (unique) ID of the VM.
Extra arguments as array Extra arguments as array
*pct fsck* `<vmid>` `[OPTIONS]` *pct fsck* `<vmid>` `[OPTIONS]`
Run a filesystem check (fsck) on a container volume. Run a filesystem check (fsck) on a container volume.
@ -296,31 +270,22 @@ A volume on which to run the filesystem check
Force checking, even if the filesystem seems clean Force checking, even if the filesystem seems clean
*pct help* `[OPTIONS]`
*pct help* `[<cmd>]` `[OPTIONS]`
Get help about specified command. Get help about specified command.
`<cmd>`: `<string>` :: `--extra-args` `<array>` ::
Command name Shows help for a specific command
`--verbose` `<boolean>` :: `--verbose` `<boolean>` ::
Verbose output format. Verbose output format.
*pct list* *pct list*
LXC container index (per node). LXC container index (per node).
*pct listsnapshot* `<vmid>` *pct listsnapshot* `<vmid>`
List all snapshots. List all snapshots.
@ -329,9 +294,6 @@ List all snapshots.
The (unique) ID of the VM. The (unique) ID of the VM.
*pct migrate* `<vmid> <target>` `[OPTIONS]` *pct migrate* `<vmid> <target>` `[OPTIONS]`
Migrate the container to another node. Creates a new migration task. Migrate the container to another node. Creates a new migration task.
@ -360,9 +322,6 @@ Use restart migration
Timeout in seconds for shutdown for restart migration Timeout in seconds for shutdown for restart migration
*pct mount* `<vmid>` *pct mount* `<vmid>`
Mount the container's filesystem on the host. This will hold a lock on the Mount the container's filesystem on the host. This will hold a lock on the
@ -373,8 +332,6 @@ further operations on the container other than start and stop.
The (unique) ID of the VM. The (unique) ID of the VM.
*pct pull* `<vmid> <path> <destination>` `[OPTIONS]` *pct pull* `<vmid> <path> <destination>` `[OPTIONS]`
Copy a file from the container to the local system. Copy a file from the container to the local system.
@ -403,8 +360,6 @@ File permissions to use (octal by default, prefix with '0x' for hexadecimal).
Owner user name or id. Owner user name or id.
*pct push* `<vmid> <file> <destination>` `[OPTIONS]` *pct push* `<vmid> <file> <destination>` `[OPTIONS]`
Copy a local file to the container. Copy a local file to the container.
@ -433,9 +388,6 @@ File permissions to use (octal by default, prefix with '0x' for hexadecimal).
Owner user name or id. When using a name it must exist inside the container. Owner user name or id. When using a name it must exist inside the container.
*pct resize* `<vmid> <disk> <size>` `[OPTIONS]` *pct resize* `<vmid> <disk> <size>` `[OPTIONS]`
Resize a container mount point. Resize a container mount point.
@ -456,8 +408,6 @@ The new size. With the '+' sign the value is added to the actual size of the vol
Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications. Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
*pct restore* `<vmid> <ostemplate>` `[OPTIONS]` *pct restore* `<vmid> <ostemplate>` `[OPTIONS]`
Create or restore a container. Create or restore a container.
@ -594,9 +544,6 @@ Makes the container run as unprivileged user. (Should not be modified manually.)
Reference to unused volumes. This is used internally, and should not be modified manually. Reference to unused volumes. This is used internally, and should not be modified manually.
*pct resume* `<vmid>` *pct resume* `<vmid>`
Resume the container. Resume the container.
@ -605,9 +552,6 @@ Resume the container.
The (unique) ID of the VM. The (unique) ID of the VM.
*pct rollback* `<vmid> <snapname>` *pct rollback* `<vmid> <snapname>`
Rollback LXC state to specified snapshot. Rollback LXC state to specified snapshot.
@ -620,9 +564,6 @@ The (unique) ID of the VM.
The name of the snapshot. The name of the snapshot.
*pct set* `<vmid>` `[OPTIONS]` *pct set* `<vmid>` `[OPTIONS]`
Set container options. Set container options.
@ -739,9 +680,6 @@ Makes the container run as unprivileged user. (Should not be modified manually.)
Reference to unused volumes. This is used internally, and should not be modified manually. Reference to unused volumes. This is used internally, and should not be modified manually.
*pct shutdown* `<vmid>` `[OPTIONS]` *pct shutdown* `<vmid>` `[OPTIONS]`
Shutdown the container. This will trigger a clean shutdown of the Shutdown the container. This will trigger a clean shutdown of the
@ -759,9 +697,6 @@ Make sure the Container stops.
Wait maximal timeout seconds. Wait maximal timeout seconds.
*pct snapshot* `<vmid> <snapname>` `[OPTIONS]` *pct snapshot* `<vmid> <snapname>` `[OPTIONS]`
Snapshot a container. Snapshot a container.
@ -778,9 +713,6 @@ The name of the snapshot.
A textual description or comment. A textual description or comment.
*pct start* `<vmid>` `[OPTIONS]` *pct start* `<vmid>` `[OPTIONS]`
Start the container. Start the container.
@ -793,9 +725,6 @@ The (unique) ID of the VM.
Ignore locks - only root is allowed to use this option. Ignore locks - only root is allowed to use this option.
*pct status* `<vmid>` `[OPTIONS]` *pct status* `<vmid>` `[OPTIONS]`
Show CT status. Show CT status.
@ -808,9 +737,6 @@ The (unique) ID of the VM.
Verbose output format Verbose output format
*pct stop* `<vmid>` `[OPTIONS]` *pct stop* `<vmid>` `[OPTIONS]`
Stop the container. This will abruptly stop all processes running in the Stop the container. This will abruptly stop all processes running in the
@ -824,8 +750,6 @@ The (unique) ID of the VM.
Ignore locks - only root is allowed to use this option. Ignore locks - only root is allowed to use this option.
*pct suspend* `<vmid>` *pct suspend* `<vmid>`
Suspend the container. Suspend the container.
@ -834,9 +758,6 @@ Suspend the container.
The (unique) ID of the VM. The (unique) ID of the VM.
*pct template* `<vmid> --experimental <boolean>` `[OPTIONS]` *pct template* `<vmid> --experimental <boolean>` `[OPTIONS]`
Create a Template. Create a Template.
@ -849,9 +770,6 @@ The (unique) ID of the VM.
The template feature is experimental, set this flag if you know what you are doing. The template feature is experimental, set this flag if you know what you are doing.
*pct unlock* `<vmid>` *pct unlock* `<vmid>`
Unlock the VM. Unlock the VM.
@ -860,8 +778,6 @@ Unlock the VM.
The (unique) ID of the VM. The (unique) ID of the VM.
*pct unmount* `<vmid>` *pct unmount* `<vmid>`
Unmount the container's filesystem. Unmount the container's filesystem.
@ -871,5 +787,3 @@ Unmount the container's filesystem.
The (unique) ID of the VM. The (unique) ID of the VM.

View File

@ -4,36 +4,26 @@
Compile and print firewall rules. This is useful for testing. Compile and print firewall rules. This is useful for testing.
*pve-firewall help* `[OPTIONS]`
*pve-firewall help* `[<cmd>]` `[OPTIONS]`
Get help about specified command. Get help about specified command.
`<cmd>`: `<string>` :: `--extra-args` `<array>` ::
Command name Shows help for a specific command
`--verbose` `<boolean>` :: `--verbose` `<boolean>` ::
Verbose output format. Verbose output format.
*pve-firewall localnet* *pve-firewall localnet*
Print information about local network. Print information about local network.
*pve-firewall restart* *pve-firewall restart*
Restart the Proxmox VE firewall service. Restart the Proxmox VE firewall service.
*pve-firewall simulate* `[OPTIONS]` *pve-firewall simulate* `[OPTIONS]`
Simulate firewall rules. This does not simulate kernel 'routing' table. Simulate firewall rules. This does not simulate kernel 'routing' table.
@ -72,8 +62,6 @@ Destination zone.
Verbose output. Verbose output.
*pve-firewall start* `[OPTIONS]` *pve-firewall start* `[OPTIONS]`
Start the Proxmox VE firewall service. Start the Proxmox VE firewall service.
@ -82,19 +70,13 @@ Start the Proxmox VE firewall service.
Debug mode - stay in foreground Debug mode - stay in foreground
*pve-firewall status* *pve-firewall status*
Get firewall status. Get firewall status.
*pve-firewall stop* *pve-firewall stop*
Stop firewall. This removes all Proxmox VE related iptable rules. The host Stop firewall. This removes all Proxmox VE related iptable rules. The host
is unprotected afterwards. is unprotected afterwards.

View File

@ -1,20 +1,17 @@
*pve-ha-crm* `<COMMAND> [ARGS] [OPTIONS]` *pve-ha-crm* `<COMMAND> [ARGS] [OPTIONS]`
*pve-ha-crm help* `[<cmd>]` `[OPTIONS]` *pve-ha-crm help* `[OPTIONS]`
Get help about specified command. Get help about specified command.
`<cmd>`: `<string>` :: `--extra-args` `<array>` ::
Command name Shows help for a specific command
`--verbose` `<boolean>` :: `--verbose` `<boolean>` ::
Verbose output format. Verbose output format.
*pve-ha-crm start* `[OPTIONS]` *pve-ha-crm start* `[OPTIONS]`
Start the daemon. Start the daemon.
@ -23,18 +20,12 @@ Start the daemon.
Debug mode - stay in foreground Debug mode - stay in foreground
*pve-ha-crm status* *pve-ha-crm status*
Get daemon status. Get daemon status.
*pve-ha-crm stop* *pve-ha-crm stop*
Stop the daemon. Stop the daemon.

View File

@ -1,20 +1,17 @@
*pve-ha-lrm* `<COMMAND> [ARGS] [OPTIONS]` *pve-ha-lrm* `<COMMAND> [ARGS] [OPTIONS]`
*pve-ha-lrm help* `[<cmd>]` `[OPTIONS]` *pve-ha-lrm help* `[OPTIONS]`
Get help about specified command. Get help about specified command.
`<cmd>`: `<string>` :: `--extra-args` `<array>` ::
Command name Shows help for a specific command
`--verbose` `<boolean>` :: `--verbose` `<boolean>` ::
Verbose output format. Verbose output format.
*pve-ha-lrm start* `[OPTIONS]` *pve-ha-lrm start* `[OPTIONS]`
Start the daemon. Start the daemon.
@ -23,18 +20,12 @@ Start the daemon.
Debug mode - stay in foreground Debug mode - stay in foreground
*pve-ha-lrm status* *pve-ha-lrm status*
Get daemon status. Get daemon status.
*pve-ha-lrm stop* *pve-ha-lrm stop*
Stop the daemon. Stop the daemon.

View File

@ -8,9 +8,6 @@ List available templates.
Restrict list to specified section. Restrict list to specified section.
*pveam download* `<storage> <template>` *pveam download* `<storage> <template>`
Download appliance templates. Download appliance templates.
@ -23,24 +20,18 @@ The storage where the template will be stored
The template wich will downloaded The template wich will downloaded
*pveam help* `[OPTIONS]`
*pveam help* `[<cmd>]` `[OPTIONS]`
Get help about specified command. Get help about specified command.
`<cmd>`: `<string>` :: `--extra-args` `<array>` ::
Command name Shows help for a specific command
`--verbose` `<boolean>` :: `--verbose` `<boolean>` ::
Verbose output format. Verbose output format.
*pveam list* `<storage>` *pveam list* `<storage>`
Get list of all templates on storage Get list of all templates on storage
@ -49,8 +40,6 @@ Get list of all templates on storage
Only list templates on specified storage Only list templates on specified storage
*pveam remove* `<template_path>` *pveam remove* `<template_path>`
Remove a template. Remove a template.
@ -59,12 +48,8 @@ Remove a template.
The template to remove. The template to remove.
*pveam update* *pveam update*
Update Container Template Database. Update Container Template Database.

View File

@ -8,8 +8,6 @@ Create Ceph Manager
The ID for the manager, when omitted the same as the nodename The ID for the manager, when omitted the same as the nodename
*pveceph createmon* `[OPTIONS]` *pveceph createmon* `[OPTIONS]`
Create Ceph Monitor and Manager Create Ceph Monitor and Manager
@ -22,8 +20,9 @@ When set, only a monitor will be created.
The ID for the monitor, when omitted the same as the nodename The ID for the monitor, when omitted the same as the nodename
`--mon-address` `<string>` ::
Overwrites autodetected monitor IP address. Must be in the public network of ceph.
*pveceph createosd* `<dev>` `[OPTIONS]` *pveceph createosd* `<dev>` `[OPTIONS]`
@ -33,9 +32,9 @@ Create OSD
Block device name. Block device name.
`--bluestore` `<boolean>` ('default =' `0`):: `--bluestore` `<boolean>` ('default =' `1`)::
Use bluestore instead of filestore. Use bluestore instead of filestore. This is the default.
`--fstype` `<btrfs | ext4 | xfs>` ('default =' `xfs`):: `--fstype` `<btrfs | ext4 | xfs>` ('default =' `xfs`)::
@ -49,9 +48,6 @@ Block device name for journal (filestore) or block.db (bluestore).
Block device name for block.wal (bluestore only). Block device name for block.wal (bluestore only).
*pveceph createpool* `<name>` `[OPTIONS]` *pveceph createpool* `<name>` `[OPTIONS]`
Create POOL Create POOL
@ -84,8 +80,6 @@ Number of placement groups.
Number of replicas per object Number of replicas per object
*pveceph destroymgr* `<id>` *pveceph destroymgr* `<id>`
Destroy Ceph Manager. Destroy Ceph Manager.
@ -94,8 +88,6 @@ Destroy Ceph Manager.
The ID of the manager The ID of the manager
*pveceph destroymon* `<monid>` `[OPTIONS]` *pveceph destroymon* `<monid>` `[OPTIONS]`
Destroy Ceph Monitor and Manager. Destroy Ceph Monitor and Manager.
@ -108,9 +100,6 @@ Monitor ID
When set, removes only the monitor, not the manager When set, removes only the monitor, not the manager
*pveceph destroyosd* `<osdid>` `[OPTIONS]` *pveceph destroyosd* `<osdid>` `[OPTIONS]`
Destroy OSD Destroy OSD
@ -123,9 +112,6 @@ OSD ID
If set, we remove partition table entries. If set, we remove partition table entries.
*pveceph destroypool* `<name>` `[OPTIONS]` *pveceph destroypool* `<name>` `[OPTIONS]`
Destroy pool Destroy pool
@ -142,24 +128,18 @@ If true, destroys pool even if in use
Remove all pveceph-managed storages configured for this pool Remove all pveceph-managed storages configured for this pool
*pveceph help* `[OPTIONS]`
*pveceph help* `[<cmd>]` `[OPTIONS]`
Get help about specified command. Get help about specified command.
`<cmd>`: `<string>` :: `--extra-args` `<array>` ::
Command name Shows help for a specific command
`--verbose` `<boolean>` :: `--verbose` `<boolean>` ::
Verbose output format. Verbose output format.
*pveceph init* `[OPTIONS]` *pveceph init* `[OPTIONS]`
Create initial ceph default configuration and setup symlinks. Create initial ceph default configuration and setup symlinks.
@ -188,9 +168,6 @@ NOTE: 'osd pool default pg num' does not work for default pools.
Targeted number of replicas per object Targeted number of replicas per object
*pveceph install* `[OPTIONS]` *pveceph install* `[OPTIONS]`
Install ceph related packages. Install ceph related packages.
@ -199,23 +176,14 @@ Install ceph related packages.
no description available no description available
*pveceph lspools* *pveceph lspools*
List all pools. List all pools.
*pveceph purge* *pveceph purge*
Destroy ceph related data and configuration files. Destroy ceph related data and configuration files.
*pveceph start* `[<service>]` *pveceph start* `[<service>]`
Start ceph services. Start ceph services.
@ -224,14 +192,10 @@ Start ceph services.
Ceph service name. Ceph service name.
*pveceph status* *pveceph status*
Get ceph status. Get ceph status.
*pveceph stop* `[<service>]` *pveceph stop* `[<service>]`
Stop ceph services. Stop ceph services.
@ -241,5 +205,3 @@ Stop ceph services.
Ceph service name. Ceph service name.

View File

@ -28,8 +28,6 @@ Hostname (or IP) of the corosync ring1 address, this needs an valid configured r
Number of votes for this node Number of votes for this node
*pvecm addnode* `<node>` `[OPTIONS]` *pvecm addnode* `<node>` `[OPTIONS]`
Adds a node to the cluster configuration. Adds a node to the cluster configuration.
@ -58,8 +56,6 @@ Hostname (or IP) of the corosync ring1 address, this needs an valid bindnet1_add
Number of votes for this node Number of votes for this node
*pvecm create* `<clustername>` `[OPTIONS]` *pvecm create* `<clustername>` `[OPTIONS]`
Generate new cluster configuration. Generate new cluster configuration.
@ -92,8 +88,6 @@ Hostname (or IP) of the corosync ring1 address, this needs an valid bindnet1_add
Number of votes for this node. Number of votes for this node.
*pvecm delnode* `<node>` *pvecm delnode* `<node>`
Removes a node to the cluster configuration. Removes a node to the cluster configuration.
@ -102,8 +96,6 @@ Removes a node to the cluster configuration.
Hostname or IP of the corosync ring0 address of this node. Hostname or IP of the corosync ring0 address of this node.
*pvecm expected* `<expected>` *pvecm expected* `<expected>`
Tells corosync a new value of expected votes. Tells corosync a new value of expected votes.
@ -112,24 +104,18 @@ Tells corosync a new value of expected votes.
Expected votes Expected votes
*pvecm help* `[OPTIONS]`
*pvecm help* `[<cmd>]` `[OPTIONS]`
Get help about specified command. Get help about specified command.
`<cmd>`: `<string>` :: `--extra-args` `<array>` ::
Command name Shows help for a specific command
`--verbose` `<boolean>` :: `--verbose` `<boolean>` ::
Verbose output format. Verbose output format.
*pvecm keygen* `<filename>` *pvecm keygen* `<filename>`
Generate new cryptographic key for corosync. Generate new cryptographic key for corosync.
@ -138,8 +124,6 @@ Generate new cryptographic key for corosync.
Output file name Output file name
*pvecm mtunnel* `[<extra-args>]` `[OPTIONS]` *pvecm mtunnel* `[<extra-args>]` `[OPTIONS]`
Used by VM/CT migration - do not use manually. Used by VM/CT migration - do not use manually.
@ -160,20 +144,14 @@ the migration network used to detect the local migration IP
Run a command with a tcp socket as standard input. The IP address and port are printed via this command's stdandard output first, each on a separate line. Run a command with a tcp socket as standard input. The IP address and port are printed via this command's stdandard output first, each on a separate line.
*pvecm nodes* *pvecm nodes*
Displays the local view of the cluster nodes. Displays the local view of the cluster nodes.
*pvecm status* *pvecm status*
Displays the local view of the cluster status. Displays the local view of the cluster status.
*pvecm updatecerts* `[OPTIONS]` *pvecm updatecerts* `[OPTIONS]`
Update node certificates (and generate all needed files/directories). Update node certificates (and generate all needed files/directories).
@ -187,5 +165,3 @@ Force generation of new SSL certifate.
Ignore errors (i.e. when cluster has no quorum). Ignore errors (i.e. when cluster has no quorum).

View File

@ -1,26 +1,21 @@
*pvedaemon* `<COMMAND> [ARGS] [OPTIONS]` *pvedaemon* `<COMMAND> [ARGS] [OPTIONS]`
*pvedaemon help* `[<cmd>]` `[OPTIONS]` *pvedaemon help* `[OPTIONS]`
Get help about specified command. Get help about specified command.
`<cmd>`: `<string>` :: `--extra-args` `<array>` ::
Command name Shows help for a specific command
`--verbose` `<boolean>` :: `--verbose` `<boolean>` ::
Verbose output format. Verbose output format.
*pvedaemon restart* *pvedaemon restart*
Restart the daemon (or start if not running). Restart the daemon (or start if not running).
*pvedaemon start* `[OPTIONS]` *pvedaemon start* `[OPTIONS]`
Start the daemon. Start the daemon.
@ -29,18 +24,12 @@ Start the daemon.
Debug mode - stay in foreground Debug mode - stay in foreground
*pvedaemon status* *pvedaemon status*
Get daemon status. Get daemon status.
*pvedaemon stop* *pvedaemon stop*
Stop the daemon. Stop the daemon.

View File

@ -1,26 +1,21 @@
*pveproxy* `<COMMAND> [ARGS] [OPTIONS]` *pveproxy* `<COMMAND> [ARGS] [OPTIONS]`
*pveproxy help* `[<cmd>]` `[OPTIONS]` *pveproxy help* `[OPTIONS]`
Get help about specified command. Get help about specified command.
`<cmd>`: `<string>` :: `--extra-args` `<array>` ::
Command name Shows help for a specific command
`--verbose` `<boolean>` :: `--verbose` `<boolean>` ::
Verbose output format. Verbose output format.
*pveproxy restart* *pveproxy restart*
Restart the daemon (or start if not running). Restart the daemon (or start if not running).
*pveproxy start* `[OPTIONS]` *pveproxy start* `[OPTIONS]`
Start the daemon. Start the daemon.
@ -29,18 +24,12 @@ Start the daemon.
Debug mode - stay in foreground Debug mode - stay in foreground
*pveproxy status* *pveproxy status*
Get daemon status. Get daemon status.
*pveproxy stop* *pveproxy stop*
Stop the daemon. Stop the daemon.

View File

@ -156,9 +156,6 @@ Volume group name.
Glusterfs Volume. Glusterfs Volume.
*pvesm alloc* `<storage> <vmid> <filename> <size>` `[OPTIONS]` *pvesm alloc* `<storage> <vmid> <filename> <size>` `[OPTIONS]`
Allocate disk images. Allocate disk images.
@ -185,9 +182,6 @@ no description available
+ +
NOTE: Requires option(s): `size` NOTE: Requires option(s): `size`
*pvesm export* `<volume> <format> <filename>` `[OPTIONS]` *pvesm export* `<volume> <format> <filename>` `[OPTIONS]`
Export a volume. Export a volume.
@ -216,8 +210,6 @@ Snapshot to export
Whether to include intermediate snapshots in the stream Whether to include intermediate snapshots in the stream
*pvesm extractconfig* `<volume>` *pvesm extractconfig* `<volume>`
Extract configuration from vzdump backup archive. Extract configuration from vzdump backup archive.
@ -226,9 +218,6 @@ Extract configuration from vzdump backup archive.
Volume identifier Volume identifier
*pvesm free* `<volume>` `[OPTIONS]` *pvesm free* `<volume>` `[OPTIONS]`
Delete volume Delete volume
@ -241,9 +230,6 @@ Volume identifier
The storage identifier. The storage identifier.
*pvesm glusterfsscan* `<server>` *pvesm glusterfsscan* `<server>`
Scan remote GlusterFS server. Scan remote GlusterFS server.
@ -252,24 +238,18 @@ Scan remote GlusterFS server.
no description available no description available
*pvesm help* `[OPTIONS]`
*pvesm help* `[<cmd>]` `[OPTIONS]`
Get help about specified command. Get help about specified command.
`<cmd>`: `<string>` :: `--extra-args` `<array>` ::
Command name Shows help for a specific command
`--verbose` `<boolean>` :: `--verbose` `<boolean>` ::
Verbose output format. Verbose output format.
*pvesm import* `<volume> <format> <filename>` `[OPTIONS]` *pvesm import* `<volume> <format> <filename>` `[OPTIONS]`
Import a volume. Import a volume.
@ -298,9 +278,6 @@ A snapshot to delete on success
Whether the stream includes intermediate snapshots Whether the stream includes intermediate snapshots
*pvesm iscsiscan* `--portal <string>` `[OPTIONS]` *pvesm iscsiscan* `--portal <string>` `[OPTIONS]`
Scan remote iSCSI server. Scan remote iSCSI server.
@ -309,9 +286,6 @@ Scan remote iSCSI server.
no description available no description available
*pvesm list* `<storage>` `[OPTIONS]` *pvesm list* `<storage>` `[OPTIONS]`
List storage content. List storage content.
@ -328,15 +302,10 @@ Only list content of this type.
Only list images for this VM Only list images for this VM
*pvesm lvmscan* *pvesm lvmscan*
List local LVM volume groups. List local LVM volume groups.
*pvesm lvmthinscan* `<vg>` *pvesm lvmthinscan* `<vg>`
List local LVM Thin Pools. List local LVM Thin Pools.
@ -345,8 +314,6 @@ List local LVM Thin Pools.
no description available no description available
*pvesm nfsscan* `<server>` *pvesm nfsscan* `<server>`
Scan remote NFS server. Scan remote NFS server.
@ -355,9 +322,6 @@ Scan remote NFS server.
no description available no description available
*pvesm path* `<volume>` *pvesm path* `<volume>`
Get filesystem path for specified volume Get filesystem path for specified volume
@ -366,9 +330,6 @@ Get filesystem path for specified volume
Volume identifier Volume identifier
*pvesm remove* `<storage>` *pvesm remove* `<storage>`
Delete storage configuration. Delete storage configuration.
@ -377,8 +338,6 @@ Delete storage configuration.
The storage identifier. The storage identifier.
*pvesm set* `<storage>` `[OPTIONS]` *pvesm set* `<storage>` `[OPTIONS]`
Update storage configuration. Update storage configuration.
@ -499,9 +458,6 @@ Gluster transport: tcp or rdma
RBD Id. RBD Id.
*pvesm status* `[OPTIONS]` *pvesm status* `[OPTIONS]`
Get status for all datastores. Get status for all datastores.
@ -514,6 +470,10 @@ Only list stores which support this content type.
Only list stores which are enabled (not disabled in config). Only list stores which are enabled (not disabled in config).
`--format` `<boolean>` ('default =' `0`)::
Include information about formats
`--storage` `<string>` :: `--storage` `<string>` ::
Only list status for specified storage Only list status for specified storage
@ -522,13 +482,8 @@ Only list status for specified storage
If target is different to 'node', we only lists shared storages which content is accessible on this 'node' and the specified 'target' node. If target is different to 'node', we only lists shared storages which content is accessible on this 'node' and the specified 'target' node.
*pvesm zfsscan* *pvesm zfsscan*
Scan zfs pool list on local node. Scan zfs pool list on local node.

View File

@ -32,8 +32,6 @@ Mark the replication job for removal. The job will remove all local replication
Storage replication schedule. The format is a subset of `systemd` calender events. Storage replication schedule. The format is a subset of `systemd` calender events.
*pvesr delete* `<id>` `[OPTIONS]` *pvesr delete* `<id>` `[OPTIONS]`
Mark replication job for removal. Mark replication job for removal.
@ -50,9 +48,6 @@ Will remove the jobconfig entry, but will not cleanup.
Keep replicated data at target (do not remove). Keep replicated data at target (do not remove).
*pvesr disable* `<id>` *pvesr disable* `<id>`
Disable a replication job. Disable a replication job.
@ -61,8 +56,6 @@ Disable a replication job.
Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '<GUEST>-<JOBNUM>'. Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '<GUEST>-<JOBNUM>'.
*pvesr enable* `<id>` *pvesr enable* `<id>`
Enable a replication job. Enable a replication job.
@ -71,8 +64,6 @@ Enable a replication job.
Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '<GUEST>-<JOBNUM>'. Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '<GUEST>-<JOBNUM>'.
*pvesr finalize-local-job* `<id> [<extra-args>]` `[OPTIONS]` *pvesr finalize-local-job* `<id> [<extra-args>]` `[OPTIONS]`
Finalize a replication job. This removes all replications snapshots with Finalize a replication job. This removes all replications snapshots with
@ -90,31 +81,22 @@ The list of volume IDs to consider.
Time (UNIX epoch) of last successful sync. If not specified, all replication snapshots gets removed. Time (UNIX epoch) of last successful sync. If not specified, all replication snapshots gets removed.
*pvesr help* `[OPTIONS]`
*pvesr help* `[<cmd>]` `[OPTIONS]`
Get help about specified command. Get help about specified command.
`<cmd>`: `<string>` :: `--extra-args` `<array>` ::
Command name Shows help for a specific command
`--verbose` `<boolean>` :: `--verbose` `<boolean>` ::
Verbose output format. Verbose output format.
*pvesr list* *pvesr list*
List replication jobs. List replication jobs.
*pvesr prepare-local-job* `<id> [<extra-args>]` `[OPTIONS]` *pvesr prepare-local-job* `<id> [<extra-args>]` `[OPTIONS]`
Prepare for starting a replication job. This is called on the target node Prepare for starting a replication job. This is called on the target node
@ -150,9 +132,6 @@ The name of the snapshot.
List of storage IDs to scan for stale volumes. List of storage IDs to scan for stale volumes.
*pvesr read* `<id>` *pvesr read* `<id>`
Read replication job configuration. Read replication job configuration.
@ -161,9 +140,6 @@ Read replication job configuration.
Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '<GUEST>-<JOBNUM>'. Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '<GUEST>-<JOBNUM>'.
*pvesr run* `[OPTIONS]` *pvesr run* `[OPTIONS]`
This method is called by the systemd-timer and executes all (or a specific) This method is called by the systemd-timer and executes all (or a specific)
@ -173,13 +149,14 @@ sync jobs.
Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '<GUEST>-<JOBNUM>'. Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '<GUEST>-<JOBNUM>'.
`--mail` `<boolean>` ('default =' `0`)::
Send an email notification in case of a failure.
`--verbose` `<boolean>` ('default =' `0`):: `--verbose` `<boolean>` ('default =' `0`)::
Print more verbose logs to stdout. Print more verbose logs to stdout.
*pvesr schedule-now* `<id>` *pvesr schedule-now* `<id>`
Schedule replication job to start as soon as possible. Schedule replication job to start as soon as possible.
@ -188,9 +165,6 @@ Schedule replication job to start as soon as possible.
Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '<GUEST>-<JOBNUM>'. Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '<GUEST>-<JOBNUM>'.
*pvesr set-state* `<vmid> <state>` *pvesr set-state* `<vmid> <state>`
Set the job replication state on migration. This call is for internal use. Set the job replication state on migration. This call is for internal use.
@ -204,9 +178,6 @@ The (unique) ID of the VM.
Job state as JSON decoded string. Job state as JSON decoded string.
*pvesr status* `[OPTIONS]` *pvesr status* `[OPTIONS]`
List status of all replication jobs on this node. List status of all replication jobs on this node.
@ -215,9 +186,6 @@ List status of all replication jobs on this node.
Only list replication jobs for this guest. Only list replication jobs for this guest.
*pvesr update* `<id>` `[OPTIONS]` *pvesr update* `<id>` `[OPTIONS]`
Update replication job configuration. Update replication job configuration.
@ -255,5 +223,3 @@ Mark the replication job for removal. The job will remove all local replication
Storage replication schedule. The format is a subset of `systemd` calender events. Storage replication schedule. The format is a subset of `systemd` calender events.

View File

@ -1,26 +1,21 @@
*pvestatd* `<COMMAND> [ARGS] [OPTIONS]` *pvestatd* `<COMMAND> [ARGS] [OPTIONS]`
*pvestatd help* `[<cmd>]` `[OPTIONS]` *pvestatd help* `[OPTIONS]`
Get help about specified command. Get help about specified command.
`<cmd>`: `<string>` :: `--extra-args` `<array>` ::
Command name Shows help for a specific command
`--verbose` `<boolean>` :: `--verbose` `<boolean>` ::
Verbose output format. Verbose output format.
*pvestatd restart* *pvestatd restart*
Restart the daemon (or start if not running). Restart the daemon (or start if not running).
*pvestatd start* `[OPTIONS]` *pvestatd start* `[OPTIONS]`
Start the daemon. Start the daemon.
@ -29,18 +24,12 @@ Start the daemon.
Debug mode - stay in foreground Debug mode - stay in foreground
*pvestatd status* *pvestatd status*
Get daemon status. Get daemon status.
*pvestatd stop* *pvestatd stop*
Stop the daemon. Stop the daemon.

View File

@ -4,24 +4,18 @@
Read subscription info. Read subscription info.
*pvesubscription help* `[OPTIONS]`
*pvesubscription help* `[<cmd>]` `[OPTIONS]`
Get help about specified command. Get help about specified command.
`<cmd>`: `<string>` :: `--extra-args` `<array>` ::
Command name Shows help for a specific command
`--verbose` `<boolean>` :: `--verbose` `<boolean>` ::
Verbose output format. Verbose output format.
*pvesubscription set* `<key>` *pvesubscription set* `<key>`
Set subscription key. Set subscription key.
@ -30,8 +24,6 @@ Set subscription key.
Proxmox VE subscription key Proxmox VE subscription key
*pvesubscription update* `[OPTIONS]` *pvesubscription update* `[OPTIONS]`
Update subscription info. Update subscription info.
@ -41,5 +33,3 @@ Update subscription info.
Always connect to server, even if we have up to date info inside local cache. Always connect to server, even if we have up to date info inside local cache.

View File

@ -24,8 +24,6 @@ List of roles.
List of users. List of users.
*pveum aclmod* `<path> --roles <string>` `[OPTIONS]` *pveum aclmod* `<path> --roles <string>` `[OPTIONS]`
Update Access Control List (add or remove permissions). Update Access Control List (add or remove permissions).
@ -50,9 +48,6 @@ List of roles.
List of users. List of users.
*pveum groupadd* `<groupid>` `[OPTIONS]` *pveum groupadd* `<groupid>` `[OPTIONS]`
Create new group. Create new group.
@ -65,8 +60,6 @@ no description available
no description available no description available
*pveum groupdel* `<groupid>` *pveum groupdel* `<groupid>`
Delete group. Delete group.
@ -75,8 +68,6 @@ Delete group.
no description available no description available
*pveum groupmod* `<groupid>` `[OPTIONS]` *pveum groupmod* `<groupid>` `[OPTIONS]`
Update group data. Update group data.
@ -89,24 +80,18 @@ no description available
no description available no description available
*pveum help* `[OPTIONS]`
*pveum help* `[<cmd>]` `[OPTIONS]`
Get help about specified command. Get help about specified command.
`<cmd>`: `<string>` :: `--extra-args` `<array>` ::
Command name Shows help for a specific command
`--verbose` `<boolean>` :: `--verbose` `<boolean>` ::
Verbose output format. Verbose output format.
*pveum passwd* `<userid>` *pveum passwd* `<userid>`
Change user password. Change user password.
@ -115,9 +100,6 @@ Change user password.
User ID User ID
*pveum roleadd* `<roleid>` `[OPTIONS]` *pveum roleadd* `<roleid>` `[OPTIONS]`
Create new role. Create new role.
@ -130,8 +112,6 @@ no description available
no description available no description available
*pveum roledel* `<roleid>` *pveum roledel* `<roleid>`
Delete role. Delete role.
@ -140,8 +120,6 @@ Delete role.
no description available no description available
*pveum rolemod* `<roleid> --privs <string>` `[OPTIONS]` *pveum rolemod* `<roleid> --privs <string>` `[OPTIONS]`
Create new role. Create new role.
@ -160,9 +138,6 @@ NOTE: Requires option(s): `privs`
no description available no description available
*pveum ticket* `<username>` `[OPTIONS]` *pveum ticket* `<username>` `[OPTIONS]`
Create or verify authentication ticket. Create or verify authentication ticket.
@ -191,9 +166,6 @@ NOTE: Requires option(s): `path`
You can optionally pass the realm using this parameter. Normally the realm is simply added to the username <username>@<relam>. You can optionally pass the realm using this parameter. Normally the realm is simply added to the username <username>@<relam>.
*pveum useradd* `<userid>` `[OPTIONS]` *pveum useradd* `<userid>` `[OPTIONS]`
Create new user. Create new user.
@ -238,8 +210,6 @@ no description available
Initial password. Initial password.
*pveum userdel* `<userid>` *pveum userdel* `<userid>`
Delete user. Delete user.
@ -248,8 +218,6 @@ Delete user.
User ID User ID
*pveum usermod* `<userid>` `[OPTIONS]` *pveum usermod* `<userid>` `[OPTIONS]`
Update user configuration. Update user configuration.
@ -297,5 +265,3 @@ Keys for two factor auth (yubico).
no description available no description available

View File

@ -12,8 +12,6 @@ The (unique) ID of the VM.
The QGA command. The QGA command.
*qm clone* `<vmid> <newid>` `[OPTIONS]` *qm clone* `<vmid> <newid>` `[OPTIONS]`
Create a copy of virtual machine/template. Create a copy of virtual machine/template.
@ -62,8 +60,6 @@ NOTE: Requires option(s): `full`
Target node. Only allowed if the original VM is on shared storage. Target node. Only allowed if the original VM is on shared storage.
*qm config* `<vmid>` `[OPTIONS]` *qm config* `<vmid>` `[OPTIONS]`
Get current virtual machine configuration. This does not include pending Get current virtual machine configuration. This does not include pending
@ -77,8 +73,6 @@ The (unique) ID of the VM.
Get current values (instead of pending values). Get current values (instead of pending values).
*qm create* `<vmid>` `[OPTIONS]` *qm create* `<vmid>` `[OPTIONS]`
Create or restore a virtual machine. Create or restore a virtual machine.
@ -131,7 +125,7 @@ This is an alias for option -ide2
The number of cores per socket. The number of cores per socket.
`--cpu` `[cputype=]<enum> [,hidden=<1|0>]` :: `--cpu` `[cputype=]<enum> [,flags=<+FLAG[;-FLAG...]>] [,hidden=<1|0>]` ::
Emulated CPU type. Emulated CPU type.
@ -177,9 +171,9 @@ Enable/disable hugepages memory.
Use volume as IDE hard disk or CD-ROM (n is 0 to 3). Use volume as IDE hard disk or CD-ROM (n is 0 to 3).
`--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 =' `en-us`):: `--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.conf' configuration file. Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.conf' configuration file.It should not be necessary to set it.
`--kvm` `<boolean>` ('default =' `1`):: `--kvm` `<boolean>` ('default =' `1`)::
@ -339,8 +333,6 @@ Default storage for VM state volumes/files.
Create a virtual hardware watchdog device. Create a virtual hardware watchdog device.
*qm delsnapshot* `<vmid> <snapname>` `[OPTIONS]` *qm delsnapshot* `<vmid> <snapname>` `[OPTIONS]`
Delete a VM snapshot. Delete a VM snapshot.
@ -357,8 +349,6 @@ The name of the snapshot.
For removal from config file, even if removing disk snapshots fails. For removal from config file, even if removing disk snapshots fails.
*qm destroy* `<vmid>` `[OPTIONS]` *qm destroy* `<vmid>` `[OPTIONS]`
Destroy the vm (also delete all used/owned volumes). Destroy the vm (also delete all used/owned volumes).
@ -371,24 +361,18 @@ The (unique) ID of the VM.
Ignore locks - only root is allowed to use this option. Ignore locks - only root is allowed to use this option.
*qm help* `[OPTIONS]`
*qm help* `[<cmd>]` `[OPTIONS]`
Get help about specified command. Get help about specified command.
`<cmd>`: `<string>` :: `--extra-args` `<array>` ::
Command name Shows help for a specific command
`--verbose` `<boolean>` :: `--verbose` `<boolean>` ::
Verbose output format. Verbose output format.
*qm importdisk* `<vmid> <source> <storage>` `[OPTIONS]` *qm importdisk* `<vmid> <source> <storage>` `[OPTIONS]`
Import an external disk image as an unused disk in a VM. The Import an external disk image as an unused disk in a VM. The
@ -410,8 +394,6 @@ Target storage ID
Target format Target format
*qm importovf* `<vmid> <manifest> <storage>` `[OPTIONS]` *qm importovf* `<vmid> <manifest> <storage>` `[OPTIONS]`
Create a new VM using parameters read from an OVF manifest Create a new VM using parameters read from an OVF manifest
@ -436,9 +418,6 @@ Print a parsed representation of the extracted OVF parameters, but do not create
Target format Target format
*qm list* `[OPTIONS]` *qm list* `[OPTIONS]`
Virtual machine index (per node). Virtual machine index (per node).
@ -447,8 +426,6 @@ Virtual machine index (per node).
Determine the full status of active VMs. Determine the full status of active VMs.
*qm listsnapshot* `<vmid>` *qm listsnapshot* `<vmid>`
List all snapshots. List all snapshots.
@ -457,8 +434,6 @@ List all snapshots.
The (unique) ID of the VM. The (unique) ID of the VM.
*qm migrate* `<vmid> <target>` `[OPTIONS]` *qm migrate* `<vmid> <target>` `[OPTIONS]`
Migrate virtual machine. Creates a new migration task. Migrate virtual machine. Creates a new migration task.
@ -495,9 +470,6 @@ Default target storage.
Enable live storage migration for local disk Enable live storage migration for local disk
*qm monitor* `<vmid>` *qm monitor* `<vmid>`
Enter Qemu Monitor interface. Enter Qemu Monitor interface.
@ -506,9 +478,6 @@ Enter Qemu Monitor interface.
The (unique) ID of the VM. The (unique) ID of the VM.
*qm move_disk* `<vmid> <disk> <storage>` `[OPTIONS]` *qm move_disk* `<vmid> <disk> <storage>` `[OPTIONS]`
Move volume to different storage. Move volume to different storage.
@ -537,15 +506,10 @@ Prevent changes if current configuration file has different SHA1 digest. This ca
Target Format. Target Format.
*qm mtunnel* *qm mtunnel*
Used by qmigrate - do not use manually. Used by qmigrate - do not use manually.
*qm nbdstop* `<vmid>` *qm nbdstop* `<vmid>`
Stop embedded nbd server. Stop embedded nbd server.
@ -554,9 +518,6 @@ Stop embedded nbd server.
The (unique) ID of the VM. The (unique) ID of the VM.
*qm pending* `<vmid>` *qm pending* `<vmid>`
Get virtual machine configuration, including pending changes. Get virtual machine configuration, including pending changes.
@ -565,9 +526,6 @@ Get virtual machine configuration, including pending changes.
The (unique) ID of the VM. The (unique) ID of the VM.
*qm rescan* `[OPTIONS]` *qm rescan* `[OPTIONS]`
Rescan all storages and update disk sizes and unused disk images. Rescan all storages and update disk sizes and unused disk images.
@ -576,9 +534,6 @@ Rescan all storages and update disk sizes and unused disk images.
The (unique) ID of the VM. The (unique) ID of the VM.
*qm reset* `<vmid>` `[OPTIONS]` *qm reset* `<vmid>` `[OPTIONS]`
Reset virtual machine. Reset virtual machine.
@ -591,8 +546,6 @@ The (unique) ID of the VM.
Ignore locks - only root is allowed to use this option. Ignore locks - only root is allowed to use this option.
*qm resize* `<vmid> <disk> <size>` `[OPTIONS]` *qm resize* `<vmid> <disk> <size>` `[OPTIONS]`
Extend volume size. Extend volume size.
@ -617,8 +570,6 @@ Prevent changes if current configuration file has different SHA1 digest. This ca
Ignore locks - only root is allowed to use this option. Ignore locks - only root is allowed to use this option.
*qm resume* `<vmid>` `[OPTIONS]` *qm resume* `<vmid>` `[OPTIONS]`
Resume virtual machine. Resume virtual machine.
@ -635,8 +586,6 @@ no description available
Ignore locks - only root is allowed to use this option. Ignore locks - only root is allowed to use this option.
*qm rollback* `<vmid> <snapname>` *qm rollback* `<vmid> <snapname>`
Rollback VM state to specified snapshot. Rollback VM state to specified snapshot.
@ -649,8 +598,6 @@ The (unique) ID of the VM.
The name of the snapshot. The name of the snapshot.
*qm sendkey* `<vmid> <key>` `[OPTIONS]` *qm sendkey* `<vmid> <key>` `[OPTIONS]`
Send key event to virtual machine. Send key event to virtual machine.
@ -667,8 +614,6 @@ The key (qemu monitor encoding).
Ignore locks - only root is allowed to use this option. Ignore locks - only root is allowed to use this option.
*qm set* `<vmid>` `[OPTIONS]` *qm set* `<vmid>` `[OPTIONS]`
Set virtual machine options (synchrounous API) - You should consider using Set virtual machine options (synchrounous API) - You should consider using
@ -719,7 +664,7 @@ This is an alias for option -ide2
The number of cores per socket. The number of cores per socket.
`--cpu` `[cputype=]<enum> [,hidden=<1|0>]` :: `--cpu` `[cputype=]<enum> [,flags=<+FLAG[;-FLAG...]>] [,hidden=<1|0>]` ::
Emulated CPU type. Emulated CPU type.
@ -773,9 +718,9 @@ Enable/disable hugepages memory.
Use volume as IDE hard disk or CD-ROM (n is 0 to 3). Use volume as IDE hard disk or CD-ROM (n is 0 to 3).
`--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 =' `en-us`):: `--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.conf' configuration file. Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.conf' configuration file.It should not be necessary to set it.
`--kvm` `<boolean>` ('default =' `1`):: `--kvm` `<boolean>` ('default =' `1`)::
@ -929,10 +874,7 @@ Default storage for VM state volumes/files.
Create a virtual hardware watchdog device. Create a virtual hardware watchdog device.
*qm showcmd* `<vmid>` `[OPTIONS]`
*qm showcmd* `<vmid>`
Show command line which is used to start the VM (debug info). Show command line which is used to start the VM (debug info).
@ -940,8 +882,9 @@ Show command line which is used to start the VM (debug info).
The (unique) ID of the VM. The (unique) ID of the VM.
`--pretty` `<boolean>` ('default =' `0`)::
Puts each option on a new line to enhance human readability
*qm shutdown* `<vmid>` `[OPTIONS]` *qm shutdown* `<vmid>` `[OPTIONS]`
@ -969,8 +912,6 @@ Ignore locks - only root is allowed to use this option.
Wait maximal timeout seconds. Wait maximal timeout seconds.
*qm snapshot* `<vmid> <snapname>` `[OPTIONS]` *qm snapshot* `<vmid> <snapname>` `[OPTIONS]`
Snapshot a VM. Snapshot a VM.
@ -991,8 +932,6 @@ A textual description or comment.
Save the vmstate Save the vmstate
*qm start* `<vmid>` `[OPTIONS]` *qm start* `<vmid>` `[OPTIONS]`
Start virtual machine. Start virtual machine.
@ -1029,9 +968,6 @@ Some command save/restore state from this location.
Target storage for the migration. (Can be '1' to use the same storage id as on the source node.) Target storage for the migration. (Can be '1' to use the same storage id as on the source node.)
*qm status* `<vmid>` `[OPTIONS]` *qm status* `<vmid>` `[OPTIONS]`
Show VM status. Show VM status.
@ -1044,9 +980,6 @@ The (unique) ID of the VM.
Verbose output format Verbose output format
*qm stop* `<vmid>` `[OPTIONS]` *qm stop* `<vmid>` `[OPTIONS]`
Stop virtual machine. The qemu process will exit immediately. Thisis akin Stop virtual machine. The qemu process will exit immediately. Thisis akin
@ -1072,8 +1005,6 @@ Ignore locks - only root is allowed to use this option.
Wait maximal timeout seconds. Wait maximal timeout seconds.
*qm suspend* `<vmid>` `[OPTIONS]` *qm suspend* `<vmid>` `[OPTIONS]`
Suspend virtual machine. Suspend virtual machine.
@ -1086,8 +1017,6 @@ The (unique) ID of the VM.
Ignore locks - only root is allowed to use this option. Ignore locks - only root is allowed to use this option.
*qm template* `<vmid>` `[OPTIONS]` *qm template* `<vmid>` `[OPTIONS]`
Create a Template. Create a Template.
@ -1100,9 +1029,6 @@ The (unique) ID of the VM.
If you want to convert only 1 disk to base image. If you want to convert only 1 disk to base image.
*qm terminal* `<vmid>` `[OPTIONS]` *qm terminal* `<vmid>` `[OPTIONS]`
Open a terminal using a serial device (The VM need to have a serial device Open a terminal using a serial device (The VM need to have a serial device
@ -1112,13 +1038,14 @@ configured, for example 'serial0: socket')
The (unique) ID of the VM. The (unique) ID of the VM.
`--escape` `<string>` ('default =' `^O`)::
Escape character.
`--iface` `<serial0 | serial1 | serial2 | serial3>` :: `--iface` `<serial0 | serial1 | serial2 | serial3>` ::
Select the serial device. By default we simply use the first suitable device. Select the serial device. By default we simply use the first suitable device.
*qm unlink* `<vmid> --idlist <string>` `[OPTIONS]` *qm unlink* `<vmid> --idlist <string>` `[OPTIONS]`
Unlink/delete disk images. Unlink/delete disk images.
@ -1135,9 +1062,6 @@ Force physical removal. Without this, we simple remove the disk from the config
A list of disk IDs you want to delete. A list of disk IDs you want to delete.
*qm unlock* `<vmid>` *qm unlock* `<vmid>`
Unlock the VM. Unlock the VM.
@ -1146,8 +1070,6 @@ Unlock the VM.
The (unique) ID of the VM. The (unique) ID of the VM.
*qm vncproxy* `<vmid>` *qm vncproxy* `<vmid>`
Proxy VM VNC traffic to stdin/stdout Proxy VM VNC traffic to stdin/stdout
@ -1156,8 +1078,6 @@ Proxy VM VNC traffic to stdin/stdout
The (unique) ID of the VM. The (unique) ID of the VM.
*qm wait* `<vmid>` `[OPTIONS]` *qm wait* `<vmid>` `[OPTIONS]`
Wait until the VM is stopped. Wait until the VM is stopped.
@ -1171,5 +1091,3 @@ The (unique) ID of the VM.
Timeout in seconds. Default is to wait forever. Timeout in seconds. Default is to wait forever.

View File

@ -42,14 +42,18 @@ This is an alias for option -ide2
The number of cores per socket. The number of cores per socket.
`cpu`: `[cputype=]<enum> [,hidden=<1|0>]` :: `cpu`: `[cputype=]<enum> [,flags=<+FLAG[;-FLAG...]>] [,hidden=<1|0>]` ::
Emulated CPU type. Emulated CPU type.
`cputype`=`<486 | Broadwell | Broadwell-noTSX | Conroe | Haswell | Haswell-noTSX | IvyBridge | Nehalem | Opteron_G1 | Opteron_G2 | Opteron_G3 | Opteron_G4 | Opteron_G5 | Penryn | SandyBridge | Skylake-Client | Westmere | athlon | core2duo | coreduo | host | kvm32 | kvm64 | pentium | pentium2 | pentium3 | phenom | qemu32 | qemu64>` ('default =' `kvm64`);; `cputype`=`<486 | Broadwell | Broadwell-IBRS | Broadwell-noTSX | Broadwell-noTSX-IBRS | Conroe | Haswell | Haswell-IBRS | Haswell-noTSX | Haswell-noTSX-IBRS | IvyBridge | IvyBridge-IBRS | Nehalem | Nehalem-IBRS | Opteron_G1 | Opteron_G2 | Opteron_G3 | Opteron_G4 | Opteron_G5 | Penryn | SandyBridge | SandyBridge-IBRS | Skylake-Client | Skylake-Client-IBRS | Skylake-Server | Skylake-Server-IBRS | Westmere | Westmere-IBRS | athlon | core2duo | coreduo | host | kvm32 | kvm64 | max | pentium | pentium2 | pentium3 | phenom | qemu32 | qemu64>` ('default =' `kvm64`);;
Emulated CPU type. Emulated CPU type.
`flags`=`<+FLAG[;-FLAG...]>` ;;
List of additional CPU flags separated by ';'. Use '+FLAG' to enable, '-FLAG' to disable a flag. Currently supported flags: 'pcid', 'spec-ctrl'.
`hidden`=`<boolean>` ('default =' `0`);; `hidden`=`<boolean>` ('default =' `0`);;
Do not identify as a KVM virtual machine. Do not identify as a KVM virtual machine.
@ -294,9 +298,9 @@ Force disk geometry bios translation mode.
Write error action. Write error action.
`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 =' `en-us`):: `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.conf' configuration file. Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.conf' configuration file.It should not be necessary to set it.
`kvm`: `<boolean>` ('default =' `1`):: `kvm`: `<boolean>` ('default =' `1`)::
@ -422,7 +426,8 @@ w2k3;; Microsoft Windows 2003
w2k8;; Microsoft Windows 2008 w2k8;; Microsoft Windows 2008
wvista;; Microsoft Windows Vista wvista;; Microsoft Windows Vista
win7;; Microsoft Windows 7 win7;; Microsoft Windows 7
win8;; Microsoft Windows 8/2012 win8;; Microsoft Windows 8/2012/2012r2
win10;; Microsoft Windows 10/2016
l24;; Linux 2.4 Kernel l24;; Linux 2.4 Kernel
l26;; Linux 2.6/3.X Kernel l26;; Linux 2.6/3.X Kernel
solaris;; Solaris/OpenSolaris/OpenIndiania kernel solaris;; Solaris/OpenSolaris/OpenIndiania kernel

View File

@ -1,26 +1,21 @@
*spiceproxy* `<COMMAND> [ARGS] [OPTIONS]` *spiceproxy* `<COMMAND> [ARGS] [OPTIONS]`
*spiceproxy help* `[<cmd>]` `[OPTIONS]` *spiceproxy help* `[OPTIONS]`
Get help about specified command. Get help about specified command.
`<cmd>`: `<string>` :: `--extra-args` `<array>` ::
Command name Shows help for a specific command
`--verbose` `<boolean>` :: `--verbose` `<boolean>` ::
Verbose output format. Verbose output format.
*spiceproxy restart* *spiceproxy restart*
Restart the daemon (or start if not running). Restart the daemon (or start if not running).
*spiceproxy start* `[OPTIONS]` *spiceproxy start* `[OPTIONS]`
Start the daemon. Start the daemon.
@ -29,18 +24,12 @@ Start the daemon.
Debug mode - stay in foreground Debug mode - stay in foreground
*spiceproxy status* *spiceproxy status*
Get daemon status. Get daemon status.
*spiceproxy stop* *spiceproxy stop*
Stop the daemon. Stop the daemon.