Upload an image to the storage #
Image requirements #
- Format. The image should be in one of the following formats:
- raw
- vhd
- vhdx
- vdi
- ploop
- qcow2
- aki
- ari
- ami
VirtIO drivers. If you are uploading an image that was previously downloaded from another cloud, the image should already have VirtIO drivers installed. However, if you have built your own image, please make sure to install and configure the VirtIO SCSI drivers.
cloud-init
. If you are uploading an image that was previously downloaded from another cloud, the image should already have thecloud-init
package installed. However, if you have built your own image, please make sure to install and configure thecloud-init
package accordingly.
Upload an image #
1. In the Cloud menu, select the desired project and region.
2. Go to the Images tab and then proceed to Import via URL.
3. Enter the image name and specify the URL from where the image will be downloaded.
4. Turn on the Show advanced options toggle to access additional settings.
Additional settings include:
- Instance quick start: If this option is on, the instances will be deployed faster with this image mounted. However, please note that you cannot delete this image if there are active instances created from this image.
Standard start vs quick start:
Start type | Standard | Quick |
Technology | RBD Copy-On-Write | RBD Copy-On-Write |
Image data | All data is copied to a separate volume | Image data is NOT copied when reading or writing new information, i.e. all changes and updates are applied directly to the original image |
Format | qcow2 | raw |
Resource usage | Resource-intensive | Less resources used |
Image deletion | The image can be deleted without affecting an instance operation | The image can be deleted only when there are NO active instances created from this image |
Permission to use an SSH key in instances (for Linux images): We recommend using SSH-key authorization for security reasons.
Image will be used for bare metal instances Turn on this toggle, if you want to use the image for bare metal servers. This ensures that necessary properties are added to the image for the use in a bare metal environment, as the deep looping process for physical servers is different from that of virtual servers.
Operating system installed on the image. Choose between Linux or Windows.
Type of firmware with which to boot the guest. Select either BIOS or UEFI. For bare metal servers, UEFI is recommended for proper functionality. For virtual machines, the choice depends on your personal preference.
Virtual Chipset type. Choose between q35 and i440 virtual chipsets based on the OS version, required functionality, and supported virtual devices.
5. (optional) Add tags to identify images using the “Key” and “Value” principles.
6. Click the Next button. Your image will be uploaded.