Skip to main content
Version: 2.4

Import image(CLI)

Download image#

You can easily download Cloud Images from Our webiste, Go to Downloads

Upload image over SCP or winscp#

scp Ubuntu-22.04-amd64.vmdk root@IPADDRESS:/mnt/cephfs/glance/.

Import image with cli#

Connect to cli with terminal or putty#

$ ssh admin@IPADDRESSWarning: Permanently added '192.168.X.X' (ECDSA) to the list of known hosts.Password:Welcome to the Cube ApplianceEnter "help" for a list of available commandscontroller>

Import image as an image#

controller> imagecontroller:image> import1: usb2: localEnter index: 21: ubuntu2204.qcow2Enter index: 1Specify image name: ubuntu2204Select domain:1: defaultEnter index: 1Select tenant:1: adminEnter index: 1Visibility:1: public2: privateEnter index: 1Bootable image or volume:1: glance-images2: cinder-volumesEnter index: 1Importing...[10:58:57] Converting image to RAW format ...    (100.00/100%)[10:59:00] Calculating RAW image checksum ... 5d971e656e3fdac6b27650c13c953d14 (MD5)[10:59:21] Creating image ubuntu2204 ...[11:00:25] Validating checksum: OKImporting ubuntu2204 complete. It is safe to remove the local image file

(New) Import image as a volume#

Please select cinder-volumes, if you want to import as a volume for specific project.

    Bootable image or volume:    1: glance-images    2: cinder-volumes    Enter index: 2

Migration from VMware/Hyper-V images#

  • Note: For VMware/Hyper-V images, please use the CLI command import_efi instead of import for optimized configuration.
Last updated on by Roy Tan