diff options
author | Amar Tumballi <amar@gluster.com> | 2011-06-01 04:51:08 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-06-14 02:38:07 -0700 |
commit | b81ab76a2b3163b9326c5c024c7dc5f51e6ae868 (patch) | |
tree | 0f87e095758a5f35f66cfa9159282a440b356e16 /xlators/mgmt/glusterd | |
parent | c31eb96811e6e99f79466fdf9c1dbb0c6fb00f7f (diff) |
gluster rebalance: fix the mount command string
error creeped in while bringing in 'runner' options
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2258 (enhance gluster volume rebalance)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2258
Diffstat (limited to 'xlators/mgmt/glusterd')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-rebalance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-rebalance.c b/xlators/mgmt/glusterd/src/glusterd-rebalance.c index 57b1772c227..f72a468019f 100644 --- a/xlators/mgmt/glusterd/src/glusterd-rebalance.c +++ b/xlators/mgmt/glusterd/src/glusterd-rebalance.c @@ -595,7 +595,7 @@ glusterd_handle_defrag_start (glusterd_volinfo_t *volinfo, char *op_errstr, "-s", "localhost", "--volfile-id", volinfo->volname, "--xlator-option", "*dht.use-readdirp=yes", "--xlator-option", "*dht.lookup-unhashed=yes", - volinfo->volname, defrag->mount, NULL); + defrag->mount, NULL); ret = runner_run_reuse (&runner); if (ret) { runner_log (&runner, "glusterd", GF_LOG_DEBUG, "command failed"); |