Bug 806890

Summary: mount command outputs the replace-brick started glusterfs process
Product: [Community] GlusterFS Reporter: Shwetha Panduranga <shwetha.h.panduranga>
Component: glusterdAssignee: krishnan parthasarathi <kparthas>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: mainlineCC: gluster-bugs, nsathyan, rahulcs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: glusterfs-3.4.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-24 17:16:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Shwetha Panduranga 2012-03-26 12:50:29 UTC
Description of problem
when replace-brick is performed, a glusterfs client process is started to migrate the data. executing "mount" command is displaying the replace-brick started glusterfs process also. 

This client process should not be displayed in the mount output as it is internal process started by replace-brick.  

Version-Release number of selected component (if applicable):
mainline

How reproducible:
often

Steps to Reproduce:
1.create a volume. start volume
2.perform replace-brick <old_brick> <new_brick>
3.execute "mount" command on the storage node where replace-brick is started. 
  
Actual results:
[03/26/12 - 22:39:18 root@APP-SERVER1 dstore1]# mount
/dev/sda3 on / type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/sda1 on /boot type ext3 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
/dev/sdb1 on /export1 type ext4 (rw)
/dev/sdc1 on /export2 type xfs (rw)
/etc/glusterd/vols/dstore/rb_client.vol on /etc/glusterd/vols/dstore/rb_mount type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072)

Comment 1 krishnan parthasarathi 2012-07-11 07:13:49 UTC
*** Bug 807650 has been marked as a duplicate of this bug. ***

Comment 2 Vijay Bellur 2012-07-30 18:40:17 UTC
CHANGE: http://review.gluster.com/3143 (glusterd: Modifed replace-brick mount cleanup to use lazy umount) merged in master by Anand Avati (avati)