Hi Guys,


i have a strane problem, i try to set up Pvfs2 (pvfs-2.8.2). It works fine with the pvfs2-commands.

Later i tried it with the kernelmodule (centos6.2. kernel 2.6.32-220.el6.x86_64).

I compiled and load the module, no problem, but if i try to create a file with the normal mkdir or touch-command i got an "Permission Denied".


The strange thing is, that i can remove files with the regulary rm-command...

And i can create files there with the pvfs2-commands.


Any ideas?


Thanks in adavance.

Johannes


Ps. Sorry for my bad english.


Some Code:

[root@Client1 client]# ls /mnt/pvfs2/

lost+found

[root@Client1 client]# cp /home/client/testfile /mnt/pvfs2/

cp: cannot create regular file `/mnt/pvfs2/testfile': Permission denied

[root@Client1 client]# /usr/local/bin/pvfs2-cp /home/client/testfile /mnt/pvfs2/

[root@Client1 client]# ls /mnt/pvfs2/

lost+found testfile

[root@Client1 client]# rm /mnt/pvfs2/testfile

rm: remove regular empty file `/mnt/pvfs2/testfile'? y

[root@Client1 client]# ls /mnt/pvfs2/

lost+found

[root@Client1 client]# mount

...

tcp://MetaDataServer2:3334/pvfs2-fs on /mnt/pvfs2 type pvfs2 (rw)

...

The Logs doesn't say anything special ;(


  

Ihr WEB.DE Postfach immer dabei: die kostenlose WEB.DE Mail App für iPhone und Android.   
https://produkte.web.de/freemail_mobile_startseite/
_______________________________________________
Pvfs2-users mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users

Reply via email to