From f297af23c5e0af3b86238b525987bc20cdbd4d38 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 22 Apr 2016 10:56:30 -0500 Subject: [PATCH] default rbd_client_directories to true Signed-off-by: Andrew Schoen --- group_vars/all.sample | 2 +- roles/ceph-common/defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/all.sample b/group_vars/all.sample index 132325ee0..18ad11651 100644 --- a/group_vars/all.sample +++ b/group_vars/all.sample @@ -185,7 +185,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 d235453cd..02d8ccb2a 100644 --- a/roles/ceph-common/defaults/main.yml +++ b/roles/ceph-common/defaults/main.yml @@ -177,7 +177,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 -- 2.47.3