Volumes
Configure and manage KVM volumes
Volumes are used to allocate disks or to attach CD-ROMs to virtual machines.
Field Name | Description |
---|
Name | Name for the volume. |
---|
Device Type | Virtual machine type. - Disk
- CD-ROM
|
---|
Device Bus | Bus for the device. - IDE
- VirtIO
- SCSI
- SATA
|
---|
Size (Only for Disk) | Size in GB, MB, KB, or Bytes for the disk. |
---|
Disk Provisioning (Only for Disk) | Allocation method used for provisioning a disk. - Thin Provision - Disk starts small and expands as more disk space is required up to the size specified. Use this format to save storage space.
- Thick Provision Lazy Zeroed - Space required for the virtual disk is allocated when the virtual disk is created. Data that remains on the physical device is not erased during creation, but is zeroed out on demand at a later time on first write from the virtual machine.
- Thick Provision Eager Zeroed - Space required for the virtual disk is allocated at creation time. The data remaining on the physical device is zeroed out when the virtual disk is created. It might take much longer to create disks in this format than to create other types of disks.
|
---|
Encrypted (Only for Disk) | True if disk should be encrypted, false otherwise. |
---|
ISO File (Only for CD-ROM) | ISO file selected from the node data store. |
---|
Windows virtual machines do not support thin provisioned disks.