Download and create an image
You can download images to the Servercore image repository:
You can create a disk image from any local or network disk on the cloud server.
The disk can be either a boot disk or an optional disk.
This is the kind of image you can use:
- to quickly configure identical cloud servers - server cloning.If an operating system and software are installed on a server, you can deploy already configured servers from the boot disk image.This is faster than setting up the desired configuration of multiple servers;
- to change the type of boot disk;
- transferring the server to other pools, projects or accounts;
- cloud server disk export;
- If the image from which the server was previously created is deleted, you can create an image from the server disk and, if necessary, create the same cloud server.
Limitations
When uploading an image to the Servercore Image Store from a file and link, the image size must be less than 2048 GB (2 TB).
You can create an image from a disk size less than 2048 GB (2 TB).
Load an image from a file
You can load an image from a file of a certain size from your local computer into the Servercore image repository. See the Limitations subsection for more information on image size limitations.
Control panel
OpenStack CLI
-
In the dashboard, on the top menu, click Products and select Cloud Servers.
-
Go to the Images section.
-
Click Create Image.
-
Enter a name for the image.
-
Select the location where the image will be loaded.
Images smaller than 16 GB are automatically replicated to neighboring segments in the location pool.
-
Select the operating system.
-
Select a file as the image source.
-
Click Download.
-
Select an image format or container format.For more information about formats, see Own Images.
If you are downloading an archive with the
.ovacontainer format, we recommend unzipping the archive before downloading for the image to work correctly.If you don't know what formats to specify, specify
rawimage format,barecontainer format. -
Optional: check the box Specify minimum disk and memory size and specify the RAM size in MB and disk size in GB.This is the minimum disk and RAM size with which you can create a server from this image.You cannot specify minimum values for
.isoimages.Once the image is created, you cannot change the minimum disk and memory sizes in the control panel. To change the minimum values, you will need to recreate the image or use the OpenStack CLI.
-
Click Create.
Download the image by clicking here
You can upload an image to the Servercore image repository via a public link to a file of a certain size containing the image.See the Limitations subsection for more information on image size limits.
Control panel
-
In the Dashboard, on the top menu, click Products and select Cloud Servers.
-
Go to the Images section.
-
Click Create Image.
-
Enter a name for the image.
-
Select the location where the image will be loaded.
Images smaller than 16 GB are automatically replicated to neighboring location pool segments.
-
Select the operating system.
-
Select the URL as the source of the image.
-
Enter a link to the image file in the format
https://example.com/file.raw. -
Select an image format or container format.For more information about formats, see Own Images.
If you are downloading an archive with the
.ovacontainer format, we recommend unzipping the archive before downloading for the image to work correctly.If you don't know what formats to specify, specify
rawimage format,barecontainer format. -
Optional: check the box Specify minimum disk and memory size and specify the RAM size in MB and disk size in GB.This is the minimum disk and RAM size with which you can create a server from this image.You cannot specify minimum values for
.isoimages.Once the image is created, you cannot change the minimum disk and memory sizes in the control panel. To change the minimum values, you will need to recreate the image or use the OpenStack CLI.
-
Click Create.
Download the vmdk from a file or from a link
See the Restrictions subsection for more information on image size limitations.
Control panel
OpenStack CLI
-
Export a virtual machine from VMware in
.ovfformat.For more information, see the Export an ovf Template instructions in the VMware documentation.If the virtual disk type is
MONOLITHIC_SPARSEorMONOLITHIC_FLAT, you can skip this step, but we recommend exporting the VM in.ovfformat. -
In the dashboard, on the top menu, click Products and select Cloud Servers.
-
Go to the Images section.
-
Click Create Image.
-
Enter a name for the image.
-
Select the location where the image will be loaded.
Images smaller than 16 GB are automatically replicated to neighboring location pool segments.
-
Select the operating system.
-
Select a file or URL as the image source.
-
If you selected a file, click Upload. If you selected URL, enter a link to the image file in
https://example.com/file.rawformat. -
Select the format of the image:
vmdk- if the virtual machine was exported from VMware in the format.ovfor you are booting a virtual disk with a type ofMONOLITHIC_SPARSE;raw- if you boot a virtual disk with the typeMONOLITHIC_FLAT.
-
Select the container format:
ovf- if the virtual machine was exported from VMware in the format.ovf;bare- if you boot a virtual disk with theMONOLITHIC_SPARSEorMONOLITHIC_FLATtype.
-
Optional: check the box Specify minimum disk and memory size and specify the RAM size in MB and disk size in GB.This is the minimum disk and RAM size with which you can create a server from this image.You cannot specify minimum values for
.isoimages.Once the image is created, you cannot change the minimum disk and memory sizes in the control panel. To change the minimum values, you will need to recreate the image or use the OpenStack CLI.
-
Click Create.
Create an image from a disk
Look at the limits on the size of the disk from which you can create an image.
Control panel
OpenStack CLI
The process of creating an image depends on the type of disk.
Local disk
network volume
-
If the disk is connected to a cloud server, we recommend shutting down the cloud server - a non-consistent image may be created from a running disk.
-
In the Dashboard, on the top menu, click Products and select Cloud Servers.
-
Go to the Servers section.
-
From the server's menu, select Create Local Disk Image.
-
Enter a name for the image.
-
Optional: check the box Specify minimum disk and memory size and specify the RAM size in MB and disk size in GB.This is the minimum disk and RAM size with which you can create a server from this image.You cannot specify minimum values for
.isoimages. -
Click Create.