From d39ed89765a8d0a1f767b864fd6826d29de7ad1f Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Thu, 30 Sep 2010 02:18:11 +0000 Subject: start the per brick process with 'glusterfsd' instead of 'glusterfs' for users, it becomes easy to differenciate which process is exporting bricks, and which is used as a client process. Signed-off-by: Amar Tumballi Signed-off-by: Vijay Bellur BUG: 971 (dynamic volume management) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971 --- xlators/mgmt/glusterd/src/glusterd-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators') diff --git a/xlators/mgmt/glusterd/src/glusterd-utils.c b/xlators/mgmt/glusterd/src/glusterd-utils.c index 923dbc67e7e..7072ce1b982 100644 --- a/xlators/mgmt/glusterd/src/glusterd-utils.c +++ b/xlators/mgmt/glusterd/src/glusterd-utils.c @@ -873,7 +873,7 @@ glusterd_volume_start_glusterfs (glusterd_volinfo_t *volinfo, } snprintf (cmd_str, 8192, - "%s/sbin/glusterfs --xlator-option %s-server.listen-port=%d " + "%s/sbin/glusterfsd --xlator-option %s-server.listen-port=%d " "-s localhost --volfile-id %s -p %s --brick-name %s " "--brick-port %d -l %s", GFS_PREFIX, volinfo->volname, port, volfile, pidfile, brickinfo->path, port, -- cgit