Bug 1370564
| Summary: | require ioprocess 0.15.2 in vdsm spec to fix NFS and POSIX storage domain not unmounted cleanly due to open ioprocesses | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Allie DeVolder <adevolder> |
| Component: | vdsm | Assignee: | Nir Soffer <nsoffer> |
| Status: | CLOSED ERRATA | QA Contact: | Kevin Alon Goldblatt <kgoldbla> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.5.7 | CC: | acanan, adevolder, amureini, bazulay, gklein, kgoldbla, lsurette, melewis, mkalinin, nsoffer, ratamir, srevivo, tnisan, ycui, ykaul, ylavi |
| Target Milestone: | ovirt-3.6.10 | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Previously, ioprocess helper was keeping an open file on shared storage while it was running. This meant that the host could not mount the storage domain. Now, a version of ioprocess that fixes this issue is required. This means that ioprocess no longer keeps files open the shared storage and the mount will succeed.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-17 18:06:14 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1371634 | ||
| Bug Blocks: | |||
|
Description
Allie DeVolder
2016-08-26 15:30:05 UTC
Currently I don't see a Node impact, thus moving to storage. Does it happen with 3.6? Nir - shouldn't this be covered by your work on ioprocess leakage? This is a duplicate of bug 1339777, fixed in ioprocess-0.16.1. The fix was not backported to ioprocess-0.15, available in rhev-3.6 chanel, but we can backport it if needed (trivial fix). Backport is here: https://gerrit.ovirt.org/62953 This depends on ioprocess bug 1371634, we can require the ioprocess version fixing this when it is available. This bug is for requiring newer ioprocess pkg right ? If so, Can you please add the version we want to require ? *** Bug 1373491 has been marked as a duplicate of this bug. *** How to verify: I don't think we can reproduce the mount issue described in the description. We can easily reproduce the open __DIRECT_IO_TEST__ file, but we already did when verifying bug 1371634. So the only think we want to verify here is that when installing vdsm on a system running ioprocess < 0.15.2, iprocess 0.15.2 in installed during vdsm upgrade/installation. We can also check that after vdsm upgrade, none of the ioprocess instances has an open file on shared storage (using lsof). Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2017-0109.html |