From 72ac995f844bf1a0cd7e2b51e9f38e7250de9bba Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Mon, 4 Jun 2012 16:05:49 +0530 Subject: mount.glusterfs: update the glusterd WORKDIR Change-Id: I70d091611d314598412b5315adcbe1b5147a8773 Signed-off-by: Amar Tumballi BUG: 824231 Reviewed-on: http://review.gluster.com/3513 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- xlators/mount/fuse/utils/mount.glusterfs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlators/mount/fuse/utils/mount.glusterfs.in b/xlators/mount/fuse/utils/mount.glusterfs.in index 3d8ae0b39c6..ca33575eb6d 100755 --- a/xlators/mount/fuse/utils/mount.glusterfs.in +++ b/xlators/mount/fuse/utils/mount.glusterfs.in @@ -234,7 +234,7 @@ check_recursive_mount () fi # check if the mount point is a brick's parent directory - GLUSTERD_WORKDIR="/etc/glusterd"; + GLUSTERD_WORKDIR="/var/lib/glusterd"; ls -L "$GLUSTERD_WORKDIR"/vols/*/bricks/* > /dev/null 2>&1; if [ $? -ne 0 ]; then -- cgit