summaryrefslogtreecommitdiffstats
path: root/smoke.sh
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendra@redhat.com>2012-05-29 17:57:54 +0530
committerVijay Bellur <vijay@gluster.com>2012-05-29 06:30:23 -0700
commit647f561f6ad16174da700ea6b70f01b6e0ae6d96 (patch)
treea7618d3a9a6c783a37688e068961dd2d874562c5 /smoke.sh
parent9b9ede959d70438b1c41aad14ed189c03d16a544 (diff)
glusterd: change working-directory from /etc/glusterd to /var/lib/glusterdv3.3.0qa44
as it is changed in RPM based install (using spec file), makes sense to do it everywhere, even in source install Change-Id: Id813104cf017ac575d4ce9bdff76b414c99db999 BUG: 824231 Signed-off-by: Raghavendra Bhat <raghavendra@redhat.com> Reviewed-on: http://review.gluster.com/3479 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com> Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'smoke.sh')
-rwxr-xr-xsmoke.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke.sh b/smoke.sh
index 5080f59ca62..a87908d794e 100755
--- a/smoke.sh
+++ b/smoke.sh
@@ -14,7 +14,7 @@ function cleanup()
killall -15 glusterfs glusterfsd glusterd glusterd 2>&1 || true;
killall -9 glusterfs glusterfsd glusterd glusterd 2>&1 || true;
umount -l $M 2>&1 || true;
- rm -rf /etc/glusterd $P/export;
+ rm -rf /var/lib/glusterd /etc/glusterd $P/export;
}
function start_fs()