Project

General

Profile

Actions

Feature #6220

closed

[Node Manager + Images] Optimization for local SSD drives in GCE

Added by Nico César almost 9 years ago. Updated almost 5 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
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.

Actions #1

Updated by Ward Vandewege almost 9 years ago

  • Subject changed from Optimization for local SSD drives in GCE to [Node Manager + Images] Optimization for local SSD drives in GCE
Actions #2

Updated by Ward Vandewege almost 5 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF