mirror of https://github.com/ceph/ceph-ansible.git
Fix variable
Should have looked at Travis this time... Signed-off-by: leseb <seb@redhat.com>pull/324/head
parent
e249098f7b
commit
4b63bb92ba
|
@ -129,7 +129,7 @@ pool_default_pgp_num: 128
|
|||
pool_default_size: 2
|
||||
pool_default_min_size: 1
|
||||
public_network: 0.0.0.0/0
|
||||
cluster_network: {{ public_network }}
|
||||
cluster_network: "{{ public_network }}"
|
||||
osd_mkfs_type: xfs
|
||||
osd_mkfs_options_xfs: -f -i size=2048
|
||||
osd_mount_options_xfs: noatime,largeio,inode64,swalloc
|
||||
|
|
Loading…
Reference in New Issue