Jcrespo has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/406114 )

Change subject: mariadb-partman: Modify recipe, to test with es2011
......................................................................

mariadb-partman: Modify recipe, to test with es2011

es2011 fails its install complaining about a "root partition".
In this updated recipe, we remove all references to partitioning to
aim for a manual partitioning, to test if it is installer-related
or something else preventing the installation.

Change-Id: I0305251a6bf50fc188c19fb9f2f41064c647da8c
---
M modules/install_server/files/autoinstall/partman/db-no-srv-format.cfg
1 file changed, 0 insertions(+), 33 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/14/406114/1

diff --git 
a/modules/install_server/files/autoinstall/partman/db-no-srv-format.cfg 
b/modules/install_server/files/autoinstall/partman/db-no-srv-format.cfg
index ae153f1..872dbcd 100644
--- a/modules/install_server/files/autoinstall/partman/db-no-srv-format.cfg
+++ b/modules/install_server/files/autoinstall/partman/db-no-srv-format.cfg
@@ -16,37 +16,4 @@
 d-i    partman-lvm/confirm_nooverwrite boolean true
 d-i    partman/confirm boolean true
 
-# standardize vg name for snapshots (otherwise uses hostname)
-d-i    partman-auto-lvm/new_vg_name string tank
-
-d-i    partman-auto/expert_recipe      string  es ::   \
-               40000 40000 40000 ext4          \
-                       $primary{ }             \
-                       $bootable{ }            \
-                       method{ format }        \
-                       format{ }               \
-                       use_filesystem{ }       \
-                       filesystem{ ext4 }      \
-                       mountpoint{ / }         \
-               .                               \
-               8000 8000 8000 linux-swap       \
-                       method{ swap }          \
-                       format{ }               \
-               .                               \
-               64 1000 10000000 xfs            \
-                       lv_name{ data }         \
-                       $defaultignore{ }       \
-                       $lvmok{ }               \
-                       mountpoint{ /srv }      \
-                       options/nobarrier { nobarrier } \
-                       options/noatime { noatime } \
-               .
-
-d-i    partman-auto-lvm/guided_size    string  87%
-
-d-i    partman/choose_partition        \
-               select  finish
-d-i    partman-partitioning/confirm_write_new_label    boolean true
-
 d-i    partman-auto/choose_recipe      es
-d-i    partman/confirm_nooverwrite     boolean true

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0305251a6bf50fc188c19fb9f2f41064c647da8c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Jcrespo <jcre...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to