charm-ceph-iscsi/templates/ceph.conf
2020-03-12 13:27:12 +00:00

16 lines
503 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/$cluster.$name.keyring
[client.ceph-iscsi]
client mount uid = 0
client mount gid = 0
log file = /var/log/ceph/ceph-client.iscsi.log