Project

General

Profile

Idea #7668

Updated by Brett Smith over 8 years ago

History: 

 * Node hardware information used to be in the info field. 
 * Node info is only visible to admins.    In #3605, we moved this information to properties, so non-admins could see it. 
 * We neglected to updated crunch-dispatch to keep up with this change. 

 Wherever crunch-job and crunch-dispatch looks look for node hardware info (under the keys total_ram_mb, total_scratch_mb, and total_cpu_cores), make sure it's they're looking for it in the properties field, rather than info.

Back