(2012/04/27 22:02), Vijay Bellur wrote:
On 04/27/2012 02:47 PM, Tomoaki Sato wrote:
Vijay,
I have been testing gluster-3.3.0qa39 NFS with 4 CentOS 6.2 NFS clients.
The test set is like following:
1) All 4 clients mount 64 directories. (total 192 directories)
2) 192 procs runs on the 4 clients. each proc create a new unique file and write 1GB data to the file. (total 192GB)
3) All 4 clients umount 64 directories.
The test finished successfully but showmount command reported many entries in spite of there were no NFS clients remain.
Then I have restarted gluster related daemons.
After restarting, showmount command reports no entries.
Any insight into this is much appreciated.
http://review.gluster.com/2973 should fix this. Can you please confirm?
Thanks,
Vijay
Vijay,
I have confirmed that following instructions with c3a16c32.
# showmount one
Hosts on one:
# mkdir /tmp/mnt
# mount one:/one /tmp/mnt
# showmount one
Hosts on one:
172.17.200.108
# umount /tmp/mnt
# showmount one
Hosts on one:
#
And the test set has started running.
It will take a couple of days to finish.
by the way, I did following instructions to build RPM packages on a CentOS 5.6 x86_64 host.
# yum install python-ctypes ncureses-devel readline-devel libibverbs-devel
# git clone -b c3a16c32 ssh://<my_id>@git.gluster.com/glusterfs.git glusterfs-3git
# tar zcf /usr/src/redhat/SOURCES/glusterfs-3bit.tar.gz glusterfs-3git
# rpmbuild -bb /usr/src/redhat/SOURCES/glusterfs-3git.tar.gz
Thanks,
Tomo Sato