mirror of https://github.com/ceph/ceph-ansible.git
ceph-common: Newline separation for mon_containerized_deployment_with_kv variable in ceph.conf.j2
ceph.conf.j2 template requires a new line between mon_containerized_deployment_with_kv and fsid variables With this commit , i have added a new line for better readablitypull/657/head
parent
06e92923fa
commit
861dd2c3f1
|
@ -15,7 +15,9 @@ auth service required = none
|
|||
auth client required = none
|
||||
auth supported = none
|
||||
{% endif %}
|
||||
{% if not mon_containerized_deployment_with_kv %}fsid = {{ fsid }}{% endif %}
|
||||
{% if not mon_containerized_deployment_with_kv %}
|
||||
fsid = {{ fsid }}
|
||||
{% endif %}
|
||||
max open files = {{ max_open_files }}
|
||||
osd pool default pg num = {{ pool_default_pg_num }}
|
||||
osd pool default pgp num = {{ pool_default_pgp_num }}
|
||||
|
|
Loading…
Reference in New Issue