hi all:<br><br>      I have 2 nodes node1 and node2,use  kernel <a href="http://2.6.22.15" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">2.6.22.15</a>. .<br>     the two node use clustat  command display is ok. <br>
     in now create volume  and use lock_dlm mode mkfs.gf2.( mkfs.gfs2 -p lock_dlm -t uitcluster:gfs2 -j 8 /dev/vg-test/lv-test ) and then    <br>     mount. (mount.gfs2 /dev/vg-test/lv-test /mnt/gfs2 )<br>     user dd write file in node1(  dd if=/dev/zero of=/mnt/gfs2/$(hostname).1 bs=1M count=1024 ),when write finish,check file in node2 is  <br>
    ok!<br>    <br>     but if delete node1.1 file in node2 ( rm -rf /mnt/gfs2node1.1)  and then use ls -l /mnt/gfs2 no file;and use ll -h /mnt/gfs2/ no file the size <br>    is  0;  and then use df -h check ,  the used no any change;the Space no free.<br>
<br>     my mean is: if you use node1 write file and then use node2 delete node1 write file,and then use df -h check disk,the space no free;<br>     if you use node1 write file and then use node1 delete node1 write file this is ok.<br>
<br><br><br>carry.chen<br><br>