Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
syuu1228 opened this issue Feb 28, 2022 · 0 comments
Assignees

Comments

@syuu1228
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant