Kvindo™ Cloud Docs


Language

Volume Attachment

A Volume Attachment connects a Volume to a VM. A VM can have several volumes attached at once; a volume seeded with an OS image can serve as the VM's boot disk.

Key concepts

Volume — the block storage device being attached (spec.volumeId)

VM — the target virtual machine (spec.vmId)

Device index — the slot on the VM (spec.vmDeviceIndex); auto-selected if omitted

For data volumes, format and mount the device inside the VM's OS after attaching. Unmount inside the OS before detaching to avoid data corruption.

Parameters
UI Name API / kc name Terraform name Optional Format Default Is read only Description
Volume spec.volumeId spec.volume_id No ULID — references a Volume No The volume being attached
VM spec.vmId spec.vm_id No ULID — references a VM No The target VM
VM Device Index spec.vmDeviceIndex spec.vm_device_index Yes integer (nullable) auto No Device slot on the VM; auto-selected if omitted
Examples

Terraform

Python SDK

kc CLI


Related pages

Examples

More in this section

An unhandled error has occurred. Reload 🗙