<p dir="ltr"></p>
<p dir="ltr">-Atin<br>
Sent from one plus one<br>
On Jul 12, 2015 6:52 PM, Yves Réveillon - <a href="http://eurower.fr">eurower.fr</a> &lt;<a href="mailto:yves.reveillon@eurower.fr">yves.reveillon@eurower.fr</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; I would like to test GlusterFS with only 1 brick in order to have quota<br>
&gt; but without preinstalled packages.<br>
&gt;<br>
&gt; So, I compiled glusterfs-3.6.1.tar.gz with :<br>
&gt;<br>
&gt; # COMPILATION<br>
&gt; ./configure --prefix=/efr/glusterfs-3.6.1<br>
&gt; make<br>
&gt;<br>
&gt; # INSTALLATION<br>
&gt; make install<br>
&gt; ln -s glusterfs-3.6.1 /efr/glusterfs<br>
&gt;<br>
&gt; # VERIFICATION<br>
&gt; /efr/glusterfs/sbin/glusterfs --version<br>
&gt; glusterfs 3.6.1 built on Nov 14 2014 23:50:54<br>
&gt;<br>
&gt; # CONFIGURATION<br>
&gt; /efr/glusterfs/sbin/glusterd<br>
&gt; mkdir -p /home/gluster/exp1<br>
&gt; /efr/glusterfs/sbin/gluster volume create test-volume<br>
&gt; 192.168.0.250:/home/gluster/exp1 force<br>
&gt;<br>
&gt; /efr/glusterfs/sbin/gluster volume info<br>
&gt;<br>
&gt; Volume Name: test-volume<br>
&gt; Type: Distribute<br>
&gt; Volume ID: 6f3186cf-8668-4a0c-a4eb-e7ce0ebb58a9<br>
&gt; Status: Started<br>
&gt; Number of Bricks: 1<br>
&gt; Transport-type: tcp<br>
&gt; Bricks:<br>
&gt; Brick1: 192.168.0.250:/home/gluster/exp1<br>
&gt;<br>
&gt; /efr/glusterfs/sbin/gluster volume start test-volume<br>
&gt;<br>
&gt; # MOUNT : FAILED<br>
&gt; mkdir /mnt/glusterfs<br>
&gt; /efr/glusterfs/sbin/glusterfs --debug --volfile-server=192.168.0.250<br>
&gt; --volume-name=test-volume /mnt/glusterfs<br>
&gt;<br>
&gt; No output for this command, no log, and :<br>
&gt; echo $?<br>
&gt; 255<br>
Does the below command also fail?</p>
<p dir="ltr">mount -t glusterfs 192.168.0.250:test-volume /mnt/glusterfs<br></p>
<p dir="ltr">&gt;<br>
&gt; What is the problem ?<br>
&gt;<br>
&gt; Thanks you for any help ...<br>
&gt;<br>
&gt; Yves<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Gluster-users mailing list<br>
&gt; <a href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a><br>
&gt; <a href="http://www.gluster.org/mailman/listinfo/gluster-users">http://www.gluster.org/mailman/listinfo/gluster-users</a><br>
</p>