]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
nfs: config var changes 2005/head
authorAli Maredia <amaredia@redhat.com>
Thu, 5 Oct 2017 20:51:23 +0000 (16:51 -0400)
committerAli Maredia <amaredia@redhat.com>
Thu, 5 Oct 2017 20:51:23 +0000 (16:51 -0400)
- remove unused ganesha config vars,

- set different default Export_ids for each FSAL

Signed-off-by: Ali Maredia <amaredia@redhat.com>
group_vars/nfss.yml.sample
roles/ceph-nfs/defaults/main.yml

index eb0aa08a67b66c029f2d3c92aec4fa3ebe97ebfe..b739758efbb0820b05701d67bd1cfc406360144c 100644 (file)
@@ -35,17 +35,13 @@ 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"
 
 ####################
 # FSAL Ceph Config #
 ####################
-#ceph_nfs_ceph_export_id: 20134
-#ceph_nfs_ceph_pseudo_path: "/cephobject"
+#ceph_nfs_ceph_export_id: 20133
+#ceph_nfs_ceph_pseudo_path: "/cephfile"
 #ceph_nfs_ceph_protocols: "3,4"
 #ceph_nfs_ceph_access_type: "RW"
 #ceph_nfs_ceph_user: "admin"
@@ -54,7 +50,7 @@ dummy:
 # FSAL RGW Config #
 ###################
 #ceph_nfs_rgw_export_id: 20134
-#ceph_nfs_rgw_pseudo_path: "/ceph"
+#ceph_nfs_rgw_pseudo_path: "/cephobject"
 #ceph_nfs_rgw_protocols: "3,4"
 #ceph_nfs_rgw_access_type: "RW"
 #ceph_nfs_rgw_user: "cephnfs"
index 6025d7e311dca62198f99aa5fce288de53882b25..ec6bf35f195d937bee12c395894ac84b9055a83d 100644 (file)
@@ -27,17 +27,13 @@ nfs_obj_gw: true
 ######################
 # 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"
 
 ####################
 # FSAL Ceph Config #
 ####################
-ceph_nfs_ceph_export_id: 20134
-ceph_nfs_ceph_pseudo_path: "/cephobject"
+ceph_nfs_ceph_export_id: 20133
+ceph_nfs_ceph_pseudo_path: "/cephfile"
 ceph_nfs_ceph_protocols: "3,4"
 ceph_nfs_ceph_access_type: "RW"
 ceph_nfs_ceph_user: "admin"
@@ -46,7 +42,7 @@ ceph_nfs_ceph_user: "admin"
 # FSAL RGW Config #
 ###################
 ceph_nfs_rgw_export_id: 20134
-ceph_nfs_rgw_pseudo_path: "/ceph"
+ceph_nfs_rgw_pseudo_path: "/cephobject"
 ceph_nfs_rgw_protocols: "3,4"
 ceph_nfs_rgw_access_type: "RW"
 ceph_nfs_rgw_user: "cephnfs"