Hide Forgot
while running rebalance if one of the brick runs out of space log says "no space left" where as rebalance status says "Rebalance completed". But mount point contains many files with sticky bit on.
CHANGE: http://review.gluster.com/540 (* cluster/distribute: while rebalance, differentiate between valid) merged in master by Vijay Bellur (vijay)
CHANGE: http://review.gluster.com/541 (* don't set 'sticky' and 'sgid' bits to 0 without checking if the) merged in master by Vijay Bellur (vijay)
With the patches merged all the below issues should be fixed: * if a data-migration fails inbetween copying data, the destination file is reset back to 0 size, with only stickybit (so it will be a empty linkfile) * if data-migration fails inbetween, glusterd status will be set to 'failed', earlier it could have been 'completed'. * if source file had stickybit (or sgid bit) set on it, after migration, it was removed at destination. Now, same permission is preserved.