mirror of https://github.com/ceph/ceph-ansible.git
commit
ca9cb26392
|
@ -56,9 +56,6 @@ public_network = {{ public_network }}
|
||||||
{% if cluster_network is defined %}
|
{% if cluster_network is defined %}
|
||||||
cluster_network = {{ cluster_network }}
|
cluster_network = {{ cluster_network }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if common_single_host_mode is defined %}
|
|
||||||
osd crush chooseleaf type = 0
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
[client.libvirt]
|
[client.libvirt]
|
||||||
admin socket = {{ rbd_client_admin_socket_path }}/$cluster-$type.$id.$pid.$cctid.asok # must be writable by QEMU and allowed by SELinux or AppArmor
|
admin socket = {{ rbd_client_admin_socket_path }}/$cluster-$type.$id.$pid.$cctid.asok # must be writable by QEMU and allowed by SELinux or AppArmor
|
||||||
|
|
Loading…
Reference in New Issue