BBlack has submitted this change and it was merged.

Change subject: remove sparse_super2 from cache fs flags
......................................................................


remove sparse_super2 from cache fs flags

Change-Id: I2bab9e5b1390b1eb075d1668436d1c900437d5fa
---
M modules/install-server/files/autoinstall/scripts/late_command
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  BBlack: Verified; Looks good to me, approved



diff --git a/modules/install-server/files/autoinstall/scripts/late_command 
b/modules/install-server/files/autoinstall/scripts/late_command
index 5afed93..af3e609 100644
--- a/modules/install-server/files/autoinstall/scripts/late_command
+++ b/modules/install-server/files/autoinstall/scripts/late_command
@@ -36,7 +36,7 @@
                chroot /target /bin/sh -c "echo options bnx2x 
num_queues=$PHYS_CORES >/etc/modprobe.d/rps.conf"
                chroot /target apt-get -y upgrade
                apt-install linux-image-3.19
-               mke2fs -F -F -t ext4 -T huge -O sparse_super2 -m 0 -L 
sda3-varnish /dev/sda3
-               mke2fs -F -F -t ext4 -T huge -O sparse_super2 -m 0 -L 
sdb3-varnish /dev/sdb3
+               mke2fs -F -F -t ext4 -T huge -m 0 -L sda3-varnish /dev/sda3
+               mke2fs -F -F -t ext4 -T huge -m 0 -L sdb3-varnish /dev/sdb3
                ;; \
 esac

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2bab9e5b1390b1eb075d1668436d1c900437d5fa
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <bbl...@wikimedia.org>
Gerrit-Reviewer: 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