Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d12eb278 authored by BERARD Benjamin's avatar BERARD Benjamin
Browse files

[nancy/grouille] Add disk reservation on grouille

parent 866f642e
No related branches found
No related tags found
1 merge request!177[nancy/grouille] Add disk reservation on grouille
Pipeline #211591 passed
...@@ -176,8 +176,9 @@ ...@@ -176,8 +176,9 @@
"by_path": "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:0:1:0", "by_path": "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:0:1:0",
"device": "sdb", "device": "sdb",
"firmware_version": "B707", "firmware_version": "B707",
"interface": "SATA", "interface": "SAS",
"model": "KRM5XVUG1T92", "model": "KRM5XVUG1T92",
"reservation": true,
"size": 1920383410176, "size": 1920383410176,
"storage": "SSD", "storage": "SSD",
"vendor": "Toshiba" "vendor": "Toshiba"
......
...@@ -176,8 +176,9 @@ ...@@ -176,8 +176,9 @@
"by_path": "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:0:1:0", "by_path": "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:0:1:0",
"device": "sdb", "device": "sdb",
"firmware_version": "B707", "firmware_version": "B707",
"interface": "SATA", "interface": "SAS",
"model": "KRM5XVUG1T92", "model": "KRM5XVUG1T92",
"reservation": true,
"size": 1920383410176, "size": 1920383410176,
"storage": "SSD", "storage": "SSD",
"vendor": "Toshiba" "vendor": "Toshiba"
......
...@@ -42,6 +42,7 @@ disk_vendor_model_mapping: ...@@ -42,6 +42,7 @@ disk_vendor_model_mapping:
- PX05SVB048Y - PX05SVB048Y
- MG04SCA40ENY - MG04SCA40ENY
- AL15SEB060NY - AL15SEB060NY
- KRM5XVUG1T92
Western Digital: Western Digital:
- WD6001BKHG - WD6001BKHG
- WD6002BKTG - WD6002BKTG
...@@ -77,7 +78,6 @@ disk_vendor_model_mapping: ...@@ -77,7 +78,6 @@ disk_vendor_model_mapping:
- ST4000NM0265-2DC - ST4000NM0265-2DC
Toshiba: Toshiba:
- TOSHIBA MG04ACA4 - TOSHIBA MG04ACA4
- KRM5XVUG1T92
Western Digital: Western Digital:
- WDC WD2502ABYS-1 - WDC WD2502ABYS-1
- WDC WD2003FYYS-1 - WDC WD2003FYYS-1
......
...@@ -43,6 +43,6 @@ nodes: ...@@ -43,6 +43,6 @@ nodes:
interface: SATA interface: SATA
storage: SSD storage: SSD
sdb: sdb:
interface: SATA interface: SAS
storage: SSD storage: SSD
reservation: true
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