5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-20 22:50:06 +03:00

run make update

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-07-04 16:17:53 +02:00
parent 9121b45bcd
commit 9226ccbcd1
4 changed files with 85 additions and 7 deletions

View File

@ -636,6 +636,33 @@ var pveapi = [
"leaf" : 1,
"path" : "/cluster/config/totem",
"text" : "totem"
},
{
"info" : {
"GET" : {
"description" : "Get QDevice status",
"method" : "GET",
"name" : "status",
"parameters" : {
"additionalProperties" : 0
},
"permissions" : {
"check" : [
"perm",
"/",
[
"Sys.Audit"
]
]
},
"returns" : {
"type" : "object"
}
}
},
"leaf" : 1,
"path" : "/cluster/config/qdevice",
"text" : "qdevice"
}
],
"info" : {
@ -2983,6 +3010,12 @@ var pveapi = [
"type" : "integer",
"typetext" : "<integer>"
},
"pool" : {
"description" : "Backup all known guest systems included in the specified pool.",
"optional" : 1,
"type" : "string",
"typetext" : "<string>"
},
"quiet" : {
"default" : 0,
"description" : "Be quiet.",
@ -3252,6 +3285,12 @@ var pveapi = [
"type" : "integer",
"typetext" : "<integer>"
},
"pool" : {
"description" : "Backup all known guest systems included in the specified pool.",
"optional" : 1,
"type" : "string",
"typetext" : "<string>"
},
"quiet" : {
"default" : 0,
"description" : "Be quiet.",
@ -16405,7 +16444,7 @@ var pveapi = [
"returns" : {
"properties" : {
"allowed_nodes" : {
"description" : "List nodes allowed for offline migration with same local storage as source node, only passed if VM is offline",
"description" : "List nodes allowed for offline migration, only passed if VM is offline",
"optional" : 1,
"type" : "array"
},
@ -16417,6 +16456,11 @@ var pveapi = [
"description" : "List local resources e.g. pci, usb",
"type" : "array"
},
"not_allowed_nodes" : {
"description" : "List not allowed nodes with additional informations, only passed if VM is offline",
"optional" : 1,
"type" : "object"
},
"running" : {
"type" : "boolean"
}
@ -27244,6 +27288,12 @@ var pveapi = [
"type" : "integer",
"typetext" : "<integer>"
},
"pool" : {
"description" : "Backup all known guest systems included in the specified pool.",
"optional" : 1,
"type" : "string",
"typetext" : "<string>"
},
"quiet" : {
"default" : 0,
"description" : "Be quiet.",
@ -33657,9 +33707,9 @@ var pveapi = [
"default" : "login",
"description" : "Run specific command or default to login.",
"enum" : [
"ceph_install",
"upgrade",
"login"
"login",
"ceph_install"
],
"optional" : 1,
"type" : "string"
@ -33751,9 +33801,9 @@ var pveapi = [
"default" : "login",
"description" : "Run specific command or default to login.",
"enum" : [
"ceph_install",
"upgrade",
"login"
"login",
"ceph_install"
],
"optional" : 1,
"type" : "string"
@ -33874,9 +33924,9 @@ var pveapi = [
"default" : "login",
"description" : "Run specific command or default to login.",
"enum" : [
"ceph_install",
"upgrade",
"login"
"login",
"ceph_install"
],
"optional" : 1,
"type" : "string"

View File

@ -112,6 +112,26 @@ Generate new cryptographic key for corosync.
Output file name
*pvecm mtunnel* `[<extra-args>]` `[OPTIONS]`
Used by VM/CT migration - do not use manually.
`<extra-args>`: `<array>` ::
Extra arguments as array
`--get_migration_ip` `<boolean>` ('default =' `0`)::
return the migration IP, if configured
`--migration_network` `<string>` ::
the migration network used to detect the local migration IP
`--run-command` `<boolean>` ::
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*
Displays the local view of the cluster nodes.

View File

@ -64,6 +64,10 @@ Only run if executed on this node.
Use pigz instead of gzip when N>0. N=1 uses half of cores, N>1 uses N as thread count.
`--pool` `<string>` ::
Backup all known guest systems included in the specified pool.
`--quiet` `<boolean>` ('default =' `0`)::
Be quiet.

View File

@ -42,6 +42,10 @@ Backup mode.
Use pigz instead of gzip when N>0. N=1 uses half of cores, N>1 uses N as thread count.
`pool`: `<string>` ::
Backup all known guest systems included in the specified pool.
`remove`: `<boolean>` ('default =' `1`)::
Remove old backup files if there are more than 'maxfiles' backup files.