]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
default rbd_client_log_path to /var/log/ceph 721/head
authorAndrew Schoen <aschoen@redhat.com>
Fri, 22 Apr 2016 17:39:16 +0000 (12:39 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 22 Apr 2016 17:39:16 +0000 (12:39 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
group_vars/all.sample
roles/ceph-common/defaults/main.yml

index 604360ba919b76def913832b020dc9a1dc1dbc6f..3b51db0e4b0776ef4ced54c591bd1379abc6566c 100644 (file)
@@ -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
index 5bc59d12a424c419a570415056fd58516f4d8fd5..41f3eeaf897fdbce1ff3d56b98406f94b6fc0855 100644 (file)
@@ -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