Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ff598b0b authored by RINGOT Patrice's avatar RINGOT Patrice
Browse files

Add a new storage device in g5kchecks_importer in order to be able to import chifflot

parent a5565c61
No related branches found
No related tags found
1 merge request!15Bugs/#10436 for json generators
......@@ -25,7 +25,7 @@ def g5kchecks_importer(sourcedir)
puts "Post-processing node uid = #{node_uid}"
hash["storage_devices"] = hash["storage_devices"].sort_by_array(["sda", "sdb", "sdc", "sdd", "sde"])
hash["storage_devices"] = hash["storage_devices"].sort_by_array(["sda", "sdb", "sdc", "sdd", "sde","sdf"])
hash["storage_devices"].each {|k, v| v.delete("device") }
remaped_net_names = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment