coreos-base/oem-ec2-compat: Use Amazon's documented NVMe timeout

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nvme-ebs-volumes.html#timeout-nvme-ebs-volumes
This commit is contained in:
brett 2018-08-10 12:29:07 -07:00 committed by David Michael
parent 937e25f488
commit 05730d11d1
3 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set oem_id="ec2"
# Blacklist the Xen framebuffer module so it doesn't get loaded at boot # Blacklist the Xen framebuffer module so it doesn't get loaded at boot
# Disable `ens3` style names, so eth0 is used for both ixgbevf or xen. # Disable `ens3` style names, so eth0 is used for both ixgbevf or xen.
set linux_append="modprobe.blacklist=xen_fbfront net.ifnames=0" set linux_append="modprobe.blacklist=xen_fbfront net.ifnames=0 nvme_core.io_timeout=4294967295"
if [ "$grub_platform" = pc ]; then if [ "$grub_platform" = pc ]; then
set linux_console="console=ttyS0,115200n8" set linux_console="console=ttyS0,115200n8"