Giuseppe Lavagetto has uploaded a new change for review.
https://gerrit.wikimedia.org/r/291706
Change subject: base::grub: fix the ioscheduler setting
......................................................................
base::grub: fix the ioscheduler setting
Right now, what augeas would do is change wherever elevator=$ioscheduler
is set to elevator=deadline; but what we actually wanted to achieve in
I53bffa844224 was the opposite.
Change-Id: I4ffa4090cd82b361a063a28c0f972e9b04f72166
---
M modules/base/manifests/grub.pp
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/06/291706/1
diff --git a/modules/base/manifests/grub.pp b/modules/base/manifests/grub.pp
index 0426431..835572e 100644
--- a/modules/base/manifests/grub.pp
+++ b/modules/base/manifests/grub.pp
@@ -15,7 +15,7 @@
'rm GRUB_CMDLINE_LINUX_DEFAULT/value[. = "splash"]',
# CFQ I/O scheduler is the default allow override
# with class default to deadline (the installer does this too)
- "set GRUB_CMDLINE_LINUX/value[. = \"elevator=${ioscheduler}\"]
elevator=deadline",
+ "set GRUB_CMDLINE_LINUX/value[. = \"elevator=deadline\"]
elevator=${ioscheduler}",
],
notify => Exec['update-grub'],
}
--
To view, visit https://gerrit.wikimedia.org/r/291706
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4ffa4090cd82b361a063a28c0f972e9b04f72166
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits