]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Merge pull request #1984 from jprovaznik/exportdir
authorSébastien Han <seb@redhat.com>
Fri, 6 Oct 2017 20:38:13 +0000 (22:38 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Oct 2017 20:38:13 +0000 (22:38 +0200)
Include exports dir in ceph-nfs config file

1  2 
group_vars/nfss.yml.sample
roles/ceph-nfs/defaults/main.yml

index b739758efbb0820b05701d67bd1cfc406360144c,4fcc94e7a3c3ce86d93fe232bce7ff914b86a9db..2d60245797812cc4b2028ab6c3609c83131780ce
@@@ -35,7 -35,14 +35,10 @@@ dummy
  ######################
  # 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 #
index ec6bf35f195d937bee12c395894ac84b9055a83d,e0317e0737dfcac0fee0e36fa6cacb4c66ea6541..578d6051d46c6d9c59e216a6a2df912542a91f81
@@@ -27,7 -27,14 +27,10 @@@ nfs_obj_gw: tru
  ######################
  # 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 #