]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
default rbd_client_directories to true
authorAndrew Schoen <aschoen@redhat.com>
Fri, 22 Apr 2016 15:56:30 +0000 (10:56 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 25 Apr 2016 16:32:17 +0000 (11:32 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit f297af23c5e0af3b86238b525987bc20cdbd4d38)

group_vars/all.sample
roles/ceph-common/defaults/main.yml

index 1f462a6c7a0a571cfe71d1885201aeabfd47f7b7..ce04ff2e649ebeb4ef47d711580e242f6113ef1a 100644 (file)
@@ -184,7 +184,7 @@ dummy:
 #rbd_cache_writethrough_until_flush: "true"
 #rbd_concurrent_management_ops: 20
 
-#rbd_client_directories: false # this will create rbd_client_log_path and rbd_client_admin_socket_path directories with proper permissions
+#rbd_client_directories: true # this will create rbd_client_log_path and rbd_client_admin_socket_path directories with proper permissions
 
 # Permissions for the rbd_client_log_path and
 # rbd_client_admin_socket_path. Depending on your use case for Ceph
index b8599cb4d7bf3077a72c3901e410164d70533ec8..568e9d2f7afaa24a0da833e4a0dd2e05b98249cd 100644 (file)
@@ -176,7 +176,7 @@ rbd_cache: "true"
 rbd_cache_writethrough_until_flush: "true"
 rbd_concurrent_management_ops: 20
 
-rbd_client_directories: false # this will create rbd_client_log_path and rbd_client_admin_socket_path directories with proper permissions
+rbd_client_directories: true # this will create rbd_client_log_path and rbd_client_admin_socket_path directories with proper permissions
 
 # Permissions for the rbd_client_log_path and
 # rbd_client_admin_socket_path. Depending on your use case for Ceph