diff options
author | Avra Sengupta <asengupt@redhat.com> | 2013-01-24 11:39:48 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-01-29 15:27:29 -0800 |
commit | b8d5fd2b88db7e18a10e57a0edf1a41eda4f5314 (patch) | |
tree | 7fb29a1060e0fc802f81473114117aabec4db507 /tests/volume.rc | |
parent | 326a47939dabff218205ca2959b9701e2e0ce47c (diff) |
glusterfs : Moved option files, and statedumps from /tmp
Change-Id: Ibdede396c4d6859225937316b7a59a661bcaf9f5
BUG: 764890
Signed-off-by: Avra Sengupta <asengupt@redhat.com>
Reviewed-on: http://review.gluster.org/4422
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'tests/volume.rc')
-rw-r--r-- | tests/volume.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/volume.rc b/tests/volume.rc index 9ecb24d405c..e8dd2eeb778 100644 --- a/tests/volume.rc +++ b/tests/volume.rc @@ -38,12 +38,12 @@ function generate_client_statedump { local fpath="" client_pid=$1 #remove old stale statedumps - rm -f /tmp/glusterdump.$client_pid.dump.* 2>/dev/null + rm -f $statedumpdir/glusterdump.$client_pid.dump.* 2>/dev/null kill -USR1 $client_pid #Wait till the statedump is generated sleep 1 - fname=$(ls /tmp | grep -E "glusterdump.$client_pid.dump.*") - echo /tmp/$fname + fname=$(ls $statedumpdir | grep -E "glusterdump.$client_pid.dump.*") + echo $statedumpdir/$fname } function generate_mount_statedump { |