Mentions légales du service

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

[rennes][abacus21] Add disk paths

parent be3c6ba8
No related branches found
No related tags found
No related merge requests found
......@@ -68,18 +68,36 @@
},
"software": {
"forced-deployment-timestamp": 202007300948,
"postinstall-version": "1.2023092009",
"postinstall-version": "1.2023112409",
"standard-environment": "debian11-x64-std"
},
"storage_devices": [
{
"by_id": "",
"by_path": "/dev/disk/by-path/dummy",
"by_path": "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:0:1:0",
"id": "disk0",
"interface": "SAS",
"model": "unknown",
"storage": "SSD",
"vendor": "Unknown"
},
{
"by_id": "",
"by_path": "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:2:0:0",
"id": "disk1",
"interface": "SAS",
"model": "unknown",
"storage": "SSD",
"vendor": "Unknown"
},
{
"by_id": "",
"by_path": "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:2:1:0",
"id": "disk2",
"interface": "SAS",
"model": "unknown",
"storage": "SSD",
"vendor": "Unknown"
}
],
"supported_job_types": {
......
......@@ -55,4 +55,16 @@ nodes:
interface: SAS
storage: SSD
model: unknown
by_path: "/dev/disk/by-path/dummy"
by_path: "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:0:1:0"
disk1:
id: disk1
interface: SAS
storage: SSD
model: unknown
by_path: "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:2:0:0"
disk2:
id: disk2
interface: SAS
storage: SSD
model: unknown
by_path: "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:2:1:0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment