Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 392b9163 authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

[abacus3] add disk by_path

parent bae2702c
Branches
Tags
5 merge requests!618Draft: [grosminet] Add new cluster grosminet,!609Draft: Add abacus19,!585Draft: Add abacus9 cluster,!583Draft: [rennes][abacus15] Add abacus15-1 cluster,!580Draft: [rennes][abacus10] Add abacus10-1 cluster
...@@ -74,30 +74,12 @@ ...@@ -74,30 +74,12 @@
"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",
"storage": "SSD", "storage": "SSD",
"vendor": "Unknown" "vendor": "Unknown"
},
{
"by_id": "",
"by_path": "/dev/disk/by-path/dummy",
"id": "disk1",
"interface": "SATA",
"model": "unknown",
"storage": "HDD",
"vendor": "Unknown"
},
{
"by_id": "",
"by_path": "/dev/disk/by-path/dummy",
"id": "disk2",
"interface": "NVME",
"model": "unknown",
"storage": "SSD",
"vendor": "Unknown"
} }
], ],
"supported_job_types": { "supported_job_types": {
......
...@@ -55,16 +55,4 @@ nodes: ...@@ -55,16 +55,4 @@ nodes:
interface: SAS interface: SAS
storage: SSD storage: SSD
model: unknown model: unknown
by_path: "/dev/disk/by-path/dummy" by_path: "/dev/disk/by-path/pci-0000:03:00.0-scsi-0:2:0:0"
disk1:
id: disk1
interface: SATA
storage: HDD
model: unknown
by_path: "/dev/disk/by-path/dummy"
disk2:
id: disk2
interface: NVME
storage: SSD
model: unknown
by_path: "/dev/disk/by-path/dummy"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment