Merge pull request #1911 from fghaas/1910

Introduce ceph_nfs_ceph_user
pull/1920/head
Sébastien Han 2017-09-19 10:03:46 +02:00 committed by GitHub
commit 773010ee49
3 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,7 @@ dummy:
#ceph_nfs_ceph_pseudo_path: "/cephobject" #ceph_nfs_ceph_pseudo_path: "/cephobject"
#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"
################### ###################
# FSAL RGW Config # # FSAL RGW Config #

View File

@ -36,6 +36,7 @@ ceph_nfs_ceph_export_id: 20134
ceph_nfs_ceph_pseudo_path: "/cephobject" ceph_nfs_ceph_pseudo_path: "/cephobject"
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"
################### ###################
# FSAL RGW Config # # FSAL RGW Config #

View File

@ -20,6 +20,7 @@ EXPORT
FSAL { FSAL {
Name = CEPH; Name = CEPH;
User_Id = "{{ ceph_nfs_ceph_user }}";
} }
{{ ganesha_ceph_export_overrides | default(None) }} {{ ganesha_ceph_export_overrides | default(None) }}