diff options
author | Amar Tumballi <amarts@redhat.com> | 2012-06-04 16:05:49 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-06-04 09:51:52 -0700 |
commit | 72ac995f844bf1a0cd7e2b51e9f38e7250de9bba (patch) | |
tree | 8a5e03136d6cf9256344bc3baed1d8dca1d84255 /xlators/mount | |
parent | ba60970485e06d70ed4b973a1386e0601c49a86d (diff) |
mount.glusterfs: update the glusterd WORKDIR
Change-Id: I70d091611d314598412b5315adcbe1b5147a8773
Signed-off-by: Amar Tumballi <amarts@redhat.com>
BUG: 824231
Reviewed-on: http://review.gluster.com/3513
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/mount')
-rwxr-xr-x | xlators/mount/fuse/utils/mount.glusterfs.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |