From e0adf862d8db373ede1c3aaedcdbeb8739e120d5 Mon Sep 17 00:00:00 2001
From: Noah Mandler <noah.mandler@inria.fr>
Date: Thu, 6 Feb 2025 10:50:34 +0100
Subject: [PATCH] [rennes][abacus28] Add disk path

---
 .../sites/rennes/clusters/abacus28/nodes/abacus28-1.json    | 4 ++--
 input/grid5000/sites/rennes/clusters/abacus28/abacus28.yaml | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/data/grid5000/sites/rennes/clusters/abacus28/nodes/abacus28-1.json b/data/grid5000/sites/rennes/clusters/abacus28/nodes/abacus28-1.json
index 88d00ed303..8f62a00373 100644
--- a/data/grid5000/sites/rennes/clusters/abacus28/nodes/abacus28-1.json
+++ b/data/grid5000/sites/rennes/clusters/abacus28/nodes/abacus28-1.json
@@ -105,9 +105,9 @@
   "storage_devices": [
     {
       "by_id": "",
-      "by_path": "/dev/disk/by-path/dummy",
+      "by_path": "/dev/disk/by-path/pci-0000:04:00.0-ata-1",
       "id": "disk0",
-      "interface": "SAS",
+      "interface": "SATA",
       "model": "unknown",
       "size": 8,
       "storage": "SSD",
diff --git a/input/grid5000/sites/rennes/clusters/abacus28/abacus28.yaml b/input/grid5000/sites/rennes/clusters/abacus28/abacus28.yaml
index 304433af95..eaa4a9917a 100644
--- a/input/grid5000/sites/rennes/clusters/abacus28/abacus28.yaml
+++ b/input/grid5000/sites/rennes/clusters/abacus28/abacus28.yaml
@@ -32,10 +32,10 @@ nodes:
     storage_devices:
       disk0: # This field will have to be renamed later.
         id: disk0
-        interface: SAS
-        by_path: "/dev/disk/by-path/dummy" # this path will have to change later.
+        interface: SATA
+        by_path: "/dev/disk/by-path/pci-0000:04:00.0-ata-1"
     software:
       standard-environment: debian11-x64-std
     management_tools:
       bmc_vendor_tool: racadm
-    nodeset: abacus28
\ No newline at end of file
+    nodeset: abacus28
-- 
GitLab