From: Dietmar Maurer Date: Fri, 9 Dec 2016 10:47:56 +0000 (+0100) Subject: update generated docs X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=6875b729e55f73b2ec2a2ec39586b2c6e37401a1 update generated docs --- diff --git a/api-viewer/apidata.js b/api-viewer/apidata.js index 135d01b..dd6cc7a 100644 --- a/api-viewer/apidata.js +++ b/api-viewer/apidata.js @@ -16397,12 +16397,25 @@ var pveapi = [ "type" : "boolean", "typetext" : "" }, + "restart" : { + "description" : "Use restart migration", + "optional" : 1, + "type" : "boolean", + "typetext" : "" + }, "target" : { "description" : "Target node.", "format" : "pve-node", "type" : "string", "typetext" : "" }, + "timeout" : { + "default" : 180, + "description" : "Timeout in seconds for shutdown for restart migration", + "optional" : 1, + "type" : "integer", + "typetext" : "" + }, "vmid" : { "description" : "The (unique) ID of the VM.", "format" : "pve-vmid", diff --git a/pct.1-synopsis.adoc b/pct.1-synopsis.adoc index b85ed21..a3997d2 100644 --- a/pct.1-synopsis.adoc +++ b/pct.1-synopsis.adoc @@ -352,6 +352,14 @@ Force migration despite local bind / device mounts. NOTE: deprecated, use 'share Use online/live migration. +`-restart` `` :: + +Use restart migration + +`-timeout` `` ('default =' `180`):: + +Timeout in seconds for shutdown for restart migration +