From 5d273c28ef2db1ad1c5c1ce4f033850315afa5d5 Mon Sep 17 00:00:00 2001 From: Pierre JACQUOT <pierre.jacquot@inria.fr> Date: Fri, 5 Aug 2022 10:09:49 +0200 Subject: [PATCH] [orion-3] Update Disk ID after hardware issue. --- data/grid5000/sites/lyon/clusters/orion/nodes/orion-3.json | 2 +- input/grid5000/sites/lyon/clusters/orion/nodes/orion-3.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/grid5000/sites/lyon/clusters/orion/nodes/orion-3.json b/data/grid5000/sites/lyon/clusters/orion/nodes/orion-3.json index 5bb815d69e7..73667e136fc 100644 --- a/data/grid5000/sites/lyon/clusters/orion/nodes/orion-3.json +++ b/data/grid5000/sites/lyon/clusters/orion/nodes/orion-3.json @@ -294,7 +294,7 @@ }, "storage_devices": [ { - "by_id": "/dev/disk/by-id/wwn-0x6d4ae520ab2bf1002900305b0dc6edc1", + "by_id": "/dev/disk/by-id/wwn-0x6d4ae520ab2bf1002a7f838b06968492", "by_path": "/dev/disk/by-path/pci-0000:02:00.0-scsi-0:2:0:0", "firmware_version": 3.13, "id": "disk0", diff --git a/input/grid5000/sites/lyon/clusters/orion/nodes/orion-3.yaml b/input/grid5000/sites/lyon/clusters/orion/nodes/orion-3.yaml index 57855bb9924..d1069464e16 100644 --- a/input/grid5000/sites/lyon/clusters/orion/nodes/orion-3.yaml +++ b/input/grid5000/sites/lyon/clusters/orion/nodes/orion-3.yaml @@ -137,7 +137,7 @@ orion-3: version: E5-2630 storage_devices: pci-0000:02:00.0-scsi-0:2:0:0: - by_id: "/dev/disk/by-id/wwn-0x6d4ae520ab2bf1002900305b0dc6edc1" + by_id: "/dev/disk/by-id/wwn-0x6d4ae520ab2bf1002a7f838b06968492" by_path: "/dev/disk/by-path/pci-0000:02:00.0-scsi-0:2:0:0" firmware_version: 3.13 model: PERC H710 -- GitLab