BBlack has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/351659 )

Change subject: r::c::base - support 800G disks for new ulsfo systems
......................................................................

r::c::base - support 800G disks for new ulsfo systems

This size may need tweaking after we bring up the first node and
see how it actually looks on free space.

Bug: T164327
Change-Id: Ic5dcf4b9ee52ed7b6627c85b55022d1b0b6ae323
---
M modules/role/manifests/cache/base.pp
1 file changed, 6 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/59/351659/1

diff --git a/modules/role/manifests/cache/base.pp 
b/modules/role/manifests/cache/base.pp
index ed5e6ae..8806947 100644
--- a/modules/role/manifests/cache/base.pp
+++ b/modules/role/manifests/cache/base.pp
@@ -125,11 +125,12 @@
     # everything from here down is related to backend storage/weight config
 
     $storage_size = $::hostname ? {
-        /^cp1008$/          => 117, # Intel X-25M 160G (test host!)
-        /^cp30(0[3-9]|10)$/ => 460, # Intel M320 600G via H710
-        /^cp400[1234]$/     => 220, # Seagate ST9250610NS - 250G (only non-SSD 
left!)
-        /^cp[0-9]{4}$/      => 360, # Intel S3700 400G (prod default)
-        default             => 6,   # 6 is the bare min, for e.g. virtuals
+        /^cp1008$/              => 117, # Intel X-25M 160G (test host!)
+        /^cp30(0[3-9]|10)$/     => 460, # Intel M320 600G via H710
+        /^cp400[1234]$/         => 220, # Seagate ST9250610NS - 250G (only 
non-SSD left!)
+        /^cp40(2[1-9]|3[0-2])$/ => 720, # Intel S3710 800G (new default 2017)
+        /^cp[0-9]{4}$/          => 360, # Intel S3700 400G (old default 
pre-2017)
+        default                 => 6,   # 6 is the bare min, for e.g. virtuals
     }
 
     $filesystems = unique($storage_parts)

-- 
To view, visit https://gerrit.wikimedia.org/r/351659
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic5dcf4b9ee52ed7b6627c85b55022d1b0b6ae323
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <bbl...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to