Hide Forgot
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