Chris MacNaughton 3b5c303aa7 Update to get ganesha setup.
This change also includes a new helper class to actually create
CephFS shares that are then provided by Ganesha.
2022-01-05 20:10:59 +01:00

16 lines
543 B
Plaintext

###############################################################################
# [ WARNING ]
# configuration file maintained by Juju
# local changes will be overwritten.
###############################################################################
[global]
auth supported = {{ ceph_client.auth_supported }}
mon host = {{ ceph_client.mon_hosts }}
keyring = /etc/ceph/ganesha/$cluster.keyring
[client.{{ ceph_nfs.client_name }}]
client mount uid = 0
client mount gid = 0
log file = /var/log/ceph/ceph-client.{{ ceph_nfs.client_name }}.log