Mentions légales du service

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

[nancy/grouille] Add sdb and reservation disk in api

parent d4631f72
No related branches found
No related tags found
1 merge request!192[nancy/grouille] Add sdb and reservation disk in api
Pipeline #219587 passed
......@@ -212,6 +212,18 @@
"size": 1920383410176,
"storage": "SSD",
"vendor": "Toshiba"
},
{
"by_id": "/dev/disk/by-id/wwn-0x500a075129de049a",
"by_path": "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:0:2:0",
"device": "sdb",
"firmware_version": "D3DJ004",
"interface": "SATA",
"model": "MTFDDAK960TDT",
"reservation": true,
"size": 960197124096,
"storage": "SSD",
"vendor": "Micron"
}
],
"supported_job_types": {
......
......@@ -212,6 +212,18 @@
"size": 1920383410176,
"storage": "SSD",
"vendor": "Toshiba"
},
{
"by_id": "/dev/disk/by-id/wwn-0x500a075129de046c",
"by_path": "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:0:2:0",
"device": "sdb",
"firmware_version": "D3DJ004",
"interface": "SATA",
"model": "MTFDDAK960TDT",
"reservation": true,
"size": 960197124096,
"storage": "SSD",
"vendor": "Micron"
}
],
"supported_job_types": {
......
......@@ -42,3 +42,7 @@ nodes:
sda:
interface: SAS
storage: SSD
sdb:
interface: SATA
storage: SSD
reservation: true
......@@ -104,5 +104,11 @@ grouille-1:
firmware_version: B709
model: KRM5XVUG1T92
size: 1920383410176
sdb:
by_id: "/dev/disk/by-id/wwn-0x500a075129de049a"
by_path: "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:0:2:0"
firmware_version: D3DJ004
model: MTFDDAK960TDT
size: 960197124096
supported_job_types:
virtual: amd-v
......@@ -104,5 +104,11 @@ grouille-2:
firmware_version: B709
model: KRM5XVUG1T92
size: 1920383410176
sdb:
by_id: "/dev/disk/by-id/wwn-0x500a075129de046c"
by_path: "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:0:2:0"
firmware_version: D3DJ004
model: MTFDDAK960TDT
size: 960197124096
supported_job_types:
virtual: amd-v
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment