[nfs-utils/f17] Make sure statd is start before NFS mounts (bz 786050)

Steve Dickson steved at fedoraproject.org
Fri Mar 16 15:14:36 UTC 2012


commit d20ebd30447efa599867dc6c5b968e1544824e51
Author: Steve Dickson <steved at redhat.com>
Date:   Thu Mar 15 11:31:32 2012 -0400

    Make sure statd is start before NFS mounts (bz 786050)
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 nfs-lock.service |    2 ++
 nfs-utils.spec   |    5 ++++-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nfs-lock.service b/nfs-lock.service
index c1e1708..9de2059 100644
--- a/nfs-lock.service
+++ b/nfs-lock.service
@@ -2,6 +2,8 @@
 Description=NFS file locking service.
 Requires=rpcbind.service network.target
 After=network.target named.service rpcbind.service
+Wants=remote-fs-pre.target
+Before=remote-fs-pre.target
 
 [Service]
 Type=forking
diff --git a/nfs-utils.spec b/nfs-utils.spec
index 1806a82..c83cb74 100644
--- a/nfs-utils.spec
+++ b/nfs-utils.spec
@@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
 Name: nfs-utils
 URL: http://sourceforge.net/projects/nfs
 Version: 1.2.5
-Release: 12%{?dist}
+Release: 13%{?dist}
 Epoch: 1
 
 # group all 32bit related archs
@@ -277,6 +277,9 @@ fi
 %attr(4755,root,root)   /sbin/umount.nfs4
 
 %changelog
+* Thu Mar 15 2012 Steve Dickson <steved at redhat.com> 1.2.5-13
+- Make sure statd is start before NFS mounts (bz 786050)
+
 * Wed Feb 08 2012 Harald Hoyer <harald at redhat.com> 1.2.5-12
 - require kmod instead of modutils (bz 788571)
 


More information about the scm-commits mailing list