Comment 10 for bug 1486370

Revision history for this message
Ming-Xun Zhong (zhongmx) wrote :

Hi,

I encounter this bug on Precise, and apply these two patch from upstream fix it.

http://git.opensvc.com/gitweb.cgi?p=multipath-tools/.git;a=commit;h=1b8082c8fc81374ba7b0204f6de8f71de5500192
http://git.opensvc.com/gitweb.cgi?p=multipath-tools/.git;a=commit;h=9a632fff65df3bf82a3ef70f62319a1c45f3c028

In my environment it easily reproduce with

Case 1:
while true; do kpartx -d -p -part /dev/dm-2;udevadm settle; kpartx -a -p -part /dev/dm-2; udevadm settle;done

Case 2:
while true; do multipath -F; multipath; done