diff options
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  | 
