3b5c303aa7
This change also includes a new helper class to actually create CephFS shares that are then provided by Ganesha.
16 lines
543 B
Plaintext
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
|
|
|