From: Andrew Schoen Date: Fri, 22 Apr 2016 15:56:30 +0000 (-0500) Subject: default rbd_client_directories to true X-Git-Tag: ceph-ansible-1.0.5-33~70 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=866ab41f828934e28f0824c7b836ae4b6421c9dc;p=ceph-ansible.git default rbd_client_directories to true Signed-off-by: Andrew Schoen (cherry picked from commit f297af23c5e0af3b86238b525987bc20cdbd4d38) --- diff --git a/group_vars/all.sample b/group_vars/all.sample index 1f462a6c7..ce04ff2e6 100644 --- a/group_vars/all.sample +++ b/group_vars/all.sample @@ -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 diff --git a/roles/ceph-common/defaults/main.yml b/roles/ceph-common/defaults/main.yml index b8599cb4d..568e9d2f7 100644 --- a/roles/ceph-common/defaults/main.yml +++ b/roles/ceph-common/defaults/main.yml @@ -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