How "full" does it has to be before new files start getting written into the other bricks? In my recent experience, I added a new brick to an existing volume while one of the existing 4 bricks was close to full. And yet I constantly get out of space error when trying to write new files. Full rebalancing was also such as slow process that it cannot keep up with new files I need to write to the volume. I am using 3.3.0-1. ... ling On 01/28/2013 01:58 PM, Alexandros Soumplis wrote: > You mention "The way this is supposed to work is that if a brick is full > then *new* files will be created on other bricks with more space.". I am > not quite sure that this is the case when the new file is large enough > to fill up the space of the chosen brick, while it would fit on another. > > > On 28/01/2013 10:14 ??, Jeff Darcy wrote: >> On 01/28/2013 01:43 PM, Nux! wrote: >>>> Thanks to "partner" on IRC who told me about this (quite big) >>>> problem. Apparently in a distributed setup once a brick fills up >>>> you start getting write failures. Is there a way to work around >>>> this? >> The way this is supposed to work is that if a brick is full then *new* >> files will be created on other bricks with more space. However, >> *existing* files are not relocated, so a write that requires allocating >> new space for a file on a full brick will fail. There are three ways >> that you can cause files to be relocated, freeing up space. >> >> (1) A full rebalance via the CLI. >> >> (2) Targeted rebalance of a directory using a special setxattr (see my >> exchange with Dan Bretherton). >> >> (3) Manual copying. When you create the new file it will be created on >> the brick with the most space, then when you complete the copy the space >> used by the original will be freed. >> >> >> _______________________________________________ >> Gluster-users mailing list >> Gluster-users at gluster.org >> http://supercolony.gluster.org/mailman/listinfo/gluster-users > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://supercolony.gluster.org/mailman/listinfo/gluster-users