<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hello,<br></div>on my all-in-one installation @home I had 3.5.0 with F20.<br></div>Today I updated to 3.5.1.<br><br></div>it seems it modified /etc/multipath.conf preventing me from using my second disk at all...<br><br></div>My system has internal ssd disk (sda) for OS and one local storage domain and another disk (sdb) with some partitions (on one of them there is also another local storage domain).<br><br></div>At reboot I was put in emergency boot because partitions at sdb disk could not be mounted (they were busy).<br></div>it took me some time to understand that the problem was due to sdb gone managed as multipath device and so busy for partitions to be mounted.<br><br></div><div>Here you can find how multipath became after update and reboot<br><a href="https://drive.google.com/file/d/0BwoPbcrMv8mvS0FkMnNyMTdVTms/view?usp=sharing">https://drive.google.com/file/d/0BwoPbcrMv8mvS0FkMnNyMTdVTms/view?usp=sharing</a><br></div><br></div><div>No device-mapper-multipath update in yum.log<br><br></div><div>Also it seems that after changing it, it was then reverted at boot again (I don&#39;t know if the responsible was initrd/dracut or vdsmd) so in the mean time the only thing I could do was to make the file immutable with<br><br></div><div>chattr +i /etc/multipath.conf<br><br></div><div>and so I was able to reboot and verify that my partitions on sdb were ok and I was able to mount them (for safe I also ran an fsck against them)<br><br></div>Update ran around 19:20 and finished at 19:34<br>here the log in gzip format<br><a href="https://drive.google.com/file/d/0BwoPbcrMv8mvWjJDTXU1YjRWOFk/view?usp=sharing">https://drive.google.com/file/d/0BwoPbcrMv8mvWjJDTXU1YjRWOFk/view?usp=sharing</a><br><br></div>Reboot was done around 21:10-21:14<br><div><div><div><div><div><div><div><div><div><div><br>Here my /var/log/messages in gzip format, where you can see latest days.<br><a href="https://drive.google.com/file/d/0BwoPbcrMv8mvMm1ldXljd3hZWnM/view?usp=sharing">https://drive.google.com/file/d/0BwoPbcrMv8mvMm1ldXljd3hZWnM/view?usp=sharing</a><br><br><br></div><div>Any suggestion appreciated.<br><br></div><div>Current multipath.conf (where I also commented out the getuid_callout that is not used anymore):<br><br>[root@tekkaman setup]# cat /etc/multipath.conf<br># RHEV REVISION 1.1<br><br>blacklist {<br>    devnode &quot;^(sda|sdb)[0-9]*&quot;<br>}<br><br>defaults {<br>    polling_interval        5<br>    #getuid_callout          &quot;/usr/lib/udev/scsi_id --whitelisted --replace-whitespace --device=/dev/%n&quot;<br>    no_path_retry           fail<br>    user_friendly_names     no<br>    flush_on_last_del       yes<br>    fast_io_fail_tmo        5<br>    dev_loss_tmo            30<br>    max_fds                 4096<br>}<br><br><br></div><div>Gianluca<br></div></div></div></div></div></div></div></div></div></div></div>