Skip to content

Commit

Permalink
Updated XenAPI docs based on xen-api/31b22cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis committed Nov 8, 2017
1 parent 0bc44c5 commit 5fa8294
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion _data/release_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3857,4 +3857,7 @@
"log": "" },
{ "transition": "deprecated message",
"name": "VM.get_boot_record",
"log": "Use the current VM record/fields instead" } ] }
"log": "Use the current VM record/fields instead" },
{ "transition": "removed message",
"name": "VDI.resize_online",
"log": "Online VDI resize is not supported by any of the storage backends." } ] }
5 changes: 4 additions & 1 deletion _data/xenapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -28512,7 +28512,10 @@
"lifecycle": [
{ "transition": "published",
"release": "rio",
"description": "Resize the VDI which may or may not be attached to running guests." } ],
"description": "" },
{ "transition": "removed",
"release": "inverness",
"description": "Online VDI resize is not supported by any of the storage backends." } ],
"implicit": false },
{ "name": "resize",
"description": "Resize the VDI.",
Expand Down

0 comments on commit 5fa8294

Please sign in to comment.