| Summary: | Stale mount-points seen after execting quota list command | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Junaid <junaid> |
| Component: | quota | Assignee: | Junaid <junaid> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | mainline | CC: | 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: | |
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 ~]# |
After execution of the >gluster volume quota vol-name list it creates glusterfs client which is not unmounted.