diff options
author | Amar Tumballi <amarts@redhat.com> | 2012-06-04 16:05:49 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-07-03 05:02:44 -0700 |
commit | 4f31c4ccd36ed446f705fa7537e81b753de3d85d (patch) | |
tree | 7f0c9cecb19ab8fbcb2b22a723b4a71e80e40d65 | |
parent | 8519baae01b64c3d102b2af6e6e8912f17907fb2 (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/3512
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
-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 8dcf8caff1a..251f50e166f 100755 --- a/xlators/mount/fuse/utils/mount.glusterfs.in +++ b/xlators/mount/fuse/utils/mount.glusterfs.in @@ -201,7 +201,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 |