Csaba Dobo [[email protected]] wrote:
>    Hi,
> 
>    my problem:
> 
>    cat /etc/ganesha/ganesha.conf
>    EXPORT
>    {
>            # Export Id (mandatory, each EXPORT must have a unique Export_Id)
>            Export_Id = 77;
> 
>            # Exported path (mandatory)
>            Path = /home/exports/company1;
> 
>            # Pseudo Path (required for NFS v4)
>            Pseudo = /home/exports/company1;
> 
>            # Required for access (default is None)
>            # Could use CLIENT blocks instead
>            Access_Type = RW;
> 
>            # Exporting FSAL
>            FSAL {
>                    Name = VFS;
>            }
>    }
> 
>        LOG {
> 
>        ALL = FULL_DEBUG;
> 
>        }

I don't see anything wrong with the config. How does the mount fail? Did
you try "mount -osec=sys server:export <mountpoint>" and see if that
worked. I am not sure if the client gss upcall failing is an issue here.

Have a look at tcpdump to figure out if this is a client issue or
ganesha issue.

Regards, Malahal.


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
_______________________________________________
Nfs-ganesha-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to