Change logs for nfs-utils source package in Quantal

  • nfs-utils (1:1.2.6-3ubuntu2) quantal; urgency=low
    
      [ Steve Langasek ]
      * Adjust upstart jobs to treat TYPE=nfs and TYPE=nfs4 mounts identically,
        since TYPE=nfs4 is considered deprecated.
      * Fix various boot-time race conditions between mountall and nfs-utils by
        moving handling of the 'mounting' events to separate gssd-mounting and
        idmapd-mounting jobs.  Requires mountall 2.41 or better to avoid deadlock
        on boot.  LP: #643289, LP: #611397.
      * Fix the stop conditions: never stop on 'runlevel [06]' since that gives
        the system no time to cleanly unmount nfs mounts; instead, stop only on
        the unmounted-remote-filesystems event.
      * Newer versions of gssd don't talk to portmap, so don't make the upstart
        job depend on it.
      * Add an instance to statd-mounting, and change it to just wait for statd
        instead of trying to trigger it potentially out of order.  This also means
        we don't need to try to force portmap to start from statd.
    
      [ Matthew L. Dailey ]
      * Add "-e" (ticket expiry is error) option to rpc.gssd to prevent hangs due
        to EKEYEXPIRED error from kernel on ticket expiry. LP: #794112
     -- Stephane Graber <email address hidden>   Fri, 28 Sep 2012 13:58:43 -0400
  • nfs-utils (1:1.2.6-3ubuntu1) quantal; urgency=low
    
      * Merge from Debian unstable. Remaining changes:
        - debian/nfs-common.{statd,statd-mounting,gssd,idmapd}.upstart,
          debian/control, debian/nfs-common.{preinst,postinst,prerm,postrm},
          debian/rules: drop nfs-common init script in favor of upstart jobs,
          and build-depend on debhelper (>= 7.3.15ubuntu3) for correct upstart
          init handling.
        - Depend on rpcbind (>= 0.2.0-6ubuntu1) for upstart support.
        - debian/nfs-kernel-server.postinst: don't call "invoke-rc.d nfs-common"
          in the postinst, this is redundant anyway and the nfs-common init script
          is gone now.
        - nfs-kernel-server.init: Unmount nfsd fs when init script stops
        - Allow issuing options to rpc.nfsd
        - debian/nfs-common.defaults: always start idmapd automatically; drop
          the configuration option.
        - Move /var/lib/nfs/rpc_pipefs to /run/rpc_pipefs.  This does not belong
          in /var/lib.
     -- Logan Rosen <email address hidden>   Sun, 05 Aug 2012 00:56:05 -0400
  • nfs-utils (1:1.2.6-2ubuntu1) quantal; urgency=low
    
      * Merge from Debian unstable, remaining changes:
        - debian/nfs-common.{statd,statd-mounting,gssd,idmapd}.upstart,
          debian/control, debian/nfs-common.{preinst,postinst,prerm,postrm},
          debian/rules: drop nfs-common init script in favor of upstart jobs,
          and build-depend on debhelper (>= 7.3.15ubuntu3) for correct upstart
          init handling.
        - Depend on rpcbind (>= 0.2.0-6ubuntu1) for upstart support.
        - debian/nfs-kernel-server.postinst: don't call "invoke-rc.d nfs-common"
          in the postinst, this is redundant anyway and the nfs-common init script
          is gone now.
        - nfs-kernel-server.init: Unmount nfsd fs when init script stops
        - Allow issuing options to rpc.nfsd
        - debian/nfs-common.defaults: always start idmapd automatically; drop
          the configuration option.
        - Move /var/lib/nfs/rpc_pipefs to /run/rpc_pipefs.  This does not belong
          in /var/lib.
      * Dropped changes, included in Debian:
        - nfs-kernel-server.default:  Add comment about how to disable nfs4.
    
    nfs-utils (1:1.2.6-2) unstable; urgency=low
    
      * Move open-iscsi and watchdog to Suggests.
    
    nfs-utils (1:1.2.6-1) unstable; urgency=low
    
      * New upstream version
        - Remove 18-dont-use-PAGE_SIZE.patch: merged upstream.
        - Update other patches.
        - Install osd_login (part of the autologin feature).
          - Add open-iscsi and watchdog to Recommends.
      * Check for blank exports file (Closes: #673798).
      * Add 18-osd_login-sbindir.patch to avoid FTBFS
      * Add 19-iscsiadm-path.patch so osd_login works
    
    nfs-utils (1:1.2.5-4) unstable; urgency=low
    
      * Add libmount-dev to Build-Depends and explicitly enable it.
      * Move rpc.svcgssd to nfs-common (Closes: #651558).
      * Also change owning group for /var/lib/nfs (Closes: #651634).
     -- Steve Langasek <email address hidden>   Fri, 22 Jun 2012 11:25:28 -0700
  • nfs-utils (1:1.2.5-3ubuntu3) precise; urgency=low
    
      * In some cases, /var/lib/nfs/rpc_pipefs is successfully unmounted on
        upgrade but the directory still has contents within it.  Since this is
        /var/lib we shouldn't assume it's ok for delete these; instead, pass
        --ignore-fail-on-non-empty to rmdir.  LP: #954619.
     -- Steve Langasek <email address hidden>   Sun, 08 Apr 2012 22:44:40 -0700