diff options
Diffstat (limited to 'smoke.sh')
-rwxr-xr-x | smoke.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |