I have received confirmation from AWS that the fix for this issue has been
deployed to all commercial regions.

I have tested multiple VMs over the last few days and detaching EBS volumes are
working without problems.

This issue is now resolved.

** Changed in: linux (Ubuntu)
       Status: Incomplete => Fix Released

-- 
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/1837833

Title:
  EBS Volumes get stuck detaching from AWS instances

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  On AWS, it is possible to get a EBS volume stuck in the detaching
  state, where it is not present in lsblk or lspci, but the cloud
  console says the volume is detaching, and pci / nvme errors are output
  to dmesg every 180 seconds.

  To reproduce reliably:

  1) Start a AWS instance. Can be any type, nitro or regular. I have
  successfully reproduced on m5.large and t3.small. Add an extra volume
  during creation, of any size.

  2) Connect to the instance. lsblk and lspci show the nvme device there.
  Detach the volume from the web console. It will detach successfully.
  You can attach and then detach the volume again, and it will also work
  successfully.

  3) With the volume detached, reboot the instance. I do "sudo reboot".

  4) When the instance comes back up and you have logged in, attach the
  volume.

  dmesg will have (normal):

  kernel: [   67] pci 0000:00:1f.0: [1d0f:8061] type 00 class 0x010802
  kernel: [   67] pci 0000:00:1f.0: reg 0x10: [mem 0x00000000-0x00003fff]
  kernel: [   67] pci 0000:00:1f.0: BAR 0: assigned [mem 0x80000000-0x80003fff]
  kernel: [   67] nvme nvme1: pci function 0000:00:1f.0
  kernel: [   67] nvme 0000:00:1f.0: enabling device (0000 -> 0002)
  kernel: [   67] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10

  5) Detach the volume from the web console. If you keep refreshing the volume
  view, you will see the volume in the detaching state and the volume is still
  in use.

  The device will be missing from lsblk and lspci.

  dmesg will print these messages every 180 seconds:

  4.4 -> 4.15

  kernel: [  603] pci 0000:00:1f.0: [1d0f:8061] type 00 class 0x010802
  kernel: [  603] pci 0000:00:1f.0: reg 0x10: [mem 0x80000000-0x80003fff]
  kernel: [  603] pci 0000:00:1f.0: BAR 0: assigned [mem 0x80000000-0x80003fff]
  kernel: [  603] nvme nvme1: pci function 0000:00:1f.0
  kernel: [  603] nvme nvme1: failed to mark controller live
  kernel: [  603] nvme nvme1: Removing after probe failure status: 0

  Latest mainline kernel:

  kernel: [  243] pci 0000:00:1f.0: [1d0f:8061] type 00 class 0x010802
  kernel: [  243] pci 0000:00:1f.0: reg 0x10: [mem 0xc0000000-0xc0003fff]
  kernel: [  243] pci 0000:00:1f.0: BAR 0: assigned [mem 0xc0000000-0xc0003fff]
  kernel: [  243] nvme nvme1: pci function 0000:00:1f.0
  kernel: [  244] nvme nvme1: failed to mark controller CONNECTING
  kernel: [  244] nvme nvme1: Removing after probe failure status: 0

  The volume is now stuck detaching and the above will continue until you
  forcefully detach the volume.

  This seems to effect all distributions and all kernels.
  I have tested xenial, bionic, bionic + hwe, bionic + eoan,
  bionic + mainline 5.2.2, rhel8 and Amazon Linux 2. All are affected with the
  same symptoms.

  I tried to trace NVMe on 5.2, but with not much success on finding any 
problem:
  https://paste.ubuntu.com/p/c6rmDpvHJk/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1837833/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to