Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c69bf70e authored by EISENBART Theo's avatar EISENBART Theo
Browse files

[roazhon3] Fix the disk path

parent 3d289ab2
No related branches found
No related tags found
No related merge requests found
...@@ -74,12 +74,21 @@ ...@@ -74,12 +74,21 @@
"storage_devices": [ "storage_devices": [
{ {
"by_id": "", "by_id": "",
"by_path": "/dev/dri/by-path/pci-0000:03:00.0-card", "by_path": "/dev/disk/by-path/pci-0000:18:00.0-scsi-0:2:0:0",
"id": "disk0", "id": "disk0",
"interface": "SAS", "interface": "SAS",
"model": "unknown", "model": "unknown",
"storage": "SSD", "storage": "SSD",
"vendor": "Unknown" "vendor": "Unknown"
},
{
"by_id": "",
"by_path": "/dev/disk/by-path/pci-0000:18:00.0-scsi-0:2:1:0",
"id": "disk1",
"interface": "SAS",
"model": "unknown",
"storage": "SSD",
"vendor": "Unknown"
} }
], ],
"supported_job_types": { "supported_job_types": {
......
...@@ -55,4 +55,10 @@ nodes: ...@@ -55,4 +55,10 @@ nodes:
interface: SAS interface: SAS
storage: SSD storage: SSD
model: unknown model: unknown
by_path: "/dev/dri/by-path/pci-0000:03:00.0-card" by_path: "/dev/disk/by-path/pci-0000:18:00.0-scsi-0:2:0:0"
disk1:
id: disk1
interface: SAS
storage: SSD
model: unknown
by_path: "/dev/disk/by-path/pci-0000:18: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