Create a Volume
Create an Empty Volume
Header Section
- Set the Volume
Name
. - (Optional) Provide a
Description
for the Volume.
Basics Tab
- Choose
New
inSource
. - Select an existing
StorageClass
. - Configure the
Size
of the volume.
Create an Image Volume
Header Section
- Set the Volume
Name
. - (Optional) Provide a
Description
for the Volume.
Basics Tab
- Choose
VM Image
inSource
. - Select an existing
Image
. - Configure the
Size
of the volume.
caution
When creating volumes from a VM image, ensure that the volume size is greater than or equal to the image size. The volume may become corrupted if the configured volume size is less than the size of the underlying image. This is particularly important for qcow2 images because the virtual size is typically greater than the physical size.
To determine the virtual size of a qcow2 image, you can run the command qemu-img info YOUR_IMAGE_FILE.qcow2
.