[Bug 1217041] Re: initramfs-tools: please include separated nfs modules
Shu Shen
shu.shen at gmail.com
Mon Jan 13 17:44:36 UTC 2014
This bug fix is not found in the milestone ubuntu-12.04.4.
Shouldn't it be included for 12.04.4 so that the CDs will be able to boot from NFS?
Or maybe it's automatically included as the initramfs package has been released to -updates?
Just want to make sure that the 12.04.4 CD is tested for this fix and will actually boot from NFS.
--
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/1217041
Title:
initramfs-tools: please include separated nfs modules
Status in “initramfs-tools” package in Ubuntu:
Fix Released
Status in “initramfs-tools” source package in Precise:
Fix Released
Status in “initramfs-tools” source package in Quantal:
Invalid
Status in “initramfs-tools” source package in Raring:
Fix Released
Status in “initramfs-tools” source package in Saucy:
Fix Released
Bug description:
In newer kernels (>= 3.6) the nfs modules were split up and we have to
include nfsv3, nfsv4, and nfs_acl now. This was already fixed in
raring in initramfs-tools 0.103ubuntu0.3, but precise with lts-raring
kernel is still affected.
Marking those modules for inclusion even on older kernels where they
don't exist seems to be safe. initramfs-tools doesn't complain.
[Impact]
We have to manually configure the initramfs to include nfsv3/nfsv4
modules before we can boot from NFS.
It is not possible to boot the 12.04.3 LiveCD from NFS (regression
compared to .0/.1/.2).
[Test Case]
With linux-image-generic-lts-raring installed, list the contents of
the initramfs and check for nfs related modules:
gunzip -c /boot/initrd.img-3.8.0-* | cpio -t | grep nfs
nfsv3.ko and nfsv4.ko should both be present.
[Regression Potential]
Minimal. The change adds three extra modules to the initramfs, and
they are ignored on kernels that don't have them.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1217041/+subscriptions
More information about the foundations-bugs
mailing list