Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7a242156 authored by Ludovic Schoepps's avatar Ludovic Schoepps
Browse files

[luxembourg][vianden] Set correct disk by_path property

parent f6de48fc
No related branches found
No related tags found
No related merge requests found
Pipeline #1097346 passed
...@@ -105,9 +105,9 @@ ...@@ -105,9 +105,9 @@
"storage_devices": [ "storage_devices": [
{ {
"by_id": "", "by_id": "",
"by_path": "/dev/disk/by-path/dummy", "by_path": "/dev/disk/by-path/pci-0000:18:00.0-nvme-1",
"id": "disk0", "id": "disk0",
"interface": "SAS", "interface": "NVME",
"model": "unknown", "model": "unknown",
"size": 8, "size": 8,
"storage": "SSD", "storage": "SSD",
......
...@@ -31,8 +31,8 @@ nodes: ...@@ -31,8 +31,8 @@ nodes:
storage_devices: storage_devices:
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: NVME
by_path: "/dev/disk/by-path/dummy" # this path will have to change later. by_path: "/dev/disk/by-path/pci-0000:18:00.0-nvme-1"
software: software:
standard-environment: debian11-x64-std standard-environment: debian11-x64-std
management_tools: management_tools:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment