Bug 764436 (GLUSTER-2704) - Stale mount-points seen after execting quota list command
Summary: Stale mount-points seen after execting quota list command
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: GLUSTER-2704
Product: GlusterFS
Classification: Community
Component: quota
Version: mainline
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Junaid
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-04-09 10:31 UTC by Junaid
Modified: 2013-08-06 22:37 UTC (History)
3 users (show)

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


Attachments (Terms of Use)

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 ~]#


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