packages: glusterfs/glusterfs.spec - Release 2. Client mounts should work n...
matkor
matkor at pld-linux.org
Wed Dec 1 17:35:28 CET 2010
Author: matkor Date: Wed Dec 1 16:35:28 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- Release 2. Client mounts should work now without server package.
---- Files affected:
packages/glusterfs:
glusterfs.spec (1.40 -> 1.41)
---- Diffs:
================================================================
Index: packages/glusterfs/glusterfs.spec
diff -u packages/glusterfs/glusterfs.spec:1.40 packages/glusterfs/glusterfs.spec:1.41
--- packages/glusterfs/glusterfs.spec:1.40 Wed Dec 1 16:16:40 2010
+++ packages/glusterfs/glusterfs.spec Wed Dec 1 17:35:23 2010
@@ -7,13 +7,6 @@
# TODO: Add passing options from /etc/sysconfig/glusterfsd
# to glusterfsd
-# TODO: Client alone is unable to mount volume:
-# /sbin/mount.glusterfs: line 124: /usr/sbin/glusterfs: No such file or directory
-# [matkor at appserver3 /usr/lib/python2.7/site-packages]$ ls -la /usr/sbin/glusterfs
-# lrwxrwxrwx 1 root root 10 Dec 1 15:01 /usr/sbin/glusterfs -> glusterfsd
-# Move binaries to common ?
-
-
%bcond_without ibverbs # ib-verbs transport
#
Summary: Clustered File Storage that can scale to peta bytes
@@ -22,7 +15,7 @@
Version: 3.1.1
#%%define _rc {rc2}
%define _version %{version}
-Release: 1
+Release: 2
License: GPL v3+
Group: Applications/System
# http://download.gluster.com/pub/gluster/glusterfs/3.1/LATEST/glusterfs-3.1.1.tar.gz
@@ -206,6 +199,9 @@
%attr(755,root,root) %ghost %{_libdir}/libgfxdr.so.0
%attr(755,root,root) %{_libdir}/libglusterfs.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libglusterfs.so.0
+# NOTE: glusterfs is link to glusterfsd and is needed by client mount
+%attr(755,root,root) %{_sbindir}/glusterfs
+%attr(755,root,root) %{_sbindir}/glusterfsd
%dir %{_libdir}/glusterfs
# %attr(755,root,root) %{_libdir}/glusterfs/libglusterfs-booster.so.*.*.*
@@ -281,8 +277,6 @@
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/glusterfsd.vol
%attr(754,root,root) /etc/rc.d/init.d/glusterfsd
%attr(755,root,root) %{_sbindir}/glusterd
-%attr(755,root,root) %{_sbindir}/glusterfs
-%attr(755,root,root) %{_sbindir}/glusterfsd
%dir %{_var}/lib/glusterd/
%files client
@@ -300,6 +294,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.41 2010/12/01 16:35:23 matkor
+- Release 2. Client mounts should work now without server package.
+
Revision 1.40 2010/12/01 15:16:40 matkor
- TODO added.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glusterfs/glusterfs.spec?r1=1.40&r2=1.41&f=u
More information about the pld-cvs-commit
mailing list