mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-28 22:56:04 +00:00
run make update
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
9121b45bcd
commit
9226ccbcd1
@ -636,6 +636,33 @@ var pveapi = [
|
|||||||
"leaf" : 1,
|
"leaf" : 1,
|
||||||
"path" : "/cluster/config/totem",
|
"path" : "/cluster/config/totem",
|
||||||
"text" : "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" : {
|
"info" : {
|
||||||
@ -2983,6 +3010,12 @@ var pveapi = [
|
|||||||
"type" : "integer",
|
"type" : "integer",
|
||||||
"typetext" : "<integer>"
|
"typetext" : "<integer>"
|
||||||
},
|
},
|
||||||
|
"pool" : {
|
||||||
|
"description" : "Backup all known guest systems included in the specified pool.",
|
||||||
|
"optional" : 1,
|
||||||
|
"type" : "string",
|
||||||
|
"typetext" : "<string>"
|
||||||
|
},
|
||||||
"quiet" : {
|
"quiet" : {
|
||||||
"default" : 0,
|
"default" : 0,
|
||||||
"description" : "Be quiet.",
|
"description" : "Be quiet.",
|
||||||
@ -3252,6 +3285,12 @@ var pveapi = [
|
|||||||
"type" : "integer",
|
"type" : "integer",
|
||||||
"typetext" : "<integer>"
|
"typetext" : "<integer>"
|
||||||
},
|
},
|
||||||
|
"pool" : {
|
||||||
|
"description" : "Backup all known guest systems included in the specified pool.",
|
||||||
|
"optional" : 1,
|
||||||
|
"type" : "string",
|
||||||
|
"typetext" : "<string>"
|
||||||
|
},
|
||||||
"quiet" : {
|
"quiet" : {
|
||||||
"default" : 0,
|
"default" : 0,
|
||||||
"description" : "Be quiet.",
|
"description" : "Be quiet.",
|
||||||
@ -16405,7 +16444,7 @@ var pveapi = [
|
|||||||
"returns" : {
|
"returns" : {
|
||||||
"properties" : {
|
"properties" : {
|
||||||
"allowed_nodes" : {
|
"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,
|
"optional" : 1,
|
||||||
"type" : "array"
|
"type" : "array"
|
||||||
},
|
},
|
||||||
@ -16417,6 +16456,11 @@ var pveapi = [
|
|||||||
"description" : "List local resources e.g. pci, usb",
|
"description" : "List local resources e.g. pci, usb",
|
||||||
"type" : "array"
|
"type" : "array"
|
||||||
},
|
},
|
||||||
|
"not_allowed_nodes" : {
|
||||||
|
"description" : "List not allowed nodes with additional informations, only passed if VM is offline",
|
||||||
|
"optional" : 1,
|
||||||
|
"type" : "object"
|
||||||
|
},
|
||||||
"running" : {
|
"running" : {
|
||||||
"type" : "boolean"
|
"type" : "boolean"
|
||||||
}
|
}
|
||||||
@ -27244,6 +27288,12 @@ var pveapi = [
|
|||||||
"type" : "integer",
|
"type" : "integer",
|
||||||
"typetext" : "<integer>"
|
"typetext" : "<integer>"
|
||||||
},
|
},
|
||||||
|
"pool" : {
|
||||||
|
"description" : "Backup all known guest systems included in the specified pool.",
|
||||||
|
"optional" : 1,
|
||||||
|
"type" : "string",
|
||||||
|
"typetext" : "<string>"
|
||||||
|
},
|
||||||
"quiet" : {
|
"quiet" : {
|
||||||
"default" : 0,
|
"default" : 0,
|
||||||
"description" : "Be quiet.",
|
"description" : "Be quiet.",
|
||||||
@ -33657,9 +33707,9 @@ var pveapi = [
|
|||||||
"default" : "login",
|
"default" : "login",
|
||||||
"description" : "Run specific command or default to login.",
|
"description" : "Run specific command or default to login.",
|
||||||
"enum" : [
|
"enum" : [
|
||||||
"ceph_install",
|
|
||||||
"upgrade",
|
"upgrade",
|
||||||
"login"
|
"login",
|
||||||
|
"ceph_install"
|
||||||
],
|
],
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
@ -33751,9 +33801,9 @@ var pveapi = [
|
|||||||
"default" : "login",
|
"default" : "login",
|
||||||
"description" : "Run specific command or default to login.",
|
"description" : "Run specific command or default to login.",
|
||||||
"enum" : [
|
"enum" : [
|
||||||
"ceph_install",
|
|
||||||
"upgrade",
|
"upgrade",
|
||||||
"login"
|
"login",
|
||||||
|
"ceph_install"
|
||||||
],
|
],
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
@ -33874,9 +33924,9 @@ var pveapi = [
|
|||||||
"default" : "login",
|
"default" : "login",
|
||||||
"description" : "Run specific command or default to login.",
|
"description" : "Run specific command or default to login.",
|
||||||
"enum" : [
|
"enum" : [
|
||||||
"ceph_install",
|
|
||||||
"upgrade",
|
"upgrade",
|
||||||
"login"
|
"login",
|
||||||
|
"ceph_install"
|
||||||
],
|
],
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
|
@ -112,6 +112,26 @@ Generate new cryptographic key for corosync.
|
|||||||
|
|
||||||
Output file name
|
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*
|
*pvecm nodes*
|
||||||
|
|
||||||
Displays the local view of the cluster nodes.
|
Displays the local view of the cluster nodes.
|
||||||
|
@ -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.
|
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`)::
|
`--quiet` `<boolean>` ('default =' `0`)::
|
||||||
|
|
||||||
Be quiet.
|
Be quiet.
|
||||||
|
@ -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.
|
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`: `<boolean>` ('default =' `1`)::
|
||||||
|
|
||||||
Remove old backup files if there are more than 'maxfiles' backup files.
|
Remove old backup files if there are more than 'maxfiles' backup files.
|
||||||
|
Loading…
Reference in New Issue
Block a user