You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
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.
The text was updated successfully, but these errors were encountered: