Include exports dir in ceph-nfs config file
######################
# NFS Ganesha Config #
######################
-#ceph_nfs_export_id: 20134
-#ceph_nfs_pseudo_path: "/cephfile"
-#ceph_nfs_protocols: "3,4"
-#ceph_nfs_access_type: "RW"
#ceph_nfs_log_file: "/var/log/ganesha/ganesha.log"
+ # whether ganesha config file should include additional
+ # sub-directory with exports definitions, this is useful for dynamic exports
+ #ceph_nfs_include_exports_dir: false
####################
# FSAL Ceph Config #
######################
# NFS Ganesha Config #
######################
-ceph_nfs_export_id: 20134
-ceph_nfs_pseudo_path: "/cephfile"
-ceph_nfs_protocols: "3,4"
-ceph_nfs_access_type: "RW"
ceph_nfs_log_file: "/var/log/ganesha/ganesha.log"
+ # whether ganesha config file should include additional
+ # sub-directory with exports definitions, this is useful for dynamic exports
+ ceph_nfs_include_exports_dir: false
####################
# FSAL Ceph Config #