Re: [Nfs-ganesha-devel] passing extra data via ganesha.conf

2015-10-05 Thread Nilesh Chate
Hi, I want to create a scenario where : 1. Server will export a path (say /home/xyz). 2. Client mounts this path on his machine (say /mnt/ganesha_mounted). 3. Client writes on the mounted path (say #touch /mnt/ganesha_mounted/test.txt). 4. By default test.txt will be written to /home/xyz on server

Re: [Nfs-ganesha-devel] passing extra data via ganesha.conf

2015-10-05 Thread Malahal Naineni
Nilesh Chate [chatenil...@gmail.com] wrote: >Hi, >I want to create a scenario where : >1. Server will export a path (say /home/xyz). >2. Client mounts this path on his machine (say /mnt/ganesha_mounted). >3. Client writes on the mounted path (say #touch >

Re: [Nfs-ganesha-devel] passing extra data via ganesha.conf

2015-10-01 Thread Matt Benjamin
sh Chate" <chatenil...@gmail.com> > To: nfs-ganesha-devel@lists.sourceforge.net > Sent: Thursday, October 1, 2015 3:56:52 AM > Subject: [Nfs-ganesha-devel] passing extra data via ganesha.conf > > Hi, > I am using the following ganesha.conf > > EXPORT > { >

[Nfs-ganesha-devel] passing extra data via ganesha.conf

2015-10-01 Thread Nilesh Chate
Hi, I am using the following ganesha.conf EXPORT { Export_Id = 77; Path = /home; Pseudo = /home; Access_Type = RW; FSAL { Name = VFS; } } Q1. I want to also pass some extra details via this config file. How do i do that?. Ex. I want to pass a string(some extra mounpoints) via this config file?.

Re: [Nfs-ganesha-devel] passing extra data via ganesha.conf

2015-10-01 Thread Frank Filz
> From: Nilesh Chate [mailto:chatenil...@gmail.com] > > Hi, > I am using the following ganesha.conf > > EXPORT > { > Export_Id = 77; > Path = /home; > Pseudo = /home; > Access_Type = RW; > FSAL { > Name = VFS; > } > } > > Q1. I want to also pass