In a distributed volume (glusterfs 3.3), files within a directory are assigned to a brick by a hash of their filename, correct? So what happens if you do "mv foo bar"? Does the file get copied to another brick? Is this no longer an atomic operation? Thanks, Brian.