Displaying 1 result from an estimated 1 matches for "file0000000000".
Did you mean:
file0000000001
2009 May 08
1
question of dentry number
...--r-- 1 root root 459611068 2009-05-08 15:33 file0000000003
then run this script on ocfs2 volume of both nodes for 10 seconds, ls -al:
total 32
drwxr-xr-x 2 root root 4096 2009-05-08 15:34 .
drwxr-xr-x 4 root root 4096 2009-05-08 15:29 ..
-rw-r--r-- 1 root root 939787135 2009-05-08 15:34 file0000000000
-rw-r--r-- 1 root root 922127231 2009-05-08 15:34 file0000000001
-rw-r--r-- 1 root root 0 2009-05-08 15:34 file0000000002
-rw-r--r-- 1 root root 503703844 2009-05-08 15:34 file0000000003
I don't understand how there are 32 dentries in the directory. Can anybody tell
me the magic ? Or i...