[Bug 415353] Re: karmic/lucid installation slow on "detecting network hardware" with bnx2x

Stefan Bader stefan.bader at canonical.com
Fri Jun 1 12:30:49 UTC 2012


Additionally adding the debdiff of the backported changes to initramfs-
tools (not sure the bzr branch is cortect).

** Attachment added: "debdiff"
   https://bugs.launchpad.net/ubuntu/lucid/+source/linux/+bug/415353/+attachment/3171388/+files/debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/415353

Title:
  karmic/lucid installation slow on "detecting network hardware" with
  bnx2x

Status in “initramfs-tools” package in Ubuntu:
  Fix Released
Status in “linux” package in Ubuntu:
  Fix Released
Status in “initramfs-tools” source package in Lucid:
  In Progress
Status in “linux” source package in Lucid:
  Fix Released

Bug description:
  Binary package hint: linux-image-2.6.31-5-generic

  When installing some of my new bl460c g6 blades with bnx2x 10GE
  interfaces, the step "detecting network hardware" takes a really long
  time. This is probably due to the installer scanning all interfaces
  several times, and these blades have 8 of them (each physical
  interface is split into 4 virtual one, each exposed as a nic by the
  kernel), together with a 50-second timeout in the driver.

  50 seconds times 8 interfaces times 3-4 probing rounds makes for a
  total delay of 20-30 minutes, which is a bit painful.

  The delay seems to be in "[bnx2x_wait_ramrod:6741(ethX)]timeout
  polling for state c0000 on IDX [1]". Attached is a sample screen of
  the installer messages.

  I am booting a slightly modified (bnx2x dependencies added to the
  initrd) karmic netboot installer as of last week, will try the latest
  version as soon as #360966 gets fixed.

  ----------------------------------------------------------------------------

  SRU Justification (iniramfs-tools):

  [Impact]

  The libcrc32c module depends in a non-detectable way on the
  crypto/crc32c module. If any driver (like the bnx2x) depends on
  libcrc32c there will be problems while loading the driver without the
  rootfs already attached. In the bnx2x case at least this delays the
  boot process by 3-4 minutes while the driver waits and retries the
  modprobe of libcrc32c.

  [Fix]

  This is a backport from Debian which is contained in newer releases.
  It adds a checking function which looks for libcrc32c being in the
  initramfs and if it is there manually adds crc32c.

  [Testcase]

  Before this change or if there is no driver required that pulls in libcrc32c
  #> gunzip -c <initrd> | cpio -t | grep crc32
  would show either nothing or libcrc32c alone. After the change it shows either none or both crc32 modules.

  [Regression Potential]

  Low. Even if the crc32c module would be added incorrectly, it would
  not be used. The package could fail to build (though test build was
  done in a current Lucid environment) or the generation of initramfs
  could fail to unrelated reasons.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/415353/+subscriptions




More information about the foundations-bugs mailing list