Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 97e6a5f2 authored by DOMINOIS Hugo's avatar DOMINOIS Hugo Committed by DOMINOIS Hugo
Browse files

[sophia][esterel22] Change the disk by-path for valid:duplicates

parent 43f13395
No related branches found
No related tags found
1 merge request!1230queue testing esterel22
...@@ -33,11 +33,11 @@ nodes: ...@@ -33,11 +33,11 @@ nodes:
disk0: # This field will have to be renamed later. disk0: # This field will have to be renamed later.
id: disk0 id: disk0
interface: SAS interface: SAS
by_path: "/dev/disk/by-path/dummy" # this path will have to change later. by_path: "/dev/disk/by-path/pci-0000:19:00.0-scsi-0:2:0:0" # this path will have to change later.
disk1: disk1:
id: disk1 id: disk1
interface: SAS interface: SAS
by_path: "/dev/disk/by-path/dummy" by_path: "/dev/disk/by-path/pci-0000:19:00.0-scsi-0:2:1:0"
software: software:
standard-environment: debian11-x64-std # TODO: check that architecture is OK standard-environment: debian11-x64-std # TODO: check that architecture is OK
management_tools: management_tools:
......
...@@ -77,10 +77,8 @@ nodes: ...@@ -77,10 +77,8 @@ nodes:
storage: SSD # Fake data, will be replaced by g5k-checks storage: SSD # Fake data, will be replaced by g5k-checks
model: unknown # Fake data, will be replaced by g5k-checks model: unknown # Fake data, will be replaced by g5k-checks
size: 8 # Fake data, will be replaced by g5k-checks size: 8 # Fake data, will be replaced by g5k-checks
by_path: "/dev/disk/by-path/pci-0000:19:00.0-scsi-0:2:0:0"
disk1: disk1:
storage: SSD storage: SSD
model: unknown model: unknown
size: 8 size: 8
by_path: "/dev/disk/by-path/pci-0000:19:00.0-scsi-0:2:1:0"
<% } %> <% } %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment