You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Here comes cyclone (**C**loud **Clone** or cclone) to help you with this task. I
10
10
11
11
## Help
12
12
13
-
By default the tool uses a Glance V2 [web-download](https://docs.openstack.org/glance/latest/admin/interoperable-image-import.html#image-import-methods) method to clone images. This method allows Glance to download an image using a remote URL. Set the `--image-web-download` option to **false**to use the default download/upload method. In this case the whole image data will be streamed through cyclone.
13
+
By default Glance image data will be streamed through cyclone and the traffic will be consumed on the execution side. To enable the Glance V2 [web-download](https://docs.openstack.org/glance/latest/admin/interoperable-image-import.html#image-import-methods) method, set the `--image-web-download` flag. This method allows Glance to download an image using a remote URL. It is not recommended to use **web-download**method for images bigger than 1-10GiB, since Glance service will try to download the image to its intermediate local storage and may cause insufficient disk space error.
14
14
15
15
A remote URL can be generated using a Swift [Temporary URL](https://docs.openstack.org/swift/latest/api/temporary_url_middleware.html).
16
16
@@ -45,7 +45,7 @@ Available Commands:
45
45
Flags:
46
46
-d, --debug print out request and response objects
47
47
-h, --help helpfor cyclone
48
-
--image-web-download use Glance web-download image import method (default true)
48
+
--image-web-download use Glance web-download image import method
49
49
-n, --no assume "no" to all questions
50
50
--timeout-backup string timeout to waitfor a backup status (default "24h")
51
51
--timeout-image string timeout to waitfor an image status (default "24h")
### Clone an image between regions using download/upload method
81
81
82
-
Pay attention that the image data will be streamed through cyclone. It is recommended to use this method, when cyclone is executed directly on the VM, located in the source or destination region.
0 commit comments