Filippo Giunchedi has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/337564 )

Change subject: install_server: fix graphite partman recipe
......................................................................

install_server: fix graphite partman recipe

Change-Id: Ica8b4404bd5cd1f67031b9b84be6b2b32f3e5ec2
---
M modules/install_server/files/autoinstall/partman/graphite.cfg
1 file changed, 5 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/64/337564/1

diff --git a/modules/install_server/files/autoinstall/partman/graphite.cfg 
b/modules/install_server/files/autoinstall/partman/graphite.cfg
index 4ac4c87..b23060c 100644
--- a/modules/install_server/files/autoinstall/partman/graphite.cfg
+++ b/modules/install_server/files/autoinstall/partman/graphite.cfg
@@ -2,7 +2,7 @@
 #
 # * four disks, sd[abcd]
 # * layout:
-#   - /:   ext3, RAID10, 50GB
+#   - /:   ext4, RAID10, 50GB
 #   - swap:       RAID10, 1GB, on LVM
 #   - free space for the rest under RAID10/LVM
 
@@ -15,7 +15,7 @@
 # Define physical partitions
 d-i    partman-auto/expert_recipe      string  \
                multiraid ::    \
-                       5000    8000    50000   raid            \
+                       25000   8000    25000   raid            \
                                $primary{ } method{ raid }      \
                                $lvmignore{ }                   \
                        .                                       \
@@ -23,7 +23,7 @@
                                $primary{ } method{ raid }      \
                                $lvmignore{ }                   \
                        .                                       \
-                       500000  1000    800000  xfs     \
+                       500000  1000    3000000 xfs     \
                                $defaultignore{ }               \
                                $lvmok{ } lv_name{ carbon }     \
                                method{ format } format { } \
@@ -41,7 +41,7 @@
 # <raidtype> <devcount> <sparecount> <fstype> <mountpoint> \
 #      <devices> <sparedevices>
 d-i    partman-auto-raid/recipe        string          \
-               10      4       0       ext3    /       \
+               10      4       0       ext4    /       \
                        /dev/sda1#/dev/sdb1#/dev/sdc1#/dev/sdd1         \
                .                                       \
                10      4       0       lvm     -       \
@@ -58,3 +58,4 @@
 d-i    partman-auto-lvm/guided_size    string  80%
 d-i    partman-lvm/confirm             boolean true
 d-i    partman-lvm/confirm_nooverwrite boolean true
+

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ica8b4404bd5cd1f67031b9b84be6b2b32f3e5ec2
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to