glusterfs is compiled without the server components. We can see in the spec file:<br />
<br />
# if you wish to build the server rpms, compile like this...<br />
# rpmbuild -ta glusterfs-3.4.0.30rhs.tar.gz --with server<br />
%if "%{?_with_server}"<br />
%define _build_server 1<br />
%else<br />
%if "%{dist}" == ".el6rhs"<br />
%define _build_server 1<br />
%else<br />
%define _build_server 0<br />
%endif<br />
%endif<br />
<br />
I used to grab all the glusterfs stuff from the upstream glusterfs-epel repo, but since CentOS 6.5, qemu-kvm depends on a specific version of glusterfs-api (the one in the base repo), and, as the corresponding server components are not available, it's not possible to setup a GlusterFS server on CentOS anymore (at least, if you need to install qemu-kvm on the same box).<br />
<br />
So, would it be possible to compile this package with --server enabled ?<br />
<br />
Regards, Daniel
↧