Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6fed0386 authored by PAULIN Nathan's avatar PAULIN Nathan
Browse files

Merge branch 'production-esterel3' into 'master'

[sophia][esterel3] add secondary disk

See merge request !1169
parents 9dd9c25e 24806cf1
No related branches found
No related tags found
1 merge request!1169[sophia][esterel3] add secondary disk
Pipeline #1147437 passed
Pipeline: Resources Explorer

#1147439

    ......@@ -80,7 +80,7 @@
    ],
    "model": "Dell PowerEdge T630",
    "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,
    "queues": [
    "admin",
    ......
    ......@@ -251,6 +251,17 @@
    "size": 1999307276288,
    "storage": "HDD",
    "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": {
    ......
    ......@@ -34,6 +34,9 @@ nodes:
    pci-0000:03:00.0-scsi-0:2:0:0:
    id: disk0
    interface: SAS
    pci-0000:03:00.0-scsi-0:2:1:0:
    id: disk1
    interface: SATA
    software:
    standard-environment: debian11-x64-std
    management_tools:
    ......
    ......@@ -138,5 +138,12 @@ esterel3-1:
    model: PERC H730 Adp
    size: 1999307276288
    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:
    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