Bug 1217701
| Summary: | ec test spurious failures | |||
|---|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Pranith Kumar K <pkarampu> | |
| Component: | tests | Assignee: | bugs <bugs> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | mainline | CC: | bugs, gluster-bugs | |
| Target Milestone: | --- | Keywords: | Reopened, Triaged | |
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | glusterfs-3.8rc2 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1218593 (view as bug list) | Environment: | ||
| Last Closed: | 2016-06-16 12:56:44 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1218593 | |||
REVIEW: http://review.gluster.org/10480 (tests: Check aux umount happened for quota tests) posted (#1) for review on master by Pranith Kumar Karampuri (pkarampu) REVIEW: http://review.gluster.org/10480 (tests: Check aux umount is unmounted for quota tests) posted (#2) for review on master by Pranith Kumar Karampuri (pkarampu) REVIEW: http://review.gluster.org/10480 (tests: Check aux umount is unmounted for quota tests) posted (#3) for review on master by Pranith Kumar Karampuri (pkarampu) REVIEW: http://review.gluster.org/10480 (tests: Check aux umount is unmounted for quota tests) posted (#4) for review on master by Pranith Kumar Karampuri (pkarampu) REVIEW: http://review.gluster.org/10480 (tests: Check aux umount is unmounted for quota tests) posted (#5) for review on master by Pranith Kumar Karampuri (pkarampu) REVIEW: http://review.gluster.org/10480 (tests: Check aux umount is unmounted for quota tests) posted (#6) for review on master by Pranith Kumar Karampuri (pkarampu) REVIEW: http://review.gluster.org/10480 (tests: Check aux umount is unmounted for quota tests) posted (#7) for review on master by Pranith Kumar Karampuri (pkarampu) COMMIT: http://review.gluster.org/10480 committed in master by Vijay Bellur (vbellur) ------ commit 7759748915485d6c740a7fed831376f298eb90bb Author: Pranith Kumar K <pkarampu> Date: Fri May 1 11:01:15 2015 +0530 tests: Check aux umount is unmounted for quota tests Change-Id: If57d08f3446755ea41f66ca258efcc8ea5a89063 BUG: 1217701 Signed-off-by: Pranith Kumar K <pkarampu> Reviewed-on: http://review.gluster.org/10480 Tested-by: NetBSD Build System Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Vijay Bellur <vbellur> Fix for this BZ is already present in a GlusterFS release. You can find clone of this BZ, fixed in a GlusterFS release and closed. Hence closing this mainline BZ as well. This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.8.0, please open a new bug report. glusterfs-3.8.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://blog.gluster.org/2016/06/glusterfs-3-8-released/ [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user |
Description of problem: I see that ec tests are failing because of 'df -h' test failure which is failing because it is failing aux mount failure which is done by quota. df: `/var/run/gluster/patchy': Transport endpoint is not connected <<<<----------------- [07:38:37] ./tests/basic/ec/ec-3-1.t .. not ok 11 I see that ec tests are failing because of 'df -h' test failure which is failing because it is failing aux mount df -h failure which is done by quota. I see from the test tests/bugs/quota/bug-1049323.t gluster volume stop should stop the quota mount. I think it is better to unmount it in cleanup as well, but I am not sure how to get the 'run' directory in a generic way. On my laptop it is mounted on '/run/gluster/<volname>' Vijai or Sachin will be taking that up. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: