Last change
on this file was 109119, checked in by vboxsync, 7 days ago |
Docs: bugref:10705. The following commits from doc's team git repo has been applied:
deef6a8040814e47beebafea601983c428769e5e Vbp 1622 gui changes
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.5 KB
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="import-instance-sequence">
|
---|
4 | <title>Importing an Instance: Overview of Events</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>The following describes the sequence of events when you import an instance from <ph conkeyref="vbox-conkeyref-phrases/oci"/>.</p>
|
---|
8 | <ul>
|
---|
9 | <li>
|
---|
10 | <p>A custom image is created from the boot volume of the instance.</p>
|
---|
11 | </li>
|
---|
12 | <li>
|
---|
13 | <p>The custom image is exported to an <ph conkeyref="vbox-conkeyref-phrases/oci"/> object and is stored using Object Storage in the bucket specified by the user.</p>
|
---|
14 | </li>
|
---|
15 | <li>
|
---|
16 | <p>The <ph conkeyref="vbox-conkeyref-phrases/oci"/> object is downloaded to the local host. The object is a TAR archive which contains a boot volume of the instance in QCOW2 format and a JSON file containing metadata related to the instance.</p>
|
---|
17 | </li>
|
---|
18 | <li>
|
---|
19 | <p>The boot volume of the instance is extracted from the archive and a new VMDK image is created by converting the boot volume into the VMDK format. The VMDK image is registered with <ph conkeyref="vbox-conkeyref-phrases/product-name"/>.</p>
|
---|
20 | </li>
|
---|
21 | <li>
|
---|
22 | <p>A new VM is created using the VMDK image for the cloud instance.</p>
|
---|
23 | <p>By default, the new VM is not started after import from <ph conkeyref="vbox-conkeyref-phrases/oci"/>.</p>
|
---|
24 | </li>
|
---|
25 | <li>
|
---|
26 | <p>The downloaded TAR archive is deleted after a successful import.</p>
|
---|
27 | </li>
|
---|
28 | </ul>
|
---|
29 | </body>
|
---|
30 |
|
---|
31 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.