Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e2f28a90 authored by DOMINOIS Hugo's avatar DOMINOIS Hugo
Browse files

[sophia][esterel41] Add disk by-path

parent 8c632c71
No related branches found
No related tags found
9 merge requests!1322Draft: [Sophia][Esterel42] Add Esterel42,!1317Merge master in wip-2025,!1217Merge engelbourg cluster to master,!1199Draft: testing,!1193Draft: [grenoble][vercors3] Add to testing queue,!1185[sophia][mercantour7] add to production queue,!1172Draft: Testing esterel32,!1002Draft: [grenoble][kinovis] Add kinovis cluster,!958Draft: [luxembourg][larochette] Add larochette cluster
Pipeline #1100749 failed
......@@ -105,13 +105,23 @@
"storage_devices": [
{
"by_id": "",
"by_path": "/dev/disk/by-path/dummy",
"by_path": "pci-0000:3b:00.0-scsi-0:3:111:0",
"id": "disk0",
"interface": "SAS",
"model": "unknown",
"size": 8,
"storage": "SSD",
"vendor": "Unknown"
},
{
"by_id": "",
"by_path": "pci-0000:3b:00.0-scsi-0:3:110:0",
"id": "disk1",
"interface": "SAS",
"model": "unknown",
"size": 8,
"storage": "SSD",
"vendor": "Unknown"
}
],
"supported_job_types": {
......
......@@ -32,7 +32,11 @@ nodes:
disk0:
id: disk0
interface: SAS
by_path: "/dev/disk/by-path/dummy"
by_path: "pci-0000:3b:00.0-scsi-0:3:111:0"
disk1:
id: disk1
interface: SAS
by_path: "pci-0000:3b:00.0-scsi-0:3:110:0"
software:
standard-environment: debian11-x64-std
management_tools:
......
......@@ -82,4 +82,8 @@ nodes:
storage: SSD # Common value, will be replaced by g5k-checks
model: unknown # fake value,
size: 8 # Fake value, will be replaced by g5k-checks
disk1:
storage: SSD
model: unknown
size: 8
<% } %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment