Andrew Bogott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/177701

Change subject: Use ext4 everywhere on the new hp virt nodes.
......................................................................

Use ext4 everywhere on the new hp virt nodes.

Change-Id: Ie85bc46d5fd908b44ae7655c8841483f56f8e349
---
M modules/install-server/files/autoinstall/partman/virt-hp.cfg
1 file changed, 8 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/01/177701/1

diff --git a/modules/install-server/files/autoinstall/partman/virt-hp.cfg 
b/modules/install-server/files/autoinstall/partman/virt-hp.cfg
index e6237a8..cfda1da 100644
--- a/modules/install-server/files/autoinstall/partman/virt-hp.cfg
+++ b/modules/install-server/files/autoinstall/partman/virt-hp.cfg
@@ -21,31 +21,31 @@
 # This makes partman automatically partition without confirmation, provided
 # that you told it what to do using one of the methods above.
 d-i    partman-auto/expert_recipe      string  virtOS ::  \
-               40 300 300 ext3                 \
+               40 300 300 ext4                 \
                        $primary{ }             \
                        $bootable{ }            \
                        method{ format }        \
                        format{ }               \
                        use_filesystem{ }       \
-                       filesystem{ ext3 }      \
+                       filesystem{ ext4 }      \
                        mountpoint{ /boot }     \
                .                               \
-               20000 10000 20000 ext3  \
+               20000 10000 20000 ext4  \
                        $lvmok{ }               \
                        lv_name{ root }         \
                        method{ format }        \
                        format{ }               \
                        use_filesystem{ }       \
-                       filesystem{ ext3 }      \
+                       filesystem{ ext4 }      \
                        mountpoint{ / }         \
                .                               \
-               10000 8000 -1 ext3 \
+               10000 8000 -1 ext4 \
                        $lvmok{ }               \
                        lv_name{ var }          \
                        method{ format }        \
                        format{ }               \
                        use_filesystem{ }       \
-                       filesystem{ ext3 }      \
+                       filesystem{ ext4 }      \
                        mountpoint{ /var }      \
                .
                8000 8000 8000 linux-swap       \
@@ -63,13 +63,13 @@
 d-i    partman-auto/disk       string  /dev/sdb
 
 d-i    partman-auto/expert_recipe      string   virtVM ::      \
-               10000 8000 -1 ext3 \
+               10000 8000 -1 ext4 \
                        $lvmok{ }               \
                        lv_name{ srv }          \
                        method{ format }        \
                        format{ }               \
                        use_filesystem{ }       \
-                       filesystem{ ext3 }      \
+                       filesystem{ ext4 }      \
                        mountpoint{ /srv }      \
                .
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie85bc46d5fd908b44ae7655c8841483f56f8e349
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>

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

Reply via email to