diff options
author | Amar Tumballi <amar@gluster.com> | 2010-09-30 02:18:11 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-30 01:52:22 -0700 |
commit | d39ed89765a8d0a1f767b864fd6826d29de7ad1f (patch) | |
tree | 0db1c38b2c21dbb463bcddb0969b825be5af1d7b /xlators | |
parent | f63e4b6e9aada6f96c71513bcf7f501f613a30fe (diff) |
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 <amar@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 971 (dynamic volume management)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971
Diffstat (limited to 'xlators')
-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 923dbc67e..7072ce1b9 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, |