Re: [Q] I tried to mount nfs_server:/mnt volume, but It mounted another volume.

2010-11-21 Thread Hiroyuki Sato
Thank you useful information. I'll study about NFSv4 -- Hiroyuki Sato 2010/11/22 J. Bruce Fields : > On Sun, Nov 21, 2010 at 03:41:18PM +0200, Boaz Harrosh wrote: >> On 11/21/2010 02:23 PM, Hiroyuki Sato wrote: >> > Hello lists >> > >> > OS: CentOS 5.5 >> > kernel: 2.6.36 rebuild myself. >> > >>

Re: [Q] I tried to mount nfs_server:/mnt volume, but It mounted another volume.

2010-11-21 Thread J. Bruce Fields
On Sun, Nov 21, 2010 at 03:41:18PM +0200, Boaz Harrosh wrote: > On 11/21/2010 02:23 PM, Hiroyuki Sato wrote: > > Hello lists > > > > OS: CentOS 5.5 > > kernel: 2.6.36 rebuild myself. > > > > > > I'm trying to test NFS/RDMA. > > I tried to mount nfs_server:/mnt volume on on nfs_client > > b

Re: [Q] I tried to mount nfs_server:/mnt volume, but It mounted another volume.

2010-11-21 Thread Roland Dreier
Yes, as Boaz said, having two exports with fsid=0 is the problem: > # cat /etc/exports > /nfstest > 192.168.100.0/255.255.255.0(fsid=0,rw,async,insecure,no_root_squash) > /mnt > 192.168.100.0/255.255.255.0(fsid=0,rw,async,insecure,no_root_squash) you could have seen this in t

Re: [Q] I tried to mount nfs_server:/mnt volume, but It mounted another volume.

2010-11-21 Thread Boaz Harrosh
On 11/21/2010 02:23 PM, Hiroyuki Sato wrote: > Hello lists > > OS: CentOS 5.5 > kernel: 2.6.36 rebuild myself. > > > I'm trying to test NFS/RDMA. > I tried to mount nfs_server:/mnt volume on on nfs_client > but It mounted nfs_server:/nfstest volume > > note: /nfstest is tmpfs > > this

[Q] I tried to mount nfs_server:/mnt volume, but It mounted another volume.

2010-11-21 Thread Hiroyuki Sato
Hello lists OS: CentOS 5.5 kernel: 2.6.36 rebuild myself. I'm trying to test NFS/RDMA. I tried to mount nfs_server:/mnt volume on on nfs_client but It mounted nfs_server:/nfstest volume note: /nfstest is tmpfs this is mount output tmpfs on /nfstest type tmpfs (rw,size=4g) /dev

[Q] I would like to test NFS/RDMA with multiple ports on same fabric

2010-11-21 Thread Hiroyuki Sato
Dear members. I'm newbie about Infiniband. I would like to test NFS/RDMA on the following environment. I succeed to setup NFS/RDMA between NFS Server and NFS Client1 Probelm: I want to add second NFS client (NFS client2) but I can't setup IP over Infiniband between NFS server and NFS client