Feature #10217
[Crunch1] Log the node properties at the start of a job
Start date:
Due date:
% Done:
0%
Estimated time:
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.
Related issues
History
#1
Updated by Ward Vandewege over 4 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)
#2
Updated by Ward Vandewege over 4 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
#3
Updated by Tom Clegg over 4 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
#4
Updated by Tom Morris over 3 years ago
- Target version set to Arvados Future Sprints