-
Notifications
You must be signed in to change notification settings - Fork 0
nfs-utils: Update version from 2.4.1 to 2.5.3 #2043
Conversation
|
EDIT: More accurate description in mariux64/mxtools@ff6c668 Regarding "After update on nfs-client, automounter does not work":
Probably this logic is not up to date to current nfs versions and filters out the available nfs4 host. This problem didn't occur with nfs-utils 2.4.1 , because the old mount.nfs doesn't even answer to One option to avoid this problem, is to set I think, we should try that, because this is the most simple solution. The nfs mount via automount would be identical to the nfs-mount done by typing However, when we change that, all automounts would use the kernel name resolver. This might create unexpected new issues, so we should try this first. For this, I'd like to remove |
Regarding "After update on nfs-client, automounter does not work:" The reason is, that 76c21e3f ("mountd: Check the stat() return values in match_fsid()") 1 added a new error handling. It sets errno to 0 and assumes that it is stable when there are no errors. However, this conflicts with the logic in support/misc/xstat.c, which sets errno to ENOSYS if glibc doesn't support statx() or has an incomplete emulation 2. We have glibc 2.27 which doesn't support statx(). |
Tested on deadbird |
Lets wait for the planned glibc update, so that we don't need the patch. |
Tested on dose (server and client). I think, this is ready to go now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/out glibc/our glibc/ in commit Revert "nfs-utils: Add "statx" patch".
Otherwise looks good.
4597b78
to
affd072
Compare
The "emulates statx" problem has also been been fixed in nfs-utils since 2.5.4-rc3 1. |
affd072
to
0508075
Compare
When this is installed, the exports seem to be gone until the next
|
Not really reproducible. A Should to same test on a system tagged with "nfs40", too. Will switch dose to nfs40 for that. |
Ok with Both survive the update as well as a reboot (the later with a small pause, of course). Both with nfs4.2 and nfs4.0.
I go for it. |
No description provided.