Bug 1903346
Summary: | PV backed by FC lun is not being unmounted properly and this leads to IO errors / xfs corruption. | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | emahoney | |
Component: | Storage | Assignee: | Jan Safranek <jsafrane> | |
Storage sub component: | Kubernetes | QA Contact: | Qin Ping <piqin> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | urgent | |||
Priority: | urgent | CC: | andcosta, aos-bugs, apanagio, bjarolim, chaoyang, openshift-bugs-escalate, piqin, plambri, rheinzma | |
Version: | 3.11.0 | |||
Target Milestone: | --- | |||
Target Release: | 4.7.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Cause:
Kubernetes FibreChannel (FC) volume plugin did not properly flush multipath device before deleting it.
Consequence:
In rare cases, a filesystem on multipath FC device was corrupted during pod destruction.
Fix:
Kubernetes flushes data before deleting FC multipath device.
Result:
No filesystem corruption.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1903524 (view as bug list) | Environment: | ||
Last Closed: | 2021-02-24 15:37:21 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: | 1903524 |
Description
emahoney
2020-12-01 20:49:27 UTC
Thanks for a great explanation and links to code! The fix looks straightforward now. Upstream PR: https://github.com/kubernetes/kubernetes/pull/97013 Waiting for upstream to un-freeze. Verified with: 4.7.0-0.nightly-2021-02-02-223803 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 (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), 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://access.redhat.com/errata/RHSA-2020:5633 |