Comment 10 for bug 1729119

Revision history for this message
Eric Desrochers (slashd) wrote :

[VERIFICATION TRUSTY]

#changelog
linux (3.13.0-136.185) trusty; urgency=low

  * linux: 3.13.0-136.185 -proposed tracker (LP: #1734733)

  * NVMe timeout is too short (LP: #1729119)
    - NVMe: Make I/O timeout a module parameter
    - nvme: update timeout module parameter type

# lsb_release -r
Release: 14.04

# uname -r
3.13.0-136-generic

# lsmod | grep -i nvme

# modprobe nvme io_timeout=123456

# lsmod | grep -i nvme
nvme 59545 0

# cat /sys/module/nvme/parameters/io_timeout
123456

- Eric