Ryan Lane has submitted this change and it was merged. Change subject: (bug 43729) beta mw installs use /dev/vdb mounted on /srv ......................................................................
(bug 43729) beta mw installs use /dev/vdb mounted on /srv On beta, the MediaWiki directories are shared among Apaches via a GlusterFS shared directory. This is a bit slow to read and does not really match production. Instead we want to use the /dev/vdb disk of each application server instances which is mounted to /mnt by default. This patch remount /dev/vdb on /srv. Change-Id: I78263b8b428a37549db5b59400867ccdc27bb0e7 --- M manifests/role/applicationserver.pp 1 file changed, 19 insertions(+), 0 deletions(-) Approvals: Ryan Lane: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/42743 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I78263b8b428a37549db5b59400867ccdc27bb0e7 Gerrit-PatchSet: 5 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: Ryan Lane <[email protected]> Gerrit-Reviewer: Tim Starling <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
