Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9fbe6061 authored by PAULIN Nathan's avatar PAULIN Nathan Committed by REGAL-MEZIN Colin
Browse files

[sophia][esterel3] add secondary disk

parent a4a36b15
No related branches found
No related tags found
1 merge request!1153Draft: Testing engelbourg
Pipeline #1147512 failed
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
], ],
"model": "Dell PowerEdge T630", "model": "Dell PowerEdge T630",
"nodes_count": 1, "nodes_count": 1,
"nodes_description": "2 CPUs Intel Xeon E5-2630 v4, 10 cores/CPU, 4 GPUs GeForce GTX TITAN X, 48GB RAM, 1862GB HDD, 1 x 1Gb Ethernet, 1 x 40Gb InfiniBand", "nodes_description": "2 CPUs Intel Xeon E5-2630 v4, 10 cores/CPU, 4 GPUs GeForce GTX TITAN X, 48GB RAM, 1862GB HDD, 372GB HDD, 1 x 1Gb Ethernet, 1 x 40Gb InfiniBand",
"priority": 201706, "priority": 201706,
"queues": [ "queues": [
"admin", "admin",
......
...@@ -251,6 +251,17 @@ ...@@ -251,6 +251,17 @@
"size": 1999307276288, "size": 1999307276288,
"storage": "HDD", "storage": "HDD",
"vendor": "Dell" "vendor": "Dell"
},
{
"by_id": "/dev/disk/by-id/wwn-0x61866da05411b8001efab8882ea228d5",
"by_path": "/dev/disk/by-path/pci-0000:03:00.0-scsi-0:2:1:0",
"firmware_version": 4.3,
"id": "disk1",
"interface": "SATA",
"model": "PERC H730 Adp",
"size": 399431958528,
"storage": "HDD",
"vendor": "Dell"
} }
], ],
"supported_job_types": { "supported_job_types": {
......
...@@ -34,6 +34,9 @@ nodes: ...@@ -34,6 +34,9 @@ nodes:
pci-0000:03:00.0-scsi-0:2:0:0: pci-0000:03:00.0-scsi-0:2:0:0:
id: disk0 id: disk0
interface: SAS interface: SAS
pci-0000:03:00.0-scsi-0:2:1:0:
id: disk1
interface: SATA
software: software:
standard-environment: debian11-x64-std standard-environment: debian11-x64-std
management_tools: management_tools:
......
...@@ -138,5 +138,12 @@ esterel3-1: ...@@ -138,5 +138,12 @@ esterel3-1:
model: PERC H730 Adp model: PERC H730 Adp
size: 1999307276288 size: 1999307276288
storage: HDD storage: HDD
pci-0000:03:00.0-scsi-0:2:1:0:
by_id: "/dev/disk/by-id/wwn-0x61866da05411b8001efab8882ea228d5"
by_path: "/dev/disk/by-path/pci-0000:03:00.0-scsi-0:2:1:0"
firmware_version: 4.3
model: PERC H730 Adp
size: 399431958528
storage: HDD
supported_job_types: supported_job_types:
virtual: ivt virtual: ivt
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