I finally had some time to play around with this locally (not on AWS, so things still might differ as there could be a dependency on the version of the Xen hyperviror as well). The default setup I used initially failed for memory issues. But then I used full server installations in a HVM guest (which brings many more modules). So tweaking the modules to include by setting
/etc/initramfs-tools/initramfs.conf: MODULES=dep and /etc/default/grub.d/kexec-tools.cfg: crashkernel=256M may or my not be required for EC2. The main problem seemed to be related to unplugging the emulated devices (in favour of the pv drivers). The only variant that seemed to partially work for me was to use "xen_emul_unplug=never" for the normal boot. Of course this is not really ideal as this impacts normal usage performance. This also only worked as much as creating a dump but it took a bit of time since the network interface would not come up. A RH bug suggests a slight variation which supposedly avoids using the emulated drivers. But either I mis-read the instructions or it just does not work in our environment. At least those attempts just hung like before. [1] https://bugzilla.redhat.com/show_bug.cgi?id=815785 ** Bug watch added: Red Hat Bugzilla #815785 https://bugzilla.redhat.com/show_bug.cgi?id=815785 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421391 Title: can't kdump in trusty ec2 instance To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421391/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
