Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a8fb0b50 authored by BERARD Benjamin's avatar BERARD Benjamin
Browse files

[nancy/gruss] fix interface for gruss storage devices

parent 9de52cd0
No related branches found
No related tags found
1 merge request!302[nancy/gruss] Add storage information and gruss-pdu
Pipeline #321207 passed
......@@ -220,7 +220,7 @@
"by_path": "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:0:0:0",
"firmware_version": "DD02",
"id": "disk0",
"interface": "SAS",
"interface": "SATA",
"model": "HFS1T9G32FEH-BA1",
"size": 1920383410176,
"storage": "SSD",
......
......@@ -220,7 +220,7 @@
"by_path": "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:0:0:0",
"firmware_version": "DD02",
"id": "disk0",
"interface": "SAS",
"interface": "SATA",
"model": "HFS1T9G32FEH-BA1",
"size": 1920383410176,
"storage": "SSD",
......
......@@ -220,7 +220,7 @@
"by_path": "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:0:0:0",
"firmware_version": "DD02",
"id": "disk0",
"interface": "SAS",
"interface": "SATA",
"model": "HFS1T9G32FEH-BA1",
"size": 1920383410176,
"storage": "SSD",
......
......@@ -25,8 +25,6 @@ disk_vendor_model_mapping:
- unknown
SAS:
Sk Hynix:
- HFS1T9G32FEH-BA1
Hitachi:
- HUS726040ALS210
Seagate:
......@@ -87,6 +85,8 @@ disk_vendor_model_mapping:
- WDC WD2502ABYS-1
- WDC WD2003FYYS-1
- WDC WD1003FBYX-1
Sk Hynix:
- HFS1T9G32FEH-BA1
Unknown:
- unknown
......
......@@ -37,6 +37,12 @@ nodes:
enabled: false
mountable: false
mounted: false
gruss-[2-4]:
storage_devices:
pci-0000:01:00.0-scsi-0:0:0:0:
interface: SATA
id: disk0
gruss-1:
storage_devices:
pci-0000:01:00.0-scsi-0:0:0:0:
interface: SAS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment