scylladb / scylla-machine-image

Apache License 2.0
20 stars 27 forks source link

GCP: GCP can attach Local SSD as SCSI disk, but gcp_instance misunderstands them as 'persistent disk' #314

Open syuu1228 opened 2 years ago

syuu1228 commented 2 years ago

Since our code expects Local SSD are attached as NVMe disk and persistent disks are attached as SCSI disk, the code will misunderstand SCSI attached Local SSD as 'persistent disk'.

see: https://cloud.google.com/compute/docs/disks/local-ssd

_Local SSDs are available through both SCSI and NVMe interfaces._

Probably we don't have to support it since NVMe is faster, but it should documented, and/or describe it in the login prompt.

yaronkaikov commented 2 months ago

@syuu1228 is this relevant?