folks,
I tried to setup pohmelfs but got some error message.
two server nodes run linux-2.6.30
one client node run linux-2.6.30
I clone last pohmelfs-server source code.

client / servers both load kernel module successfully.
$ lsmod
Module                  Size  Used by
pohmelfs               66116  0

pohmelfs servers run successfully.
$ fserver -r /mnt/pohmelfs -w 1
Server is now listening at 0.0.0.0:1025.

cfg add nodes successfully.
$ cfg -A show
Config Index = 0
Family    Server IP                                            Port
AF_INET   140.x.x.27                                          1025
AF_INET   140.x.x.26                                          1025

But, I can't mount pohmelfs.
$ mount -t pohmel -o "idx=0" none /mnt/pohmelfs/ mount: File exists

I can mount the pohmelfs with one server node.
$ cfg -A del -a 140.x.x.27 -p 1025
$ mount -t pohmel -o "idx=0" none /mnt/pohmelfs/
$ df -h
Filesystem Size Used Avail Use% Mounted on
none 34G 33M 34G 1% /mnt/pohmelfs


Any suggestion are appreciative.

Thanks in advance,
Jin-Shan
_______________________________________________
Pohmelfs mailing list
[email protected]
http://www.ioremap.net/cgi-bin/mailman/listinfo/pohmelfs

Reply via email to