mirror of https://github.com/ceph/ceph-ansible.git
commit
773010ee49
|
@ -44,6 +44,7 @@ dummy:
|
|||
#ceph_nfs_ceph_pseudo_path: "/cephobject"
|
||||
#ceph_nfs_ceph_protocols: "3,4"
|
||||
#ceph_nfs_ceph_access_type: "RW"
|
||||
#ceph_nfs_ceph_user: "admin"
|
||||
|
||||
###################
|
||||
# FSAL RGW Config #
|
||||
|
|
|
@ -36,6 +36,7 @@ ceph_nfs_ceph_export_id: 20134
|
|||
ceph_nfs_ceph_pseudo_path: "/cephobject"
|
||||
ceph_nfs_ceph_protocols: "3,4"
|
||||
ceph_nfs_ceph_access_type: "RW"
|
||||
ceph_nfs_ceph_user: "admin"
|
||||
|
||||
###################
|
||||
# FSAL RGW Config #
|
||||
|
|
|
@ -20,6 +20,7 @@ EXPORT
|
|||
|
||||
FSAL {
|
||||
Name = CEPH;
|
||||
User_Id = "{{ ceph_nfs_ceph_user }}";
|
||||
}
|
||||
|
||||
{{ ganesha_ceph_export_overrides | default(None) }}
|
||||
|
|
Loading…
Reference in New Issue