diff options
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-utils.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-utils.c b/xlators/mgmt/glusterd/src/glusterd-utils.c index 285f8cc6..14a32726 100644 --- a/xlators/mgmt/glusterd/src/glusterd-utils.c +++ b/xlators/mgmt/glusterd/src/glusterd-utils.c @@ -1364,7 +1364,7 @@ glusterd_volume_start_glusterfs (glusterd_volinfo_t  *volinfo,          (void) snprintf (glusterd_uuid, 1024, "*-posix.glusterd-uuid=%s",                           uuid_utoa (MY_UUID));  	runner_add_args (&runner, SBIN_DIR"/glusterfsd", -                         "-s", "localhost", "--volfile-id", volfile, +                         "-s", brickinfo->hostname, "--volfile-id", volfile,                           "-p", pidfile, "-S", socketpath,                           "--brick-name", brickinfo->path,                           "-l", brickinfo->logfile,  | 
