Fix nfs server reloads (bz 951247)
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
4b85a9a480
commit
ef189b2be5
@ -15,6 +15,7 @@ ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS $RPCNFSDCOUNT
|
||||
ExecStartPost=-/usr/lib/nfs-utils/scripts/nfs-server.postconfig
|
||||
ExecStop=/usr/sbin/rpc.nfsd 0
|
||||
ExecStopPost=/usr/sbin/exportfs -f
|
||||
ExecReload=/usr/sbin/exportfs -r
|
||||
|
||||
[Install]
|
||||
WantedBy=nfs.target
|
||||
|
@ -306,6 +306,7 @@ fi
|
||||
%changelog
|
||||
* Tue Jul 23 2013 Steve Dickson <steved@redhat.com> 1.2.8-2.1
|
||||
- Make sure nfs.target is enabled (bz 970595)
|
||||
- Fix nfs server reloads (bz 951247)
|
||||
|
||||
* Fri May 31 2013 Steve Dickson <steved@redhat.com> 1.2.8-2.0
|
||||
- Update to latest upstream RC release: nfs-utils.1.2.9-rc1
|
||||
|
Loading…
Reference in New Issue
Block a user