-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nfs-utils: 2.1.1 -> 2.3.2, integrate libnfsidmap #45748
Conversation
- switch source to kernel.org - libnfsidmap 2.3.2 is built from the nfs-utils source, put it in nfs-utils.lib - split outputs - adapt sssd, the only other package using libnfsidmap
nfs4 exports from a virtual filesystem root, so the client mount path differs from nfs3
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@GrahamcOfBorg build nfs-utils |
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: nfs-utils Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: nfs-utils Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: nfs-utils Partial log (click to expand)
|
@GrahamcOfBorg test nfs3 |
No attempt on x86_64-linux (full log) The following builds were skipped because they don't evaluate on x86_64-linux: tests.nfs4 Partial log (click to expand)
|
That ofborg builder has memory issues today 😄 . Anyway, both tests succeed locally. |
Success on x86_64-linux (full log) Attempted: tests.nfs3 Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: tests.nfs3 Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: tests.nfs4 Partial log (click to expand)
|
Motivation for this change
Update, replaces #41285 .
Previously,
nfs-utils
(2.1.1) andlibnfsidmap
(0.25) had different versions and different (potentially inconsistent) sources. Switch the source to kernel.org.Current version
nfs-utils
2.3.2 integrates buildinglibnfsidmap
from the same source, so there's no need for a separate package. Putlibnfsidmap
innfs-utils.lib
and removelibnfsidmap
as a separate package.Adapt
sssd
, the only other package using libnfsidmap.nfs3 test passes.
WIP becuse the NFS4 test still fails with this update (like with the nfs-utils bump in #41285) - still need to investigate that.Update: nfs4 test fixed.Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)cc @abbradar @dtzWill