For vanilla apps that are doing stuff in gluster, you normally do it through a fuse mount.
mount -t glusterfs localhost:HadoopVol /mnt/glusterfs
But in your case, you might want to do some strict consistency settings to make it atomic:
mount -t glusterfs localhost:HadoopVol -o entry-timeout=0,attribute-timeout=0 /mnt/glusterfs
mount -t glusterfs localhost:HadoopVol /mnt/glusterfs
But in your case, you might want to do some strict consistency settings to make it atomic:
mount -t glusterfs localhost:HadoopVol -o entry-timeout=0,attribute-timeout=0 /mnt/glusterfs
_______________________________________________ Gluster-users mailing list Gluster-users@xxxxxxxxxxx http://supercolony.gluster.org/mailman/listinfo/gluster-users