Hi Did the option min-free-disk can work ? Today , i used min-free-disk of dht ,but it didn't work . i used one server as glusterfsd and glusterfs the configure of client volume client1 type protocol/client option transport-type tcp option remote-host 172.20.92.95 # IP address of the remote brick option transport.socket.remote-port 6996 # default server port is 6996 option remote-subvolume brick1 # name of the remote volume end-volume volume client2 type protocol/client option transport-type tcp option remote-host 172.20.92.95 # IP address of the remote brick option transport.socket.remote-port 6996 # default server port is 6996 option remote-subvolume brick2 # name of the remote volume end-volume volume dht type cluster/dht option min-free-disk 90% subvolumes client1 client2 end-volume 2627:/data # df -h Filesystem Size Used Avail Use% Mounted on /dev/sda2 9.9G 6.0G 3.5G 64% / udev 447M 72K 447M 1% /dev /dev/sda3 62G 7.6G 51G 13% /home glusterfs.vol.sample 124G 16G 102G 13% /data The data exceeded 90%, and I writed 1G file into data ,had no error happend . Why min-free-disk didn't work ? 2009-07-27 eagleeyes