Open syuu1228 opened 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.
@syuu1228 is this relevant?
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.