From ef32f3059b9dae18f9e76e0385eb01674dc6b94e Mon Sep 17 00:00:00 2001 From: Vijaikumar M Date: Thu, 27 Mar 2014 13:44:56 +0530 Subject: glusterd/snapshot:store related fix for the review comments in the upstream Change-Id: I07da1f0a102b71c7c70dac83b1fe98d05607cb64 Signed-off-by: Vijaikumar M Reviewed-on: http://review.gluster.org/7355 Reviewed-by: Rajesh Joseph Tested-by: Rajesh Joseph --- tests/snapshot.rc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/snapshot.rc b/tests/snapshot.rc index 20bddcf0f..a5b86f674 100755 --- a/tests/snapshot.rc +++ b/tests/snapshot.rc @@ -54,6 +54,8 @@ function setup_lvm() { function cleanup_lvm() { pkill gluster + sleep 2 + if [ "$LVM_DEFINED" = "1" ]; then _cleanup_lvm fi -- cgit