Skip to content

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

Open
@syuu1228

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions