mirror of https://github.com/ceph/ceph-ansible.git
commit
9761570bb7
|
@ -100,6 +100,7 @@ dummy:
|
||||||
#rbd_client_admin_socket_path: /var/run/ceph/rbd-clients/
|
#rbd_client_admin_socket_path: /var/run/ceph/rbd-clients/
|
||||||
#rbd_default_features: 3
|
#rbd_default_features: 3
|
||||||
#rbd_default_map_options: rw
|
#rbd_default_map_options: rw
|
||||||
|
#rbd_default_format: 2
|
||||||
|
|
||||||
## Monitor options
|
## Monitor options
|
||||||
#
|
#
|
||||||
|
|
|
@ -108,6 +108,7 @@ rbd_client_log_path: /var/log/rbd-clients/
|
||||||
rbd_client_admin_socket_path: /var/run/ceph/rbd-clients # must be writable by QEMU and allowed by SELinux or AppArmor
|
rbd_client_admin_socket_path: /var/run/ceph/rbd-clients # must be writable by QEMU and allowed by SELinux or AppArmor
|
||||||
rbd_default_features: 3
|
rbd_default_features: 3
|
||||||
rbd_default_map_options: rw
|
rbd_default_map_options: rw
|
||||||
|
rbd_default_format: 2
|
||||||
|
|
||||||
## Monitor options
|
## Monitor options
|
||||||
#
|
#
|
||||||
|
|
|
@ -69,6 +69,7 @@
|
||||||
log file = {{ rbd_client_log_file }} # must be writable by QEMU and allowed by SELinux or AppArmor
|
log file = {{ rbd_client_log_file }} # must be writable by QEMU and allowed by SELinux or AppArmor
|
||||||
rbd default map options = {{ rbd_default_map_options }}
|
rbd default map options = {{ rbd_default_map_options }}
|
||||||
rbd default features = {{ rbd_default_features }} # sum features digits
|
rbd default features = {{ rbd_default_features }} # sum features digits
|
||||||
|
rbd default format = {{ rbd_default_format }}
|
||||||
|
|
||||||
[mon]
|
[mon]
|
||||||
mon osd down out interval = {{ mon_osd_down_out_interval }}
|
mon osd down out interval = {{ mon_osd_down_out_interval }}
|
||||||
|
|
Loading…
Reference in New Issue