Skip to content

config/rootfs: support NFSv4 in debos initramfs#3165

Open
nuclearcat wants to merge 1 commit into
kernelci:mainfrom
nuclearcat:fix-nfs4-debos
Open

config/rootfs: support NFSv4 in debos initramfs#3165
nuclearcat wants to merge 1 commit into
kernelci:mainfrom
nuclearcat:fix-nfs4-debos

Conversation

@nuclearcat

Copy link
Copy Markdown
Member

The klibc nfsmount helper only supports NFSv2 and NFSv3, so it rejects LAVA's v4.2 mount option before reaching the server.

Extract mount.nfs from nfs-common while creating the initramfs, copy only its runtime dependency closure, and replace nfsmount with a compatibility wrapper that normalizes v4.x options. Keep the temporary helper and packages out of the final rootfs.

Link: https://bugs.debian.org/409271

The klibc nfsmount helper only supports NFSv2 and NFSv3, so it rejects LAVA's v4.2 mount option before reaching the server.

Extract mount.nfs from nfs-common while creating the initramfs, copy only its runtime dependency closure, and replace nfsmount with a compatibility wrapper that normalizes v4.x options. Keep the temporary helper and packages out of the final rootfs.

Link: https://bugs.debian.org/409271

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant