mirror of https://github.com/ceph/ceph-ansible.git
commit
11f51df1fc
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue