mirror of https://github.com/ceph/ceph-ansible.git
default rbd_client_log_path to /var/log/ceph
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/721/head
parent
b649c4229a
commit
79a6e05228
|
@ -217,7 +217,7 @@ dummy:
|
|||
#rbd_client_directory_group: null
|
||||
#rbd_client_directory_mode: null
|
||||
|
||||
#rbd_client_log_path: /var/log/rbd-clients/
|
||||
#rbd_client_log_path: /var/log/ceph
|
||||
#rbd_client_log_file: "{{ rbd_client_log_path }}/qemu-guest-$pid.log" # must be writable by QEMU and allowed by SELinux or AppArmor
|
||||
#rbd_client_admin_socket_path: /var/run/ceph # must be writable by QEMU and allowed by SELinux or AppArmor
|
||||
#rbd_default_features: 3
|
||||
|
|
|
@ -209,7 +209,7 @@ rbd_client_directory_owner: null
|
|||
rbd_client_directory_group: null
|
||||
rbd_client_directory_mode: null
|
||||
|
||||
rbd_client_log_path: /var/log/rbd-clients/
|
||||
rbd_client_log_path: /var/log/ceph
|
||||
rbd_client_log_file: "{{ rbd_client_log_path }}/qemu-guest-$pid.log" # must be writable by QEMU and allowed by SELinux or AppArmor
|
||||
rbd_client_admin_socket_path: /var/run/ceph # must be writable by QEMU and allowed by SELinux or AppArmor
|
||||
rbd_default_features: 3
|
||||
|
|
Loading…
Reference in New Issue