Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9d7f59e0 authored by DELABROYE Dimitri's avatar DELABROYE Dimitri
Browse files

[gen/wiki/site_hardware] add conventional disk name #12343

parent 7cfe8476
No related branches found
No related tags found
No related merge requests found
Pipeline #179839 passed
......@@ -265,11 +265,11 @@ def get_hardware(sites)
e['interface'],
e['vendor'],
e['model'],
' (path: ' + (e['path'] || 'MISSING') + ')',
' (path: ' + (e['path'] || 'MISSING') + ', disk name in std environment*: ' + e['device'] + ')',
e['reservation'] ? '[[Disk_reservation|(reservable)]]' : '',
e['device'] == 'sda' ? '(primary disk)' : ''
].join(' ')
}.join('<br />')
}.join('<br />') + "<br /> \n''*the name of the disk may vary depending on the disks reserved/environment''"
network = node_hash['network_adapters'].select { |v|
v['management'] == false &&
......
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