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>MV<br><br><br><br><br>