[Ocfs2-devel] [BUG] write and read on other node are not consistent

Ling, Xiaofeng xiaofeng.ling at intel.com
Wed Aug 11 07:19:26 CDT 2004


svn 1343 kernel 2.6.6
try this case
test1()
{       
 	  WD="aaaaaaaa"
        ssh $REMOTE "echo $WD > /ocfs/testcluster$$"
        sleep 10
        RD=`cat /ocfs/testcluster$$`
        if [ "x$WD" == "x$RD" ];then
                echo PASS
        else
                echo FAIL
        fi
}
It fails, so now write on node and read from anther is not consistent.
what 
read from anther is some random data. 
But after remount, it's correct.

-------------------
Intel China Software Lab.
iNet: 8-752-1243
8621-52574545-1243(O)
503-712-6740(Temp)

xfling at users.sourceforge.net
Opinions are my own and don't represent those of my employer 


More information about the Ocfs2-devel mailing list