Nilesh Chate [[email protected]] wrote:
>    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?.

Look config.txt source file. It has all the things you can keep in the
ganesha config (it could one single file or multiple files). What is
extra mountpoints? You mean more exports? Then you declare another
EXPORT {}. You can have a number of such export blocks.

Ganesha NFS server is completely different from other nfs servers. How
would you do what you wanted with Linux kernel NFS server, then we may
suggest corresponding options.

>    Q2. Can i know the path where the client have mounted our exported path?.
>    If yes how?

Client could have mounted anywhere, and there is no way to know. If you
are asking about the complete exported path (which could be a subdir
inside the xport), I am not sure if you can somehow get it.

Regards, Malahal.


------------------------------------------------------------------------------
_______________________________________________
Nfs-ganesha-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to