Hide Forgot
After execution of the >gluster volume quota vol-name list it creates glusterfs client which is not unmounted.
PATCH: http://patches.gluster.com/patch/6760 in master (cli: Cleanup the maintainence mount points used by quota.)
[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 ~]#