Bug 763300 (GLUSTER-1568)

Summary: Fuse init doesn't happen when vol file is changed
Product: [Community] GlusterFS Reporter: Anush Shetty <anush>
Component: fuseAssignee: Amar Tumballi <amarts>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: low    
Version: mainlineCC: amarts, gluster-bugs, vraman
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: fuse
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Client vol file none

Description Anush Shetty 2010-09-08 07:43:27 UTC
I edited the client vol file generated by glusterd to remove performance translators, but couldn't mount the client after that

Given volfile:
+------------------------------------------------------------------------------+
  1: volume sep8_tcp-client-0
  2:     type protocol/client
  3:     option transport-type tcp
  4:     option remote-host 10.1.10.34
  5:     option transport.socket.nodelay on
  6:     option remote-subvolume /anush/export6
  7: end-volume

+------------------------------------------------------------------------------+
[2010-09-08 00:39:23.578634] D [glusterfsd-mgmt.c:415:glusterfs_mgmt_pmap_signin] fsd-mgmt: portmapper signin arguments not given
[2010-09-08 00:39:23.578777] D [client-handshake.c:684:server_has_portmap] sep8_tcp-client-0: detected portmapper on server
[2010-09-08 00:39:23.578897] D [rpc-clnt.c:483:rpc_clnt_connection_cleanup] rpc-clnt: cleaning up state in transport object 0x1fc1ffc8
[2010-09-08 00:39:27.576454] D [name.c:155:client_fill_address_family] sep8_tcp-client-0: address-family not specified, guessing it to be inet/inet6
[2010-09-08 00:39:27.579131] I [client-handshake.c:653:select_server_supported_programs] sep8_tcp-client-0: Using Program GlusterFS-3.1.0, Num (1298437), Version (310)
[2010-09-08 00:39:27.579363] I [client-handshake.c:489:client_setvolume_cbk] sep8_tcp-client-0: Connected to 10.1.10.34:6975, attached to remote volume '/anush/export6'.

Comment 1 Vijay Bellur 2010-09-08 07:52:21 UTC
PATCH: http://patches.gluster.com/patch/4652 in master (protocol/client: send CHILD_UP directly fuse if parent is NULL)