diff --git a/data/grid5000/sites/nancy/clusters/grouille/nodes/grouille-1.json b/data/grid5000/sites/nancy/clusters/grouille/nodes/grouille-1.json index a22b0290f0d7860983f243c01053cc0b208e7057..349b882a6914b6d38bffe0078c0a029c76591ab9 100644 --- a/data/grid5000/sites/nancy/clusters/grouille/nodes/grouille-1.json +++ b/data/grid5000/sites/nancy/clusters/grouille/nodes/grouille-1.json @@ -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": { diff --git a/data/grid5000/sites/nancy/clusters/grouille/nodes/grouille-2.json b/data/grid5000/sites/nancy/clusters/grouille/nodes/grouille-2.json index 385d717464ead9eaad37406bdf77f5f1ad76cb2d..35b240d065f206d3940a029bf940202b3a589e03 100644 --- a/data/grid5000/sites/nancy/clusters/grouille/nodes/grouille-2.json +++ b/data/grid5000/sites/nancy/clusters/grouille/nodes/grouille-2.json @@ -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": { diff --git a/input/grid5000/sites/nancy/clusters/grouille/grouille.yaml b/input/grid5000/sites/nancy/clusters/grouille/grouille.yaml index 775a9d5265e4819deab224dbf11ab1d658fede90..25e6e66a97b2cfc58286e83fcd17923ad7e852ac 100644 --- a/input/grid5000/sites/nancy/clusters/grouille/grouille.yaml +++ b/input/grid5000/sites/nancy/clusters/grouille/grouille.yaml @@ -42,3 +42,7 @@ nodes: sda: interface: SAS storage: SSD + sdb: + interface: SATA + storage: SSD + reservation: true diff --git a/input/grid5000/sites/nancy/clusters/grouille/nodes/grouille-1.yaml b/input/grid5000/sites/nancy/clusters/grouille/nodes/grouille-1.yaml index 36184b68552247ec335bb21df14e7a8bcb5af374..5b9d70cdc02e6481162598ca914b3392bdc16b77 100644 --- a/input/grid5000/sites/nancy/clusters/grouille/nodes/grouille-1.yaml +++ b/input/grid5000/sites/nancy/clusters/grouille/nodes/grouille-1.yaml @@ -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 diff --git a/input/grid5000/sites/nancy/clusters/grouille/nodes/grouille-2.yaml b/input/grid5000/sites/nancy/clusters/grouille/nodes/grouille-2.yaml index ba6b903ca5c8ee6e2795ef025bfb305ca4d7724c..a8b5a9729feed9f100a80ccb9102f978387ed7a3 100644 --- a/input/grid5000/sites/nancy/clusters/grouille/nodes/grouille-2.yaml +++ b/input/grid5000/sites/nancy/clusters/grouille/nodes/grouille-2.yaml @@ -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