Project

General

Profile

Feature #10217

Updated by Ward Vandewege over 7 years ago

Since #7711, node manager updates the Arvados node record properties with details of the cloud node that it spun up. For example: 

 <pre> 
         properties         
 -------------------------- 
  ---                      
  cloud_node:              
    price: 0.293           
    size: Standard_D3_v2   
  total_cpu_cores: 4       
  total_ram_mb: 14024      
  total_scratch_mb: 204695 
 </pre> 

 It would be quite helpful to log that info at the start of the job log.

Back