diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2013-03-12 02:56:10 -0400 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-03-12 08:09:11 -0700 |
commit | c1cc0e96c77937ba88af9acca039bb4ff81cd64f (patch) | |
tree | f9ed3d9b4d3be5fef9d9f4cd18a592aa1944e871 /glusterfs.spec.in | |
parent | 881d48d3278f4fe04eea899f2f45c0f45d6ee56e (diff) |
rpm: package /var/run/gluster so that statedumps can be created
Creating statedumps fail when /var/run/gluster does not exist. This
directory should be part of the 'glusterfs' package that is installed on
storage servers and native clients.
Merged Niels's change from both $HEAD and release-3.3
BUG: 917554
Change-Id: I6ffc497c0bb6bc90c97a91a72bba9118853d4c8c
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/4659
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 4331b8c06fc..9f85d798f37 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -240,6 +240,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool %{__install} -p -m 0644 xlators/protocol/server/src/*.h \ %{buildroot}%{_includedir}/glusterfs/server/ +%{__mkdir_p} %{buildroot}%{_localstatedir}/run/gluster # Remove unwanted files from all the shared libraries find %{buildroot}%{_libdir} -name '*.a' -delete @@ -318,6 +319,7 @@ fi %{_sbindir}/glusterfs* %{_mandir}/man8/*gluster*.8* %dir %{_localstatedir}/log/glusterfs +%dir %{_localstatedir}/run/gluster %dir %{_sharedstatedir}/glusterd %if 0%{!?_without_rdma:1} %exclude %{_libdir}/glusterfs/%{version}/rpc-transport/rdma* @@ -480,6 +482,9 @@ fi %{_libdir}/*.so %changelog +* Mon Mar 4 2013 Niels de Vos <ndevos@redhat.com> +- Package /var/run/gluster so that statedumps can be created + * Tue Dec 11 2012 Filip Pytloun <filip.pytloun@gooddata.com> - add sysconfig file |