summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt
diff options
context:
space:
mode:
authorKrishnan Parthasarathi <kp@gluster.com>2012-03-01 12:18:48 +0530
committerVijay Bellur <vijay@gluster.com>2012-02-29 23:26:31 -0800
commit6e9a8f61b7d7371fa749c168162c716c2b0be70b (patch)
tree5666df08c1c20d2fa1eebebaca4682c95071837c /xlators/mgmt
parent8747925fb0847364be98afc2c2d59b42b2f8514c (diff)
glusterd: Changed clear-locks cmd to use trusted-volfile for its internal mount
Change-Id: Iba8add1802832d4fa7082bc6a68eee966ddc508b BUG: 798127 Signed-off-by: Krishnan Parthasarathi <kp@gluster.com> Reviewed-on: http://review.gluster.com/2846 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'xlators/mgmt')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volume-ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c
index da7631d1677..6fca5b8f8a3 100644
--- a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c
@@ -1658,7 +1658,7 @@ glusterd_clearlocks_mount (glusterd_volinfo_t *volinfo, char **xl_opts,
priv = THIS->private;
runinit (&runner);
- glusterd_get_client_filepath (client_volfpath, volinfo,
+ glusterd_get_trusted_client_filepath (client_volfpath, volinfo,
volinfo->transport_type);
runner_add_args (&runner, SBIN_DIR"/glusterfs", "-f", NULL);
runner_argprintf (&runner, "%s", client_volfpath);