Bug 764436 (GLUSTER-2704)

Summary: Stale mount-points seen after execting quota list command
Product: [Community] GlusterFS Reporter: Junaid <junaid>
Component: quotaAssignee: Junaid <junaid>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: mainlineCC: gluster-bugs, saurabh, vagarwal
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Junaid 2011-04-09 10:31:47 UTC
After execution of the 
>gluster volume quota vol-name list it creates glusterfs client which is not unmounted.

Comment 1 Anand Avati 2011-04-11 03:52:26 UTC
PATCH: http://patches.gluster.com/patch/6760 in master (cli: Cleanup the maintainence mount points used by quota.)

Comment 2 Saurabh 2011-04-12 02:39:19 UTC
[root@centos-qa-client-2 ~]# 
[root@centos-qa-client-2 ~]# 
[root@centos-qa-client-2 ~]# /opt/glusterfs/3.2.0quota/inst/sbin/gluster volume quota dist3 list 
	path		  limit_set	     size
----------------------------------------------------------------------------------
/                       1048576               997152
[root@centos-qa-client-2 ~]# mount | grep dist3
[root@centos-qa-client-2 ~]# /opt/glusterfs/3.2.0quota/inst/sbin/gluster volume quota dist2 list 
	path		  limit_set	     size
----------------------------------------------------------------------------------
/                       2097152               200000
/d1                     1048576               100000
/d2                     1048576               100000
/d2/dd2                  102400               100000
/d1/dd1                  102400               100000
[root@centos-qa-client-2 ~]# mount | grep dist2
[root@centos-qa-client-2 ~]# umount /etc/glusterd/mount/dist-rep2
[root@centos-qa-client-2 ~]# /opt/glusterfs/3.2.0quota/inst/sbin/gluster volume quota dist-rep2 list 
	path		  limit_set	     size
----------------------------------------------------------------------------------
/                       2097152              1044480
[root@centos-qa-client-2 ~]# mount | grep dist-rep2
[root@centos-qa-client-2 ~]# 
[root@centos-qa-client-2 ~]#