Merge pull request #2005 from ceph/wip-nfs-export-id

nfs: config var changes
pull/2010/head
Sébastien Han 2017-10-06 17:05:21 +02:00 committed by GitHub
commit 11f51df1fc
2 changed files with 6 additions and 14 deletions

View File

@ -35,17 +35,13 @@ dummy:
###################### ######################
# NFS Ganesha 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" #ceph_nfs_log_file: "/var/log/ganesha/ganesha.log"
#################### ####################
# FSAL Ceph Config # # FSAL Ceph Config #
#################### ####################
#ceph_nfs_ceph_export_id: 20134 #ceph_nfs_ceph_export_id: 20133
#ceph_nfs_ceph_pseudo_path: "/cephobject" #ceph_nfs_ceph_pseudo_path: "/cephfile"
#ceph_nfs_ceph_protocols: "3,4" #ceph_nfs_ceph_protocols: "3,4"
#ceph_nfs_ceph_access_type: "RW" #ceph_nfs_ceph_access_type: "RW"
#ceph_nfs_ceph_user: "admin" #ceph_nfs_ceph_user: "admin"
@ -54,7 +50,7 @@ dummy:
# FSAL RGW Config # # FSAL RGW Config #
################### ###################
#ceph_nfs_rgw_export_id: 20134 #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_protocols: "3,4"
#ceph_nfs_rgw_access_type: "RW" #ceph_nfs_rgw_access_type: "RW"
#ceph_nfs_rgw_user: "cephnfs" #ceph_nfs_rgw_user: "cephnfs"

View File

@ -27,17 +27,13 @@ nfs_obj_gw: true
###################### ######################
# NFS Ganesha 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" ceph_nfs_log_file: "/var/log/ganesha/ganesha.log"
#################### ####################
# FSAL Ceph Config # # FSAL Ceph Config #
#################### ####################
ceph_nfs_ceph_export_id: 20134 ceph_nfs_ceph_export_id: 20133
ceph_nfs_ceph_pseudo_path: "/cephobject" ceph_nfs_ceph_pseudo_path: "/cephfile"
ceph_nfs_ceph_protocols: "3,4" ceph_nfs_ceph_protocols: "3,4"
ceph_nfs_ceph_access_type: "RW" ceph_nfs_ceph_access_type: "RW"
ceph_nfs_ceph_user: "admin" ceph_nfs_ceph_user: "admin"
@ -46,7 +42,7 @@ ceph_nfs_ceph_user: "admin"
# FSAL RGW Config # # FSAL RGW Config #
################### ###################
ceph_nfs_rgw_export_id: 20134 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_protocols: "3,4"
ceph_nfs_rgw_access_type: "RW" ceph_nfs_rgw_access_type: "RW"
ceph_nfs_rgw_user: "cephnfs" ceph_nfs_rgw_user: "cephnfs"