<br><br><div class="gmail_quote">On 28 October 2011 14:50, M. Vale <span dir="ltr">&lt;<a href="mailto:maurovale@gmail.com">maurovale@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi, we have configured a distributed replicated, but maybe I&#39;m missing something or the disk space is wrong.<br><br>Ok we have 6 machines: gluster01 to gluster06<br><br>I&#39;ve created a replicated volume with:<br><br>

gluster volume create volume01 replica 2 transport tcp gluster01:/mnt gluster02:/mnt<br><br>Then I added to more bricks:<br><br>gluster volume add-brick volume01 gluster03:/mnt gluster04:/mnt<br><br>And on the clinet machine the disk space is now:<br>

<br> gluster03:/volume01       276G  2.1G  271G   1% /mnt/gluster<br><br>(we are using 138G disks in each brick)<br><br>Then I added two more bricks:<br><br>gluster volume add-brick volume01 gluster05:/mnt and gluster05:/mnt<br>

<br>If I do now<br><br>gluster volume info, I have:<br><br>olume Name: volume01<br>Type: Distributed-Replicate<br>Status: Started<br>Number of Bricks: 3 x 2 = 6<br>Transport-type: tcp<br>Bricks:<br>Brick1: gluster01:/mnt<br>

Brick2: gluster02:/mnt<br>Brick3: gluster03:/mnt<br>Brick4: gluster04:/mnt<br>Brick5: gluster05:/mnt<br>Brick6: gluster06:/mnt<br><br><br>But on the client after a remount I only see the same 276GB<br><br><br>What I&#39;m missing where?<br>

<br>Regards<br><font color="#888888">MV<br><br><br><br><br>
</font></blockquote></div><br><br>After more analysis we have discovered that if we mount gluster in a new client machine, this machine can see the correct disk space, but the old cliente after various umount/mount can only see the 276GB.<br>
<br>Anyone knows why this occurs?<br>