va-big-data-genomics / trellis-mvp-functions

Trellis serverless data management framework for variant calling of VA MVP whole-genome sequencing data.
6 stars 1 forks source link

Add VM disk size(s) to Neo4j database #17

Closed pbilling closed 4 years ago

pbilling commented 4 years ago

When logging VM insertions, also include disk size information.

Right now we are not tracking boot disk size even though we've run into multiple issue caused by insufficient boot disk space.

Disk parameters can be found in the Compute Engine insert request audit logs via the following Stackdriver query:

resource.type="gce_instance"
resource.labels.instance_id="1431379762862362955"
protoPayload.serviceName="compute.googleapis.com"
protoPayload.methodName="v1.compute.instances.insert"

Disk size is specified by the following parameter:

protoPayload.request.disks.initializeParams.diskSizeGb
pbilling commented 4 years ago

Added in version 1.1.0