Package: nfs-utils / 1:1.3.4-2.1+deb9u1
Metadata
Package | Version | Patches format |
---|---|---|
nfs-utils | 1:1.3.4-2.1+deb9u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
21 no more var run.patch | (download) |
systemd/nfs-blkmap.service |
2 1 + 1 - 0 ! |
pid files should be in /run, not /var/run Now that the /run transition is a stable release behind us, we should always use /run, not /var/run, for PID files. This improves our out-of-the-box compatibility with /var being on a separate filesystem (possibly even an NFS mount itself). Bug-Ubuntu: https://bugs.launchpad.net/bugs/1157171 |
01 sm notify in sbin.patch | (download) |
utils/statd/statd.c |
2 1 + 1 - 0 ! |
--- |
03 handle mtab symlink.patch | (download) |
utils/mount/fstab.c |
2 1 + 1 - 0 ! |
--- |
17 multiarch kerberos paths.patch | (download) |
aclocal/kerberos5.m4 |
2 2 + 0 - 0 ! |
--- |
19 iscsiadm path.patch | (download) |
utils/osd_login/osd_login |
6 2 + 4 - 0 ! |
--- |
24 systemd pipefs_in_run.patch | (download) |
systemd/nfs-blkmap.service |
4 2 + 2 - 0 ! |
systemd: mount rpc_pipefs in /run instead of /var/lib/nfs/ |
25 systemd daemon paths.patch | (download) |
systemd/rpc-statd-notify.service |
2 1 + 1 - 0 ! |
adjust program paths in systemd units |
27 systemd enable with systemctl statd.patch | (download) |
systemd/nfs-client.target |
4 1 + 3 - 0 ! |
let sysadmins enable/disable statd services As the admin was able to control under upstart the statd services with NEED_STATD in default conffiles, mirror this funcationality under systemd by letting the user systemctl enable/disable statd services. |
unbreak blkmapd rpc_pipefs run.patch | (download) |
utils/blkmapd/device-discovery.c |
6 3 + 3 - 0 ! |
nfs-common: move of rpc_pipefs mountpoint to /run breaks blkmapd commit ba649fa4 ("Migrate the rpc_pipefs mount out of /var/lib to /run, to better support /var on NFS.") in the Debian packaging repo completely broke blkmapd, which still looks for rpc_pipefs in the old place. From looking in the BTS gssd also seems to have the same problem (#632141). Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828826 |
unbreak gssd rpc_pipefs run.patch | (download) |
utils/gssd/gssd.h |
2 1 + 1 - 0 ! |
move of rpc_pipefs mountpoint to /run breaks gssd This is a followup patch for gssd also needing to know about the new rpc_pipefs location, as mentioned in https://bugs.debian.org/828826 Bug-Debian: https://bugs.debian.org/632141 |
28 nfs utils_env location.patch | (download) |
nfs-config.service |
2 1 + 1 - 0 ! |
--- |
29 start statd fd 9.patch | (download) |
utils/statd/start-statd |
4 2 + 2 - 0 ! |
--- |
statd take user id from var lib nfs sm.patch | (download) |
support/nsm/file.c |
16 5 + 11 - 0 ! |
statd: take user-id from /var/lib/nfs/sm |