mirror of https://github.com/ceph/ceph-ansible.git
Adding missing fsid
parent
42e748a514
commit
6fea8b17b6
|
@ -15,6 +15,7 @@ auth service required = none
|
|||
auth client required = none
|
||||
auth supported = none
|
||||
{% endif %}
|
||||
fsid = {{ fsid }}
|
||||
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