Hi ,
I have mounted the pvfs2.6.3 in linux2.6 to access via the VFS interface.
I have problems reading/writing files via the VFS interface.


The dmesg logs are,
1) When i try reading a file (via VFS layer )named "newnew" already created
using pvfs api
pvfs2: pvfs2_cancel -- wait timed out; aborting attempt.
pvfs2_file_read: error in vectored read from handle 1048548, FILE: newnew
  -- returning -5


2) When i try reading a file (via VFS layer  using vim editor)named "hehe"
pvfs2: pvfs2_cancel -- wait timed out; aborting attempt.
pvfs2_file_write: error in vectored write to handle 1048552, FILE: .hehe.swp
  -- returning -5
pvfs2: pvfs2_cancel -- wait timed out; aborting attempt.
pvfs2_file_read: error in vectored read from handle 1431655749, FILE: hehe
  -- returning -5

-At the application level, vim editor says "write error in swap file" during
a write.
I am not able to figure out why the VFS interface doesn't work as expected.
(but the pvfs api works well though!).


Thanks
_______________________________________________
Pvfs2-users mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users

Reply via email to