Bug 763300 (GLUSTER-1568) - Fuse init doesn't happen when vol file is changed
Summary: Fuse init doesn't happen when vol file is changed
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: GLUSTER-1568
Product: GlusterFS
Classification: Community
Component: fuse
Version: mainline
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Amar Tumballi
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-09-08 07:43 UTC by Anush Shetty
Modified: 2015-12-01 16:45 UTC (History)
3 users (show)

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


Attachments (Terms of Use)
Client vol file (2.43 KB, application/x-bzip)
2010-09-08 04:43 UTC, Anush Shetty
no flags Details

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)


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