Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fefdbb08 authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

Merge branch 'debug_storage' into 'master'

input_loader: improve error message to make debugging easier

See merge request !946
parents 2adb5293 aecd8a0a
No related branches found
No related tags found
1 merge request!946input_loader: improve error message to make debugging easier
Pipeline #1100894 passed with warnings
Pipeline: Resources Explorer

#1100896

    ......@@ -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
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment