Bug 765075 (GLUSTER-3343) - [3.1.6qa4 -- c5a927ef1adfd51445946eb921728e2d72f1b6ca] Can't start glusterfsd process
Summary: [3.1.6qa4 -- c5a927ef1adfd51445946eb921728e2d72f1b6ca] Can't start glusterfsd...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: GLUSTER-3343
Product: GlusterFS
Classification: Community
Component: glusterd
Version: pre-release
Hardware: x86_64
OS: Linux
medium
high
Target Milestone: ---
Assignee: Vijay Bellur
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-08-05 11:53 UTC by M S Vishwanath Bhat
Modified: 2016-06-01 01:55 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Anand Avati 2011-08-05 09:30:25 UTC
CHANGE: http://review.gluster.com/181 (Change-Id: I5c0fbf3252abcae16d5c4e6ea500c9a9ce3a4090) merged in release-3.1 by Vijay Bellur (vijay)

Comment 1 M S Vishwanath Bhat 2011-08-05 11:53:21 UTC
After creating the gluster volume can't start the glusterfsd process. Volume start command succeeds but can't glusterfsd process won't start.

I see the following log in the brick log.

[2011-08-05 04:50:27.379888] W [graph.c:274:gf_add_cmdline_options] 0-ptop-server: adding option 'listen-port' for volume 'ptop-server' with value '24009'
[2011-08-05 04:50:27.379963] E [server.c:374:validate_auth_options] 0-ptop-server: volume '/tmp/brickx' defined as subvolume, but no authentication defined for the same
[2011-08-05 04:50:27.379985] E [xlator.c:843:xlator_init] 0-ptop-server: Initialization of volume 'ptop-server' failed, review your volfile again
[2011-08-05 04:50:27.380005] E [graph.c:331:glusterfs_graph_init] 0-ptop-server: initializing translator failed
[2011-08-05 04:50:27.380145] I [glusterfsd.c:712:cleanup_and_exit] 0-glusterfsd: shutting down


the volfile is generated without the option 'auth.allow'

volume ptop-server
    type protocol/server
    option transport-type tcp
    subvolumes /tmp/brickx
end-volume

Comment 2 M S Vishwanath Bhat 2011-08-06 06:58:39 UTC
with 3.1.6qa5 this issue is fixed. After running volume start command glusterfsd processes are started, Also the server volfile is generated with 'auth allow' option.

volume hosdu-server
    type protocol/server
    option transport-type tcp
    option auth.addr./dr0.allow *
    subvolumes /dr0
end-volume


Note You need to log in before you can comment on or make changes to this bug.