[nfs-utils] Ensured nfs-idmap service is started after the named is up (bz 748275)

Steve Dickson steved at fedoraproject.org
Fri Nov 18 15:01:04 UTC 2011


commit 131a33e2fd5548695337401e799120decff960ab
Author: Steve Dickson <steved at redhat.com>
Date:   Fri Nov 18 10:00:19 2011 -0500

    Ensured nfs-idmap service is started after the named is up (bz 748275)
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 nfs-idmap.service |    2 +-
 nfs-utils.spec    |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/nfs-idmap.service b/nfs-idmap.service
index b1731ed..53485f9 100644
--- a/nfs-idmap.service
+++ b/nfs-idmap.service
@@ -2,7 +2,7 @@
 Description=NFSv4 ID-name mapping daemon
 Wants=var-lib-nfs-rpc_pipefs.mount
 Requires=network.target var-lib-nfs-rpc_pipefs.mount
-After=syslog.target network.target
+After=syslog.target network.target named.service
 
 [Service]
 Type=forking
diff --git a/nfs-utils.spec b/nfs-utils.spec
index fa457bc..f2c67fd 100644
--- a/nfs-utils.spec
+++ b/nfs-utils.spec
@@ -274,11 +274,12 @@ fi
 %attr(0755,root,root)   /sbin/umount.nfs4
 
 %changelog
-* Wed Nov 16 2011 Steve Dickson <steved at redhat.com> 1.2.5-6
+* Fri Nov 18 2011 Steve Dickson <steved at redhat.com> 1.2.5-6
 - Remove RQUOTAD_PORT and RQUOTAD from /etc/sysconfig/nfs (bz 754496)
+- Ensured nfs-idmap service is started after the named is up (bz 748275)
 
 * Mon Nov 14 2011 Steve Dickson <steved at redhat.com> 1.2.5-5
-- Ensured nfs-idmap service is started after the DNS is up (bz 748275)
+- Ensured nfs-idmap service is started after the network up (bz 748275)
 - Update to upstream RC release: nfs-utils-1.2.6-rc3 (bz 746497)
 
 * Thu Oct 20 2011 Steve Dickson <steved at redhat.com> 1.2.5-4


More information about the scm-commits mailing list