dracut icon indicating copy to clipboard operation
dracut copied to clipboard

multipathd.service killed before recognize all iSCSI disk

Open wenchao-hao opened this issue 2 years ago • 2 comments

Describe the bug We config two netroot which point to one same LUN on remote iSCSI target. Durning the initrd, we want iscsiadm to login these two netroot and map to local sdx device such as sda and sdb. Then multipathd recognize these disk and make it a multipath device like following:

image

While it would recognize like following sometime:

image

We found multipathd is during initrd-fs.target

image

Distribution used openeuler 22.03 LTS

Dracut version dracut-055-4 systemd-249-16 multipath-tools-0.8.7

Init system initramfs

To Reproduce

  1. set two netroot to one iSCSI target LUN
  2. set ifname and ip (network related)
  3. reboot

Expected behavior Recognize two netroot disk as mpath

Additional context Add any other context you like about the problem here.

wenchao-hao avatar May 18 '22 14:05 wenchao-hao

What is your "own distribution" and which version of systemd ( which is your init system not "initramfs" ) and which version of multipath are you using?

johannbg avatar May 18 '22 21:05 johannbg

What is your "own distribution" and which version of systemd ( which is your init system not "initramfs" ) and which version of multipath are you using?

Updated

wenchao-hao avatar May 19 '22 01:05 wenchao-hao