Filippo Giunchedi has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/337564 )

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


install_server: fix graphite partman recipe

Switch to ext4 and fix root filesystem size to be 50GB (25GB per
partition in raid10)

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

Approvals:
  Filippo Giunchedi: Verified; Looks good to me, approved



diff --git a/modules/install_server/files/autoinstall/partman/graphite.cfg 
b/modules/install_server/files/autoinstall/partman/graphite.cfg
index 4ac4c87..a5b4927 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     -       \

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ica8b4404bd5cd1f67031b9b84be6b2b32f3e5ec2
Gerrit-PatchSet: 5
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to