This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:
apport-collect 1758466
and then change the status of the bug to 'Confirmed'.
If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.
This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.
** Changed in: linux (Ubuntu)
Status: New => Incomplete
** Tags added: bionic
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1758466
Title:
bionic: default io_timeout for nvme is 255 on AWS
Status in linux package in Ubuntu:
Incomplete
Bug description:
According to AWS docs, using newer instance types that use NVME drivers
(c5/m5), the io timeout should be set to maximum (ideally 4294967295).
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nvme-ebs-volumes.html
It appears this is done for 16.04, but in 18.04 it is the default.
Test done by spinning up an m5.large instance in ap-southeast-2.
Ubuntu 16.04 AMI on AWS (latest AMI - 20180126):
$ cat /sys/module/nvme/parameters/io_timeout
4294967295
$ uname -r
4.4.0-1049-aws
Ubuntu 18.04 AMI on AWS (latest nightly AMI - 20180323):
$ cat /sys/module/nvme_core/parameters/io_timeout
255
$ uname -r
4.15.0-1001-aws
Perhaps as part of the move to nvme_core this got lost.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1758466/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp