Added nfs-blkmap.service

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2011-09-27 11:31:02 -04:00
parent 01d5863dd7
commit 09c97ac38f
4 changed files with 21 additions and 9 deletions

9
.gitignore vendored
View File

@ -1,8 +1,3 @@
nfs.doc.tar.gz x86_64
nfs-utils-1.1.6.tar.bz2 nfs-utils-1.2.5
nfs-utils-1.2.0.tar.bz2
nfs-utils-1.2.1.tar.bz2
nfs-utils-1.2.2.tar.bz2
/nfs-utils-1.2.3.tar.bz2
/nfs-utils-1.2.4.tar.bz2
/nfs-utils-1.2.5.tar.bz2 /nfs-utils-1.2.5.tar.bz2

13
nfs-blkmap.service Normal file
View File

@ -0,0 +1,13 @@
[Unit]
Description=pNFS block layout mapping daemon
Wants=var-lib-nfs-rpc_pipefs.mount
Requires=var-lib-nfs-rpc_pipefs.mount
[Service]
Type=forking
StandardError=syslog+console
EnvironmentFile=-/etc/sysconfig/nfs
ExecStart=/usr/sbin/blkmapd $BLKMAPDARGS
[Install]
WantedBy=multi-user.target

View File

@ -16,7 +16,8 @@ Source12: nfs-secure.service
Source13: nfs-secure-server.service Source13: nfs-secure-server.service
Source14: nfs-server.service Source14: nfs-server.service
Source15: nfs-idmap.service Source15: nfs-idmap.service
%define nfs_services %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} %{SOURCE15} Source16: nfs-blkmap.service
%define nfs_services %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} %{SOURCE15} %{SOURCE16}
Source20: var-lib-nfs-rpc_pipefs.mount Source20: var-lib-nfs-rpc_pipefs.mount
Source21: proc-fs-nfsd.mount Source21: proc-fs-nfsd.mount
@ -271,7 +272,7 @@ fi
%attr(4755,root,root) /sbin/umount.nfs4 %attr(4755,root,root) /sbin/umount.nfs4
%changelog %changelog
* Mon Sep 26 2011 Steve Dickson <steved@redhat.com> 1.2.5 * Tue Sep 27 2011 Steve Dickson <steved@redhat.com> 1.2.5-0
- Update to upstream release: nfs-utils-1.2.5 (bz 717931) - Update to upstream release: nfs-utils-1.2.5 (bz 717931)
* Wed Sep 21 2011 Steve Dickson <steved@redhat.com> 1.2.4-11 * Wed Sep 21 2011 Steve Dickson <steved@redhat.com> 1.2.4-11

View File

@ -39,3 +39,6 @@ RPCSVCGSSDARGS=""
# To enable RDMA support on the server by setting this to # To enable RDMA support on the server by setting this to
# the port the server should listen on # the port the server should listen on
#RDMA_PORT=20049 #RDMA_PORT=20049
#
# Optional arguments passed to blkmapd. See blkmapd(8)
BLKMAPDARGS=""