Actions
Feature #10217
closed[Crunch1] Log the node properties at the start of a job
Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Story points:
-
Description
Since #7711, node manager updates the Arvados node record properties with details of the cloud node that it spun up. For example:
properties
--------------------------
---
cloud_node:
price: 0.293
size: Standard_D3_v2
total_cpu_cores: 4
total_ram_mb: 14024
total_scratch_mb: 204695
It would be quite helpful to log that info at the start of the job log.
Updated by Ward Vandewege over 9 years ago
- Subject changed from [Crunch] Log the node properties at the start of a job to [Crunchv1] Log the node properties at the start of a job
- Description updated (diff)
Updated by Ward Vandewege over 9 years ago
- Subject changed from [Crunchv1] Log the node properties at the start of a job to [Crunch1] Log the node properties at the start of a job
Updated by Tom Clegg over 9 years ago
proposed implementation:
Use a command line argument to pass the list of node UUIDs from crunch-dispatch to crunch-job
In crunch-job, look up the given node UUIDs (if any) and log their properties
Updated by Tom Morris over 8 years ago
- Target version set to Arvados Future Sprints
Updated by Ward Vandewege over 4 years ago
- Target version deleted (
Arvados Future Sprints)
Actions