5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-02-11 17:57:39 +03:00

update generated docs

This commit is contained in:
Dietmar Maurer 2016-12-09 11:47:56 +01:00
parent 76bb36004e
commit 6875b729e5
2 changed files with 21 additions and 0 deletions

View File

@ -16397,12 +16397,25 @@ var pveapi = [
"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>"
},
"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",

View File

@ -352,6 +352,14 @@ Force migration despite local bind / device mounts. NOTE: deprecated, use 'share
Use online/live migration.
`-restart` `<boolean>` ::
Use restart migration
`-timeout` `<integer>` ('default =' `180`)::
Timeout in seconds for shutdown for restart migration