Comment 9 for bug 1729119

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

[VERIFICATION ARTFUL]

# rmadison
 linux-image-4.13.0-18-generic | 4.13.0-18.21 | artful-proposed | amd64, arm64, armhf, i386, ppc64el, s390x

# apt-get changelog linux-image-4.13.0-18-generic
  * NVMe timeout is too short (LP: #1729119)
    - nvme: update timeout module parameter type

# lsb_release -r
Release: 17.10

# uname -r
4.13.0-18-generic

I had no nvme drive at my disposal but the following test should suffice :

# lsmod | grep -i nvme

# modprobe nvme_core io_timeout=123456

# lsmod | grep -i nvme
nvme_core 53248 0

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

- Eric