[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-10-13 Thread Dan Streetman
** Changed in: linux-aws (Ubuntu) Status: Fix Committed => Fix Released ** Changed in: linux-aws (Ubuntu Xenial) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-aws in Ubuntu.

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-08-04 Thread Dan Streetman
> This bug is still present on 14.04 using linux-generic-lts-xenial kernel 4.4.0-87-generic. Sorry, I misread your statement - unless you have edited your udev rule to enable the hotplug memory, you should not encounter this issue using Trusty with either the 3.13 or 4.4 kernel. If you are, I

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-08-04 Thread Dan Streetman
> This bug is still present on 14.04 using linux-generic-lts-xenial kernel 4.4.0-87-generic. that's correct, and there is no planned change for the standard kernel. Only the linux-aws kernel is being changed to address this issue, by disabling Xen memory ballooning, as described in comment 50.

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-08-04 Thread Mark Rose
This bug is still present on 14.04 using linux-generic-lts-xenial kernel 4.4.0-87-generic. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-aws in Ubuntu. https://bugs.launchpad.net/bugs/1668129 Title: Amazon I3 Instance Buffer

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-04-17 Thread Dan Streetman
> Is there any intention of backporting either linux-aws or any of the NVMe bug > fixes from > linux-aws into linux-image-virtual-lts-xenial for Ubuntu 14.04 since they're > both > 4.4.0 kernels? the fix for this bug is to change the kernel config param CONFIG_XEN_BALLOON from y to n, disabling

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-04-12 Thread Andrew Lau
** Also affects: linux-lts-xenial (Ubuntu) Importance: Undecided Status: New ** No longer affects: linux-lts-xenial (Ubuntu) ** No longer affects: linux-lts-xenial (Ubuntu Xenial) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-04-11 Thread Andrew Lau
Is there any intention of backporting either linux-aws or any of the NVMe bug fixes from linux-aws into linux-image-virtual-lts-xenial for Ubuntu 14.04 since they're both 4.4.0 kernels? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-04-06 Thread Dan Streetman
I'm not sure when a new AMI build is scheduled, but you can 'sudo apt install linux-aws' currently in an existing xenial instance to upgrade to the AWS-specific kernel that has xen ballooning disabled, which fixes this problem. -- You received this bug notification because you are a member of

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-04-05 Thread Guido Iaquinti
Hi, is there any ETA for the fix release? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-aws in Ubuntu. https://bugs.launchpad.net/bugs/1668129 Title: Amazon I3 Instance Buffer I/O error on dev nvme0n1 Status in linux package

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-29 Thread Dan Streetman
** Changed in: linux-aws (Ubuntu) Status: Fix Released => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-aws in Ubuntu. https://bugs.launchpad.net/bugs/1668129 Title: Amazon I3 Instance Buffer I/O error on

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-29 Thread Amanpreet Singh
I think I changed the status by mistake (Did not know I could do that), and I'm unable to revert it :/ ** Changed in: linux-aws (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-21 Thread Patrick
** Description changed: On the AWS i3 instance class - when putting the new NVME storage disks under high IO load - seeing data corruption and errors in dmesg - [ 662.884390] blk_update_request: I/O error, dev nvme0n1, sector 120063912 [ 662.887824] Buffer I/O error on dev nvme0n1,

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-21 Thread Patrick
Thanks for figuring that out! This was using the 16.04 HVM image in us- east-1 ami-2757f631 + hardware enablement (linux-generic-hwe-16.04) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-21 Thread Dan Streetman
Ok, I figured out the problem. You're using the yakkety kernel, 4.8. In the Xenial 4.4 kernel, memory hotplug auto-onlining is disabled; however in the 4.8 kernel, memory hotplug auto-onlining is enabled, so disabling the udev rule with the 4.8 kernel does nothing - the kernel's already onlined

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-21 Thread Dan Streetman
Patrick, can you attach your /proc/zoneinfo file. also, which image type is this? -- 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/1668129 Title: Amazon I3 Instance Buffer I/O error on

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-21 Thread Patrick
Just to be thorough: # find / -xdev -type f -name '*.rules' -print0 | xargs -0 fgrep memory /lib/udev/rules.d/40-vm-hotadd.rules:# On Hyper-V and Xen Virtual Machines we want to add memory and cpus as soon as they appear /lib/udev/rules.d/40-vm-hotadd.rules:#SUBSYSTEM=="memory", ACTION=="add",

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-21 Thread Patrick
$ grep 0 /sys/devices/system/memory/memory*/online /sys/devices/system/memory/memory504/online:0 $ grep memory /lib/udev/rules.d/* /etc/udev/rules.d/* /lib/udev/rules.d/40-vm-hotadd.rules:# On Hyper-V and Xen Virtual Machines we want to add memory and cpus as soon as they appear

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-21 Thread Dan Streetman
And, rebuild your initramfs, to make sure it doesn't have a stale udev rule in it (although mine doesn't contain the memory hotadd udev rule): $ sudo update-initramfs -u -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-21 Thread Dan Streetman
Also, $ grep memory /lib/udev/rules.d/* /etc/udev/rules.d/* -- 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/1668129 Title: Amazon I3 Instance Buffer I/O error on dev nvme0n1 Status in

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-21 Thread Dan Streetman
Patrick, does this command return any results: $ grep 0 /sys/devices/system/memory/memory*/online -- 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/1668129 Title: Amazon I3 Instance

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-21 Thread Patrick
I've applied the udev rules change and it doesn't seem to make a difference on the instances I'm testing with: (after applying the change and reloading udev, rebooting, etc) ubuntu@hot-i3-muguasak:~$ cat /proc/zoneinfo ... Node 0, zone Normal pages free 14714755 min 7663

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-21 Thread Patrick
I've applied the udev rules change and it doesn't seem to make a difference on the instances I'm testing with: (after applying the change and reloading udev, rebooting, etc) ubuntu@hot-i3-muguasak:~$ cat /proc/zoneinfo ... Node 0, zone Normal pages free 14714755 min 7663

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-15 Thread Joseph Salisbury
** Tags removed: kernel-key -- 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/1668129 Title: Amazon I3 Instance Buffer I/O error on dev nvme0n1 Status in linux package in Ubuntu:

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-02 Thread Dan Streetman
** Changed in: linux-aws (Ubuntu) Status: In Progress => Fix Committed ** Changed in: linux-aws (Ubuntu Xenial) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-02 Thread Dan Streetman
> Excellent. Sanity check here: This also means that trusty is not affected > because the udev > rules don't match. ... > in xenial... > and includes ATTR{[dmi/id]sys_vendor}=="Xen", GOTO="vm_hotadd_apply" which > does trigger the bug. that's correct, on 14.04 the Xen balloon memory is not

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-01 Thread Ricky Ramirez
Excellent. Sanity check here: This also means that trusty is not affected because the udev rules don't match. I have /lib/udev/rules.d/40-hyperv-hotadd.rules: # On Hyper-V Virtual Machines we want to add memory and cpus as soon as they appear ATTR{[dmi/id]sys_vendor}!="Microsoft Corporation",

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-01 Thread Dan Streetman
> * When would you (roughly) expect an AMI to be available? it's too early to say, there are various steps before the fix lands in an AMI. > * How high is your confidence in the 40-vm-hotadd.rules change workaround? Sounds like very high? 100%. if it doesn't work for you, please let me know.

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-01 Thread Jacob Scott
Great, thanks very much! -- 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/1668129 Title: Amazon I3 Instance Buffer I/O error on dev nvme0n1 Status in linux package in Ubuntu: Triaged

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-01 Thread Dan Streetman
Note on above; once hotadd is disabled, the xen balloon driver will still perform the memory hotplug, but the added pages won't be available for use. So you can check /proc/zoneinfo, and look at the Normal zone, e.g.: with hotadd enabled (the default in Ubuntu): Node 0, zone Normal pages free

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-01 Thread Jacob Scott
@ddstreet a few quick questions * When would you (roughly) expect an AMI to be available? * How high is your confidence in the 40-vm-hotadd.rules change workaround? Sounds like very high? * For those of us who are not knowledgeable about this subsystem, are there any drawbacks or things to

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-01 Thread Kamal Mostafa
** Also affects: linux-aws (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-aws (Ubuntu) Assignee: (unassigned) => Dan Streetman (ddstreet) ** Changed in: linux-aws (Ubuntu Xenial) Assignee: (unassigned) => Dan Streetman (ddstreet) ** Changed in: linux-aws

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-01 Thread Dan Streetman
For those watching this bug, to work around this until there is an AMI available that fixes it, you can disable udev memory hotadd by changing the /lib/udev/rules.d/40-vm-hotadd.rules file to comment out the memory hotadd rule, like this: --- /lib/udev/rules.d/40-vm-hotadd.rules.old

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-01 Thread Dan Streetman
>> FYI: RHEL 7.3 does not suffer from this problem and appears to have >> ballooning enabled: > I imagine CONFIG_XEN_BALLOON_MEMORY_HOTPLUG is set for the Ubuntu kernel? yes exactly, CONFIG_XEN_BALLOON_MEMORY_HOTPLUG must be enabled for it to actually increase the physical memory region, which

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-01 Thread Matt Wilson
I imagine CONFIG_XEN_BALLOON_MEMORY_HOTPLUG is set for the Ubuntu kernel? -- 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/1668129 Title: Amazon I3 Instance Buffer I/O error on dev

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-01 Thread Anne-Marie
FYI: RHEL 7.3 does not suffer from this problem and appears to have ballooning enabled: $ grep CONFIG_XEN_BALLOON /boot/config-3.10.0-514.el7.x86_64 CONFIG_XEN_BALLOON=y # CONFIG_XEN_BALLOON_MEMORY_HOTPLUG is not set $ uname -a Linux cassandra-a-2 3.10.0-514.el7.x86_64 #1 SMP Wed Oct 19

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-01 Thread Matt Wilson
Yes, ballooning has been a constant source of problems which is why it is disabled in Amazon Linux AMI. We do not currently support DMA to/from guest physical addresses outside of the E820 map for ENA networking or NVMe storage interfaces. This effectively means that ballooning needs to be

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-01 Thread Dan Streetman
> We see an address of 0xfc7ffb000 Hi Matt, I don't think you're accounting for the additional pages due to the Xen balloon, are you? That increases physical memory, after boot. If you check the /proc/zoneinfo file, look at the Normal zone's spanned pages and start pfn, e.g.: Node 0, zone

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-03-01 Thread Matt Wilson
Dan, It appears that the requests that are being submitted refer to DMA addresses that exceed the guest physical memory range, and this is why the requests are being failed. The address seen is outside the E820 map: [ 0.00] e820: BIOS-provided physical RAM map: [ 0.00] BIOS-e820: [mem

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-02-28 Thread Dan Streetman
On an i3 instance in east-1, where i can reproduce fairly easily, the errors i'm getting unfortunately don't help. the nvme controller is failing some requests, but it isn't providing any useful info about why it doesn't like the requests. for example, here is some debug I added: [ 1464.634709]

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-02-28 Thread Dan Streetman
This is reproducable with the latest upstream kernel as well (4.10), so this isn't a bug in the ubuntu kernel; it will require an upstream fix and backport that into xenial/yakkety. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-02-28 Thread Dan Streetman
I have a quick reproducer now: NCPUS=...whatever... for n in $( seq 1 $NCPUS ) ; do ( dd if=/dev/zero of=/mnt/test/out$n bs=1024k count=1024k ) & done -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-02-28 Thread Dan Streetman
** Changed in: linux (Ubuntu Xenial) Assignee: (unassigned) => Dan Streetman (ddstreet) ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Dan Streetman (ddstreet) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-02-27 Thread Anne-Marie
FYI - it doesn't occur on RHEL 7.3 nor Amazon Linux. -- 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/1668129 Title: Amazon I3 Instance Buffer I/O error on dev nvme0n1 Status in linux

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-02-27 Thread Ricky Ramirez
@ddstreet I can replicate the issue in us-west-2. All i3.2xls using ext4 as the filesystem I'm testing on. ami-4e98182e (precise) - doesn't recognize device ami-17ac2c77 (trusty) - no error ami-edf6758d (xenial) - I/O errors ami-a49b1bc4 (yakkety) - I/O errors -- You received this bug

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-02-27 Thread Joseph Salisbury
** Changed in: linux (Ubuntu) Importance: High => Critical ** Changed in: linux (Ubuntu Xenial) Importance: High => Critical -- 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/1668129

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-02-27 Thread Anne-Marie
(This was in eu-west-1, with ami-405f7226) -- 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/1668129 Title: Amazon I3 Instance Buffer I/O error on dev nvme0n1 Status in linux package in

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-02-27 Thread Anne-Marie
I find it is easy to reproduce by using "dd if=/dev/zero of=big bs=4096" -- I generally get errors within a few minutes. -- 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/1668129 Title:

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-02-27 Thread Joseph Salisbury
** Changed in: linux (Ubuntu) Importance: Undecided => High ** Also affects: linux (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Xenial) Importance: Undecided => High ** Changed in: linux (Ubuntu Xenial) Status: New => Triaged ** Changed

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-02-27 Thread Matt Billenstein
I don't know that I do -- I'm finding these errors when rsync'ing a larger database from another machine. I'm using ubuntu/images/hvm-ssd/ubuntu- xenial-16.04-amd64-server-20170221 (ami-a58d0dc5) -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-02-27 Thread Dan Streetman
@matt-e do you have a quicker reproducer I can use? I've been trying bonnie++ from the description, but that doesn't repro at all in west-2 for me, and only once in east-1 so far. Also what AMI are you using in west-2 that shows the problem? -- You received this bug notification because you

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-02-27 Thread Matt Billenstein
I've had this issue on 4 different instances in us-west-2 -- two I still have running -- can I help? -- 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/1668129 Title: Amazon I3 Instance

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-02-27 Thread Dan Streetman
@rram can you try to reproduce with us-west-2? I'm able to repro in east-1 but not in west-2. -- 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/1668129 Title: Amazon I3 Instance Buffer

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-02-27 Thread Ricky Ramirez
@ddstreet us-east-1 -- 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/1668129 Title: Amazon I3 Instance Buffer I/O error on dev nvme0n1 Status in linux package in Ubuntu: Confirmed Bug

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-02-27 Thread Dan Streetman
@rram what region are you using? -- 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/1668129 Title: Amazon I3 Instance Buffer I/O error on dev nvme0n1 Status in linux package in Ubuntu:

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-02-27 Thread Ricky Ramirez
I tested this on a few i3.2xlarge instances using bonnie++ and an ext4 mounted filesystem ami-cc10c1da (precise) - does not recognize the ephemeral device ami-822bfa94 (trusty) - does NOT appear to be affected ami-1ac0120c (xenial) - is affected ami-e600d1f0 (yakkety) - is affected -- You

[Kernel-packages] [Bug 1668129] Re: Amazon I3 Instance Buffer I/O error on dev nvme0n1

2017-02-26 Thread Pete Cheslock
apport information ** Tags added: apport-collected ec2-images xenial ** Description changed: On the AWS i3 instance class - when putting the new NVME storage disks under high IO load - seeing data corruption and errors in dmesg [ 662.884390] blk_update_request: I/O error, dev