Mentions légales du service

Skip to content
Snippets Groups Projects

input_loader: improve error message to make debugging easier

Merged Lucas Nussbaum requested to merge debug_storage into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -256,7 +256,7 @@ def add_default_values_and_mappings(h)
# Ensure that id (diskN) is present
node["storage_devices"].each do |key, hash|
raise "Missing id for disk #{key} from cluster input" if !hash['id']
raise "Missing id for disk #{key} from cluster input (node=#{node_uid}, hash=#{hash})" if !hash['id']
end
# Add vendor info to storage
Loading