<div dir="ltr"><div><div>I am trying to touch files on a mounted gluster mount point.<br><br>gluster1:/gv0          24G  786M   22G   4% /mnt<br>[root@centos63 ~]# cd /mnt<br>[root@centos63 mnt]# ll<br>total 0<br>[root@centos63 mnt]# touch hi<br>
[root@centos63 mnt]# ll<br>total 0<br><br><br></div>The files don&#39;t show up after I ls them, but  if I try to do a mv operation something very strange happens:<br>[root@centos63 mnt]# mv /tmp/hi .<br>mv: overwrite `./hi&#39;? <br>
<br></div>Strange, it seems to be there.<br></div>