Bug 2125357
Summary: | when running iscsiadm login and quick logout the logout didn't run as expected | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Ben Marzinski <bmarzins> |
Component: | device-mapper-multipath | Assignee: | Ben Marzinski <bmarzins> |
Status: | CLOSED ERRATA | QA Contact: | Lin Li <lilin> |
Severity: | unspecified | Docs Contact: | |
Priority: | high | ||
Version: | 9.1 | CC: | agk, bmarzins, cwei, heinzm, khakimi, lilin, mhoyer, msnitzer, prajnoha, zkabelac |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | device-mapper-multipath-0.8.7-13.el9 | Doc Type: | Bug Fix |
Doc Text: |
Cause:
multipathd wasn't respecting the flush_on_last_del and deferred_remove configuration parameters if a multipath device lost all of it's paths before it received the uevent for the device being created.
Consequence:
If paths were quickly added and removed from a system, the multipath devices could fail to be removed, even if flush_on_last_del and deferred_remove were set.
Fix:
If multipathd notices that all the paths have been removed, when it is finalizing device setup after receiving the uevent for the multipath device's creation, it now attempts to remove the device, just like if the paths were removed after the device was fully set up.
Result:
multipath devices are correctly removed, even when paths are rapidly added and removed.
|
Story Points: | --- |
Clone Of: | 2110485 | Environment: | |
Last Closed: | 2023-05-09 08:14:07 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: | 2110485 | ||
Bug Blocks: |
Description
Ben Marzinski
2022-09-08 17:43:06 UTC
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: device-mapper-multipath security and bug fix 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-2023:2459 |