diff --git a/lib/refrepo/gen/oar-properties.rb b/lib/refrepo/gen/oar-properties.rb index 5538d7c760ece2576ef7258b29f8c6a0bd3e5b1d..0fc32d8b39fd0ba48c39a1c183285c2d08948b7c 100644 --- a/lib/refrepo/gen/oar-properties.rb +++ b/lib/refrepo/gen/oar-properties.rb @@ -590,6 +590,7 @@ def get_ref_disk_properties_internal(site_uid, cluster_uid, node_uid, node) h['maintenance'] = get_maintenance_property(node) h['disk'] = disk h['diskpath'] = device['by_path'] + h['exotic'] = node['exotic'] ? 'YES' : 'NO' h['cpuset'] = -1 properties[key] = h end