lp:ubuntu/utopic-proposed/nfs-utils

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/utopic-proposed/nfs-utils
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

89. By Marc Deslauriers

debian/nfs-common.statd.upstart: wait for rpcbind job instead of
relying on portmap compatibility event. (LP: #1391296)

88. By Steve Langasek

* Merge from Debian usntable, 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.
  - Depend on rpcbind (>= 0.2.0-6ubuntu1) for upstart support.
  - Depend on mountall (>= 2.41) to avoid deadlocks on boot.
  - debian/nfs-common.default: always start idmapd automatically; drop
    the configuration option.
  - nfs-kernel-server.init: Unmount nfsd fs when init script stops
  - Allow issuing options to rpc.nfsd
  - Add "-e" (ticket expiry is error) option to rpc.gssd to prevent hangs
    due to EKEYEXPIRED error from kernel on ticket expiry.
  - drop nfs-kernel-server's LSB dependency on nfs-common.
  - Add patch to adjust for changes to the ctx argument of the
    serialize_krb5_ctx() function.

87. By Steve Langasek

* 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.
  - Depend on rpcbind (>= 0.2.0-6ubuntu1) for upstart support.
  - Depend on mountall (>= 2.41) to avoid deadlocks on boot.
  - debian/nfs-common.default: always start idmapd automatically; drop
    the configuration option.
  - nfs-kernel-server.init: Unmount nfsd fs when init script stops
  - Allow issuing options to rpc.nfsd
  - Add "-e" (ticket expiry is error) option to rpc.gssd to prevent hangs
    due to EKEYEXPIRED error from kernel on ticket expiry.
  - drop nfs-kernel-server's LSB dependency on nfs-common.
  - Add patch to adjust for changes to the ctx argument of the
    serialize_krb5_ctx() function.

86. By Adam Conrad

Add patch from Sergio Gelato to adjust for changes to the ctx
argument of the serialize_krb5_ctx() function (LP: #1331201)

85. By Martin Pitt

Soon nfs-common.init is going to be split on the Debian side, and
nfs-kernel-server init.d's LSB depends on "nfs-common" has never done
anything in Ubuntu. Drop it to avoid breaking insserv. (LP: #1323274)

84. By Martin Pitt

* Revert our "drop init.d script" delta (rules, maint scripts), for
  compatibility with insserv. (LP: #1323274)
* Add debian/nfs-common.upstart as a no-op upstart counterpart to
  nfs-common.init.
* debian/rules: Drop obsolete --upstart-only dh_installinit option.

83. By Steve Langasek

* 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.
  - Depend on rpcbind (>= 0.2.0-6ubuntu1) for upstart support.
  - Depend on mountall (>= 2.41) to avoid deadlocks on boot.
  - debian/nfs-common.default: always start idmapd automatically; drop
    the configuration option.
  - nfs-kernel-server.init: Unmount nfsd fs when init script stops
  - Allow issuing options to rpc.nfsd
  - Add "-e" (ticket expiry is error) option to rpc.gssd to prevent hangs
    due to EKEYEXPIRED error from kernel on ticket expiry.

82. By Steve Langasek

* 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.
  - Depend on rpcbind (>= 0.2.0-6ubuntu1) for upstart support.
  - Depend on mountall (>= 2.41) to avoid deadlocks on boot.
  - debian/nfs-common.default: always start idmapd automatically; drop
    the configuration option.
  - nfs-kernel-server.init: Unmount nfsd fs when init script stops
  - Allow issuing options to rpc.nfsd
  - Add "-e" (ticket expiry is error) option to rpc.gssd to prevent hangs
    due to EKEYEXPIRED error from kernel on ticket expiry.
* Dropped changes, included in Debian:
  - Move /var/lib/nfs/rpc_pipefs to /run/rpc_pipefs. This does not belong
    in /var/lib.
  - 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.

81. By Steve Langasek

* 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.
  - Depend on rpcbind (>= 0.2.0-6ubuntu1) for upstart support.
  - Depend on mountall (>= 2.41) to avoid deadlocks on boot.
  - 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.
  - Add "-e" (ticket expiry is error) option to rpc.gssd to prevent hangs due
    to EKEYEXPIRED error from kernel on ticket expiry. LP: #794112
  - 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. LP: #569094.
* Dropped changes:
  - build-depend on debhelper (>= 7.3.15ubuntu3): all supported debhelper
    versions meet this requirement now, so it's not worth carrying a delta
    for.
* Drop removal handling for rpc_pipefs.conf, which has been obsolete since
  before the 12.04 release.

80. By Steve Langasek

releasing package nfs-utils version 1:1.2.8-4ubuntu1

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/vivid/nfs-utils
This branch contains Public information 
Everyone can see this information.

Subscribers