Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6a301de6 authored by EISENBART Theo's avatar EISENBART Theo
Browse files

[sophia][esterel6] Add disk path

parent d7caa473
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
"storage_devices": [ "storage_devices": [
{ {
"by_id": "", "by_id": "",
"by_path": "/dev/disk/by-path/dummy", "by_path": "/dev/disk/by-path/pci-0000:03:00.0-scsi-0:2:0:0",
"id": "disk0", "id": "disk0",
"interface": "SAS", "interface": "SAS",
"model": "unknown", "model": "unknown",
......
...@@ -33,7 +33,7 @@ nodes: ...@@ -33,7 +33,7 @@ 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:03:00.0-scsi-0:2:0:0" # this path will have to change later.
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment