I went through the google document to find the interface for persistent disks but could not find it. For local disks it is SCSI/NVME.
What is the interface for persistent disks? FC, iSCSI, NVMe
I went through the google document to find the interface for persistent disks but could not find it. For local disks it is SCSI/NVME.
What is the interface for persistent disks? FC, iSCSI, NVMe
Historically persistent disks were emulated as a SCSI device to the VM, but as newer features and machine series are introduced it's changing to NVMe. It is not configurable and set automatically set for you.
References to learn more:
Disk interface type
row
In case of the persistent disks (that are used by default by VM instances) it's a SCSI interface.
For confirmation I ran
hwinfo
command:You can see a virtual SCSI interface
Driver Modules: "virtio_scsi", "sd_mod"
which clearly indicete it's a SCSI interface.Another hint:
More configrmation you can find the documentation regarding requirements for building your own images.
However, when you create an instance with Local SSD drive you have an option to select interface type - SCSI or NVM.
Or when using
gcloud
:More documentation on selecting the local SSD's interface here.
When you create a VM with local SSD and run
lsblk
you get:It's the clear indication what kind if interface is used.