The significant update is that configuration can
now be read from a central /etc/nfs.conf file, and
it can include other files such as /etc/sysconfig/nfs
This means that the old nfs-config.service systemd
unit is no longer needed.
- /etc/nfs.conf file created to import all sysconfig
settings except *_OPTIONS directly into running code.
- dropins created to pass *_OPTIONS sysconfig setting to
the various daemons.
- various specfile improvements, such as using "-D" in
"install" commands, and adding "verify_permissions".
- "xtab" has not been needed for years and has now been remove.
- sysconfig.nfs updated, particular the ServiceRestart
declarations have been tuned for systemd units.
- 0003-nfs-server-generator-handle-noauto-mounts-correctly.patch
Fix the nfs-server-generator so that mounts marked "noauto"
are not automatically mounted when NFS exported.
(bsc#1019211)
- 0001-conffile-ignore-empty-environment-variables.patch
0002-mount-call-setgroups-before-setuid.patch
Other minor fixes found during testing.
- REMOVED 0001-Make-location-of-nfs-utils_env.sh-configurable.patch
now included upstream
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=177
- delete 0001-nfs-client.target-Removed-a-ordering-cycle-with-nfs-.patch
delete 0002-Centralize-dependencies-on-the-auth-unit.patch
both included upstream
- nfs-utils-no-svcgss.service
fix minor make-install issue (has since been accepted upstream)
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=148
This brings numerous fixes, particularly to gssd and
nfsdcltrack. It incorporates all the upstreamable
patches we had:
- Delete nfsdcltrack.sbin.patch
- Delete start-statd.patch
- 0001-nfs-client.target-Removed-a-ordering-cycle-with-nfs-.patch
0002-Centralize-dependencies-on-the-auth-unit.patch
Patches from 1.3.2-rc, which look useful
- Convert from /etc/init.d startup scripts to full
systemd integration.
The upstream standard names are "nfs-client" and "nfs-server"
rather than "nfs" and "nfsserver", so local "nfs" "nfsserver"
aliases are created and "rcXXX" links are provided for all 4.
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=134
Includes all our bugfix patches except 1.
Adds assorted other bugfixes and improvements including
initial support for NFSv4.2
Prepares the way for better systemd integration.
Discards useless programs gss_clnt_send_err and gss_destroy_creds
- Removes: 0001-mountd-Fix-is_subdirectory-again.patch
- Removes: 0002-gssd-Fix-recent-fix-to-Avoid-DNS-reverse-resolution-.patch
- Removes: 0003-Fix-handling-of-preferred-realm-command-line-option.patch
- Removes: 0004-nfsiostat-restore-output-format.patch
- Removes: 0005-gssd-don-t-give-up-on-machine-credential-if-hostname.patch
- Removes: 0006-gssd-fixed-typo-in-machine-cred-name.patch
- Removes: skip-on-ENOENT.patch
- Removes: mountd-fix-bug-affecting-exports-of-dirs-with-64bit-.patch
- Removes: exportfs-exit-with-error-code-if-there-was-any-error.patch
- Removes: exportfs-report-failure-if-asked-to-unexport-somethi.patch
- Removes: gssd-mount-hang-fix.patch
- Removes: udp-fallback-fix.patch
- Removes: fedfs-lib-name.patch
- 0001-nfsidmap-Keys-need-to-be-invalidated-instead-of-revo.patch
This upstream patch is currently reverted until we get a newer version
of keyutils.
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=119
out not to be needed, and is out of place. If anything,
autofs should declare a dependency on nfs. (bnc#861489)
- fedfs-lib-name, nfs-utils.spec
Build with fedfs support so that if fedfs-utils is also
installed, federated-filesystems can be exported.
(FATE#313522)
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=113
idmap lookup.
- nfs.init, nfsserver.init: mkdir /run/nfs before
trying to create a file in there (bnc#859221)
- nfs.init, nfsserver.init: add
X-Systemd-RemainAfterExit: true
to ensure services aren't shutdown if sm-notify
reports an error
(bnc#849387)
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=109
sure init scripts are registered properly
bnc#845475
- nfs.int, nfsserver.init: run gssd on server as well
as on client. This is needed for NFSv4.0 callbacks.
bnc#845269
- exportfs-exit-with-error-code-if-there-was-any-error.patch
- exportfs-report-failure-if-asked-to-unexport-somethi.patch
Return good error code from exportfs.
bnc#846064
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=99
Recent kernel change means that if gssd isn't running
and NFSv4 mount will wait 15 seconds before timing out
even if gss security wasn't requested.
So just start gssd alway - there is no significant cost
in this.
(bnc#837262)
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=94