]> git.proxmox.com Git - pve-docs.git/commitdiff
update generated docs
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 9 Dec 2016 10:47:56 +0000 (11:47 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 9 Dec 2016 10:48:23 +0000 (11:48 +0100)
api-viewer/apidata.js
pct.1-synopsis.adoc

index 135d01b8e07abc0832a21c043f472837bab8af59..dd6cc7acb952dcf44ed0103d078079b888394514 100644 (file)
@@ -16397,12 +16397,25 @@ var pveapi = [
                                              "type" : "boolean",
                                              "typetext" : "<boolean>"
                                           },
                                              "type" : "boolean",
                                              "typetext" : "<boolean>"
                                           },
+                                          "restart" : {
+                                             "description" : "Use restart migration",
+                                             "optional" : 1,
+                                             "type" : "boolean",
+                                             "typetext" : "<boolean>"
+                                          },
                                           "target" : {
                                              "description" : "Target node.",
                                              "format" : "pve-node",
                                              "type" : "string",
                                              "typetext" : "<string>"
                                           },
                                           "target" : {
                                              "description" : "Target node.",
                                              "format" : "pve-node",
                                              "type" : "string",
                                              "typetext" : "<string>"
                                           },
+                                          "timeout" : {
+                                             "default" : 180,
+                                             "description" : "Timeout in seconds for shutdown for restart migration",
+                                             "optional" : 1,
+                                             "type" : "integer",
+                                             "typetext" : "<integer>"
+                                          },
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
index b85ed21a5302e16d5d0f117b9f808fc12e39923a..a3997d26524cf233bc4d841feabc49938efa5164 100644 (file)
@@ -352,6 +352,14 @@ Force migration despite local bind / device mounts. NOTE: deprecated, use 'share
 
 Use online/live migration.
 
 
 Use online/live migration.
 
+`-restart` `<boolean>` ::
+
+Use restart migration
+
+`-timeout` `<integer>` ('default =' `180`)::
+
+Timeout in seconds for shutdown for restart migration
+