<div dir="ltr">Seems that recreating the pv / vg on the multipath device reproduces the pb :<div><br></div><div><div>root@virtm5:~# systemctl show -p Before,After,WantedBy,Wants,RequiredBy,Requires multipath-tools.service</div><div>Requires=basic.target</div><div>Wants=system.slice</div><div>RequiredBy=</div><div>WantedBy=graphical.target multi-user.target</div><div>Before=multi-user.target graphical.target shutdown.target</div><div>After=systemd-udevd.service local-fs.target remote-fs.target systemd-journald-dev-log.socket systemd-journald.socket basic.target syst</div></div><div><br></div><div><div>root@virtm5:~# systemctl show -p Before,After,WantedBy,Wants,RequiredBy,Requires open-iscsi.service</div><div>Requires=</div><div>Wants=network-online.target remote-fs-pre.target system.slice</div><div>RequiredBy=</div><div>WantedBy=sysinit.target</div><div>Before=sysinit.target shutdown.target remote-fs-pre.target multipath-tools.service pve-manager.service</div><div>After=network-online.target local-fs.target mountnfs-bootclean.service systemd-journald.socket system.slice</div></div><div><br></div><div><br></div><div><div>root@virtm5:~# journalctl -u open-iscsi.service -u multipath-tools.service</div><div>-- Logs begin at Fri 2016-04-22 16:44:04 CEST, end at Fri 2016-04-22 16:46:12 CEST. --</div><div>Apr 22 16:44:07 virtm5 iscsid[1309]: iSCSI logger with pid=1312 started!</div><div>Apr 22 16:44:07 virtm5 open-iscsi[1278]: Starting iSCSI initiator service: iscsid.</div><div>Apr 22 16:44:07 virtm5 open-iscsi[1278]: Setting up iSCSI targets:</div><div>Apr 22 16:44:08 virtm5 iscsid[1312]: iSCSI daemon with pid=1313 started!</div><div>Apr 22 16:44:09 virtm5 iscsid[1312]: Login authentication failed with target iqn.2001-05.com.equallogic:4-52aed6-ef76d5a6f-4926f953a505715d-vms-virt5</div><div>Apr 22 16:44:09 virtm5 iscsid[1312]: Login authentication failed with target iqn.2001-05.com.equallogic:4-52aed6-ef76d5a6f-4926f953a505715d-vms-virt5</div><div>Apr 22 16:44:10 virtm5 open-iscsi[1278]: Logging in to [iface: eth3, target: iqn.2001-05.com.equallogic:4-52aed6-ef76d5a6f-4926f953a505715d-vms-virt5, portal: 192.168.0.200,3260] (multiple)</div><div>Apr 22 16:44:10 virtm5 open-iscsi[1278]: Logging in to [iface: eth2, target: iqn.2001-05.com.equallogic:4-52aed6-ef76d5a6f-4926f953a505715d-vms-virt5, portal: 192.168.0.200,3260] (multiple)</div><div>Apr 22 16:44:10 virtm5 open-iscsi[1278]: Login to [iface: eth3, target: iqn.2001-05.com.equallogic:4-52aed6-ef76d5a6f-4926f953a505715d-vms-virt5, portal: 192.168.0.200,3260] successful.</div><div>Apr 22 16:44:10 virtm5 open-iscsi[1278]: Login to [iface: eth2, target: iqn.2001-05.com.equallogic:4-52aed6-ef76d5a6f-4926f953a505715d-vms-virt5, portal: 192.168.0.200,3260] successful.</div><div>Apr 22 16:44:10 virtm5 open-iscsi[1278]: .</div><div>Apr 22 16:44:10 virtm5 open-iscsi[1278]: Mounting network filesystems:.</div><div>Apr 22 16:44:10 virtm5 open-iscsi[1278]: Enabling network swap devices:.</div><div>Apr 22 16:44:10 virtm5 iscsid[1312]: Connection1:0 to [target: iqn.2001-05.com.equallogic:4-52aed6-ef76d5a6f-4926f953a505715d-vms-virt5, portal: 192.168.0.200,3260] through [iface: eth3] is operational now</div><div>Apr 22 16:44:10 virtm5 iscsid[1312]: Connection2:0 to [target: iqn.2001-05.com.equallogic:4-52aed6-ef76d5a6f-4926f953a505715d-vms-virt5, portal: 192.168.0.200,3260] through [iface: eth2] is operational now</div><div>Apr 22 16:44:10 virtm5 multipath-tools[1526]: Starting multipath daemon: multipathd.</div></div><div><br></div><div>Regards,</div><div>Cédric</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-04-22 16:25 GMT+02:00 Christian Seiler <span dir="ltr"><<a href="mailto:christian@iwakd.de" target="_blank">christian@iwakd.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
(CC'ing the bug report I created, dropping debian-user in reply-to.)<span class=""><br>
<br>
Am 2016-04-22 16:10, schrieb BASSAGET Cédric:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm unable to reproduce for about 1 hour... Now, everyhting works fine<br>
after a reboot, but... the only thing I've done is to remove the vg /<br>
pv i created on multipath device... weird.<br>
</blockquote>
<br></span>
Maybe that's the issue? Could you recreate the LVM stuff? That should<br>
also be supported, so maybe this only occurs if LVM is used on top.<br>
<br>
But even if it appears to be fixed, could you still copy the output<br>
of the systemctl and journalctl commands I asked for?<span class=""><br>
<br>
systemctl show -p Before,After,WantedBy,Wants,RequiredBy,Requires multipath-tools.service<br>
systemctl show -p Before,After,WantedBy,Wants,RequiredBy,Requires open-iscsi.service<br></span><span class="">
journalctl -u open-iscsi.service -u multipath-tools.service<br>
<br></span>
Regards,<br>
Christian<br>
<br>
</blockquote></div><br></div>