RobH has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/360876 )
Change subject: adding rootdelay to jessie installs ...................................................................... adding rootdelay to jessie installs the new wtp systems won't boot reliably without a 5 second root delay. some systems previously were able to get this done with an initial rootdelay added manually, but once their raid was initialized it was enough to work. However, the newest wtp systems need this delay every boot, or they fail to spin up the disks in time. Testing was done to reduce this to the minimum number to get the booting done reliably, without introducing a large delay fleet wide. Bug:T165520 Change-Id: Ic5cc3759691ca347aa0dc8fe4ad174fe8af0e2fe --- M modules/install_server/files/autoinstall/jessie.cfg 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/76/360876/1 diff --git a/modules/install_server/files/autoinstall/jessie.cfg b/modules/install_server/files/autoinstall/jessie.cfg index f1b1ef8..1a00588 100644 --- a/modules/install_server/files/autoinstall/jessie.cfg +++ b/modules/install_server/files/autoinstall/jessie.cfg @@ -9,3 +9,6 @@ # only useful when using nightly d-i builds & testing #d-i mirror/udeb/suite string testing + +# add a 5 second delay to boot to allow slower SATA disks to spin up +d-i debian-installer/add-kernel-opts string elevator=deadline rootdelay=5 -- To view, visit https://gerrit.wikimedia.org/r/360876 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic5cc3759691ca347aa0dc8fe4ad174fe8af0e2fe Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: RobH <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
