Hi.

When I make files on a pvfs2 file system using the following script,

---------------------------------------------------------------------------
#!/bin/sh

for i in {1..45}
do
    touch r${i}.0000000000000.dat t${i}.0000000000000.dat
done
---------------------------------------------------------------------------

some files(t4{3,4,5}.0000000000000.dat) disappear on the 'ls' (without any
arguments) result and wildcard expansion.

$ ls | wc -l
87 (This should be 90.)

I can still read and write these (hidden) files, also can see using
pvfs2-ls.

$ ls t4{3,4,5}.0000000000000.dat
t43.0000000000000.dat  t44.0000000000000.dat  t45.0000000000000.dat

There are no related logs in the /tmp/pvfs2-*.log and /var/log/messages. Is
this a bug? I am using PVFS2 2.8.3 on Debian 5.0.6.

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

Reply via email to