That's correct, that's the syntax I use, and it works correctly for me:

EXPORT
{
        # Export Id (mandatory, each EXPORT must have a unique Export_Id)
        Export_Id = 15888;

        # Exported path (mandatory)
        Path = /home/dang/src/ganesha/next/dev/install/export;

        # Pseudo Path (required for NFS v4)
        Pseudo = /foo;
        # Exporting FSAL
        FSAL {
                Name = NULL;
                FSAL {
                        Name = VFS;
                }
        }
}

On Sat, Feb 4, 2017 at 10:02 PM, Sandeep Joshi <sanjos...@gmail.com> wrote:
>
> I have having trouble setting up the config file.
> The server keeps failing because subfsal.name shows garbage (unrecognized).
>
> Is this format correct ?
>
> EXPORT
> {
>    FSAL
>    {
>      Name = NULL;
>      FSAL
>      {
>          Name = VFS;
>          any_vfs_param1 = here ?
>      }
>   }
> }
>
> The documentation is too sparse
> https://github.com/nfs-ganesha/nfs-ganesha/blob/next/src/config_samples/config.txt#L367
>
>
> -Sandeep
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Nfs-ganesha-devel mailing list
> Nfs-ganesha-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel
>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to