From 4703303ffe06bf296eea3726f3449bd00a1f913d Mon Sep 17 00:00:00 2001 From: Julien Lelaurain <julien.lelaurain@inria.fr> Date: Tue, 5 Dec 2023 09:36:40 +0100 Subject: [PATCH] [rennes][abacus5] Update disk by path --- .../sites/rennes/clusters/abacus5/nodes/abacus5-1.json | 4 ++-- input/grid5000/sites/rennes/clusters/abacus5/abacus5.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/grid5000/sites/rennes/clusters/abacus5/nodes/abacus5-1.json b/data/grid5000/sites/rennes/clusters/abacus5/nodes/abacus5-1.json index 777c388481b..4f040b721ba 100644 --- a/data/grid5000/sites/rennes/clusters/abacus5/nodes/abacus5-1.json +++ b/data/grid5000/sites/rennes/clusters/abacus5/nodes/abacus5-1.json @@ -68,13 +68,13 @@ }, "software": { "forced-deployment-timestamp": 202007300948, - "postinstall-version": "1.2023092009", + "postinstall-version": "1.2023112409", "standard-environment": "debian11-x64-std" }, "storage_devices": [ { "by_id": "", - "by_path": "/dev/disk/by-path/dummy", + "by_path": "/dev/disk/by-path/pci-0000:18:00.0-scsi-0:2:0:0", "id": "disk0", "interface": "SAS", "model": "unknown", diff --git a/input/grid5000/sites/rennes/clusters/abacus5/abacus5.yaml b/input/grid5000/sites/rennes/clusters/abacus5/abacus5.yaml index d71f769da38..6b3ffd63525 100644 --- a/input/grid5000/sites/rennes/clusters/abacus5/abacus5.yaml +++ b/input/grid5000/sites/rennes/clusters/abacus5/abacus5.yaml @@ -55,4 +55,4 @@ nodes: interface: SAS storage: SSD model: unknown - by_path: "/dev/disk/by-path/dummy" + by_path: "/dev/disk/by-path/pci-0000:18:00.0-scsi-0:2:0:0" -- GitLab