Ottomata has submitted this change and it was merged.

Change subject: Make raid1-lvm-conf use ext4 for zookeeper, and try to make it 
work properly!
......................................................................


Make raid1-lvm-conf use ext4 for zookeeper, and try to make it work properly!

Change-Id: I760a03b03e9b612b3ac5b5400c9ce58bb3f6b4d4
---
M modules/install-server/files/autoinstall/partman/raid1-lvm-conf.cfg
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git 
a/modules/install-server/files/autoinstall/partman/raid1-lvm-conf.cfg 
b/modules/install-server/files/autoinstall/partman/raid1-lvm-conf.cfg
index 229923e..8760c3c 100644
--- a/modules/install-server/files/autoinstall/partman/raid1-lvm-conf.cfg
+++ b/modules/install-server/files/autoinstall/partman/raid1-lvm-conf.cfg
@@ -49,7 +49,7 @@
         filesystem{ ext4 } \
         $defaultignore{ } \
     . \
-    1000 2000 250000 ext4 \
+    1000 1000 250000 ext4 \
         mountpoint{ /var/lib/etcd } \
         method{ format } \
         $primary{ } \
@@ -60,7 +60,7 @@
         filesystem{ ext4 } \
         $defaultignore{ } \
     .
-    1000 2000 250000 xfs \
+    1000 1000 250000 ext4 \
         mountpoint{ /var/lib/zookeeper } \
         method{ format } \
         $primary{ } \
@@ -68,7 +68,7 @@
         $lvmok{ } \
         lv_name{ zookeeper } \
         use_filesystem{ } \
-        filesystem{ xfs } \
+        filesystem{ ext4 } \
         $defaultignore{ } \
     . \
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I760a03b03e9b612b3ac5b5400c9ce58bb3f6b4d4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to