Hi Kirby,

As of now, dht does balancing of storage only during creation of files.
Files which are already created are not moved b/w nodes because of less free
storage.

During creation dht tries to balance out the storage b/w its children. it
accepts an option min-free-disk which is nothing but the minimum percentage
of disk space on a node needed for dht to store the file on that node. If
the hashed node does not satisfy this criteria, dht stores the actual file
on any node which has minimum percentage of free disk configured and stores
the a pointer to this node in the hashed node.

regards,
On Wed, Apr 15, 2009 at 6:27 AM, Kirby Zhou <[email protected]> wrote:

> If a file grows bigger and bigger, how can glusterfs move it between
> bricks?
> The original bricks are full of space, but newly added bricks are nearly
> empty, How can DHT translator deals that situation?
>
> Thanks
>
>
>
>
>
> _______________________________________________
> Gluster-users mailing list
> [email protected]
> http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users
>



-- 
Raghavendra G
_______________________________________________
Gluster-users mailing list
[email protected]
http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users

Reply via email to