Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1036127

Summary: multipath: iSCSI multipath device are not restored after reboot
Product: Red Hat Enterprise Linux 7 Reporter: Bruno Goncalves <bgoncalv>
Component: device-mapper-multipathAssignee: LVM and device-mapper development team <lvm-team>
Status: CLOSED NOTABUG QA Contact: Bruno Goncalves <bgoncalv>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0CC: agk, bmarzins, heinzm, msnitzer, prajnoha
Target Milestone: rcKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-29 14:33:35 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:

Description Bruno Goncalves 2013-11-29 14:07:47 UTC
Description of problem:
Sometimes after rebooting a server the iSCSI multipath device is not restored.

# multipath -l
360a980003246694a412b424f41624651 dm-3 NETAPP  ,LUN             
size=10G features='4 queue_if_no_path pg_init_retries 50 retain_attached_hw_handle' hwhandler='0' wp=rw
`-+- policy='service-time 0' prio=0 status=active
  |- 9:0:0:0 sdc 8:32 active undef running
  `- 8:0:0:0 sdd 8:48 active undef running

# multipath -l
#

# multipathd show paths format "%d %m"
dev multipath
sdc [orphan] 
sdd [orphan] 

## After reloading it manually it works

# multipath -r
create: 360a980003246694a412b424f41624651 undef NETAPP  ,LUN             
size=10G features='3 queue_if_no_path pg_init_retries 50' hwhandler='0' wp=undef
`-+- policy='service-time 0' prio=2 status=undef
  |- 8:0:0:0 sdd 8:48 undef ready running
  `- 9:0:0:0 sdc 8:32 undef ready running

# multipath -l
360a980003246694a412b424f41624651 dm-3 NETAPP  ,LUN             
size=10G features='4 queue_if_no_path pg_init_retries 50 retain_attached_hw_handle' hwhandler='0' wp=rw
`-+- policy='service-time 0' prio=0 status=active
  |- 8:0:0:0 sdd 8:48 active undef running
  `- 9:0:0:0 sdc 8:32 active undef running


Version-Release number of selected component (if applicable):
device-mapper-multipath-0.4.9-58.el7

How reproducible:
about 10% of the times

Steps to Reproduce:
1.Establishes a iSCSI session with multipath device
2.Reboot server
3.List multipath devices after reboot