Actions
Feature #6220
closed[Node Manager + Images] Optimization for local SSD drives in GCE
Status:
Resolved
Priority:
Normal
Assigned To:
Ward Vandewege
Category:
Performance
Target version:
-
Story points:
-
Description
looking at https://cloud.google.com/compute/docs/disks/local-ssd
hey use a interface=nvme parameter. (and a different image)
gcloud compute instances create INSTANCE_NAME \
--machine-type n1-standard-8 \
--zone us-central1-f \
--local-ssd interface=nvme \
--local-ssd interface=nvme \
--image nvme-backports-debian-7-wheezy-v20141108 \
--image-project gce-nvme
will be a nice to have feature for compute nodes.
Updated by Ward Vandewege almost 11 years ago
- Subject changed from Optimization for local SSD drives in GCE to [Node Manager + Images] Optimization for local SSD drives in GCE
Updated by Ward Vandewege almost 7 years ago
- Status changed from New to Resolved
Actions