summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-store.c
diff options
context:
space:
mode:
authorAvra Sengupta <asengupt@redhat.com>2015-06-16 23:53:32 +0530
committerRajesh Joseph <rjoseph@redhat.com>2015-06-25 09:26:18 -0700
commit9230ae2bd02672a91e61b3ea98a2c2a662f21862 (patch)
tree60e8a3fb23aff8cdcdfa83f3ceeda063e3f9954e /xlators/mgmt/glusterd/src/glusterd-store.c
parentb9ab4e3e34de242452898913e6413d8ee97d6556 (diff)
snapshot: Fix terminating slash in brick mount path
Backport of http://review.gluster.org/#/c/11262/ glusterd_find_brick_mount_path(), returns mount path, with a terminating '/' at the ned of the string in cases where the brick dir is a dir in the lvm root dir. Ignoring the terminating '/' fixes the issue. Change-Id: Ie7e63d37d48e2e03d541ae0076b8f143b8c9112f BUG: 1232887 Signed-off-by: Avra Sengupta <asengupt@redhat.com> Reviewed-on: http://review.gluster.org/11294 Reviewed-by: Atin Mukherjee <amukherj@redhat.com> Tested-by: NetBSD Build System <jenkins@build.gluster.org> Reviewed-by: Rajesh Joseph <rjoseph@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-store.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-store.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-store.c b/xlators/mgmt/glusterd/src/glusterd-store.c
index 690023bdb3c..d865f5db0ce 100644
--- a/xlators/mgmt/glusterd/src/glusterd-store.c
+++ b/xlators/mgmt/glusterd/src/glusterd-store.c
@@ -3092,7 +3092,6 @@ glusterd_find_brick_mount_path (char *brick_path, char **brick_mount_path)
ptr++;
if (*ptr == '/') {
- ptr++;
*ptr = '\0';
}