What version of Ganesha are you using?


From: steve landiss [mailto:[email protected]]
Sent: Friday, April 1, 2016 12:14 PM
To: [email protected]; 
[email protected]
Subject: [Nfs-ganesha-devel] Unable to export any path with the VFS FSAL



Hi,

I am unable to export any path with my VFS config.  Attached below is the 
config I am using.



When I start nfs-ganesha, nothing shows up when ai do a showmount -e localhost.



Any help is appreciated



Thanks

Steve



FSAL

{

  VFS {

        FSAL_Shared_Library = 
"/src/nfs-ganesha-2.2.0-0.1.1-Source/build/FSAL/FSAL_VFS/vfs/libfsalvfs.so";

  }

}



EXPORT_DEFAULTS {

    Access_Type = RW;

    Protocols = 3,4;

    Transports = TCP;

    SecType = sys;

    Squash = none;

}



EXPORT

{

    # Export Id (mandatory, each EXPORT must have a unique Export_Id)

    Export_Id = 77;



    # Exported path (mandatory)

    Path = "/mnt";



    # Pseudo Path (required for NFS v4)

    Pseudo = "/mnt";



    # Required for access (default is None)

    # Could use CLIENT blocks instead

    Access_Type = RW;



    Squash = No_root_squash;

    Disable_ACL = TRUE;

    Protocols = "3,4";

    Transports = "UDP,TCP";

    SecType = "sys";



    # Exporting FSAL

    FSAL {

        Name = VFS;

        volume = "/mnt";

    }

}





NFS_Core_Param {

    Nb_Worker = 32;

}



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
------------------------------------------------------------------------------
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