From 5cb5d7029216ce71b19fd798a86ef4c384262ba9 Mon Sep 17 00:00:00 2001 From: Aravinda VK Date: Tue, 7 Apr 2015 15:05:09 +0530 Subject: tools/glusterfind: Prevent ssh public key overwrite issue Same ssh key was used for all the sessions, when multiple sessions created in Cluster, public keys get overwritten by newest sessions. Moved ssh keys to respective session dir. BUG: 1206547 Change-Id: I3d8fac9b24bc7c71445c7b4deae83104693e7dab Signed-off-by: Aravinda VK Reviewed-on: http://review.gluster.org/10150 Tested-by: Gluster Build System Reviewed-by: Kotresh HR Reviewed-by: Venky Shankar Tested-by: Venky Shankar --- tools/glusterfind/src/tool.conf.in | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/glusterfind/src/tool.conf.in') diff --git a/tools/glusterfind/src/tool.conf.in b/tools/glusterfind/src/tool.conf.in index 48ecdda06cc..54230cb4dca 100644 --- a/tools/glusterfind/src/tool.conf.in +++ b/tools/glusterfind/src/tool.conf.in @@ -1,6 +1,5 @@ [vars] session_dir=@GLUSTERD_WORKDIR@/glusterfind/ -secret_pem=@GLUSTERD_WORKDIR@/glusterfind.secret.pem working_dir=@GLUSTERFSD_MISCDIR@/glusterfind/ log_dir=/var/log/glusterfs/glusterfind/ nodecleanup=@GLUSTERFS_LIBEXECDIR@/glusterfind/nodecleanup.py -- cgit