From f445625929b8aefb33fe7e05ab1150fb59eb1833 Mon Sep 17 00:00:00 2001 From: Noah Mandler <noah.mandler@inria.fr> Date: Wed, 7 May 2025 14:32:56 +0200 Subject: [PATCH] [rennes][abacus2] Change disk by-path value --- .../sites/rennes/clusters/abacus2/nodes/abacus2-1.json | 2 +- input/grid5000/sites/rennes/clusters/abacus2/abacus2.yaml | 2 +- .../sites/rennes/clusters/abacus2/nodes/abacus2-1.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/grid5000/sites/rennes/clusters/abacus2/nodes/abacus2-1.json b/data/grid5000/sites/rennes/clusters/abacus2/nodes/abacus2-1.json index db06a072a41..18e98e7384f 100644 --- a/data/grid5000/sites/rennes/clusters/abacus2/nodes/abacus2-1.json +++ b/data/grid5000/sites/rennes/clusters/abacus2/nodes/abacus2-1.json @@ -233,7 +233,7 @@ "storage_devices": [ { "by_id": "/dev/disk/by-id/wwn-0x6107d1a0ff26b8002126d6f512642ace", - "by_path": "/dev/disk/by-path/pci-0000:02:00.0-scsi-0:2:0:0", + "by_path": "/dev/disk/by-path/pci-0000:03:00.0-scsi-0:2:0:0", "firmware_version": 4.3, "id": "disk0", "interface": "SAS", diff --git a/input/grid5000/sites/rennes/clusters/abacus2/abacus2.yaml b/input/grid5000/sites/rennes/clusters/abacus2/abacus2.yaml index c952b6a9f2f..ba637ee6499 100644 --- a/input/grid5000/sites/rennes/clusters/abacus2/abacus2.yaml +++ b/input/grid5000/sites/rennes/clusters/abacus2/abacus2.yaml @@ -42,7 +42,7 @@ nodes: mountable: false mounted: false storage_devices: - pci-0000:02:00.0-scsi-0:2:0:0: + pci-0000:03:00.0-scsi-0:2:0:0: id: disk0 interface: SAS nodeset: abacus2 diff --git a/input/grid5000/sites/rennes/clusters/abacus2/nodes/abacus2-1.yaml b/input/grid5000/sites/rennes/clusters/abacus2/nodes/abacus2-1.yaml index fc0eecca03b..820dadbbcdb 100644 --- a/input/grid5000/sites/rennes/clusters/abacus2/nodes/abacus2-1.yaml +++ b/input/grid5000/sites/rennes/clusters/abacus2/nodes/abacus2-1.yaml @@ -131,9 +131,9 @@ abacus2-1: vendor: Intel version: E5-2609 v4 storage_devices: - pci-0000:02:00.0-scsi-0:2:0:0: + pci-0000:03:00.0-scsi-0:2:0:0: by_id: "/dev/disk/by-id/wwn-0x6107d1a0ff26b8002126d6f512642ace" - by_path: "/dev/disk/by-path/pci-0000:02:00.0-scsi-0:2:0:0" + by_path: "/dev/disk/by-path/pci-0000:03:00.0-scsi-0:2:0:0" firmware_version: 4.3 model: PERC H330 Mini size: 299439751168 -- GitLab