]> git.proxmox.com Git - pve-docs.git/commitdiff
run make update
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 4 Jul 2019 14:17:53 +0000 (16:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 4 Jul 2019 14:17:53 +0000 (16:17 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
api-viewer/apidata.js
pvecm.1-synopsis.adoc
vzdump.1-synopsis.adoc
vzdump.conf.5-opts.adoc

index bfdc1ca22c7b3e02abd221eb636117cc3574bf37..befa5898df789aa3e9c6ce179e64875985c44623 100644 (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"
index adb92f69d94583859f9ebb3571ac1becda7b7cbe..daa616367b8b23253aebc29d59eb2d5629ec0b48 100644 (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.
index 7a6ce7e9999644074b4239eb6488ec71af7180df..7f14983d2a07e29404fa096d69442538489a79fb 100644 (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.
index 6bf86159047c3b2f043cd3fb5985537278403d2d..b2f7d0c36b9f1f5cef53614169f7f3a9602317db 100644 (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.