i tried the latest releases of vdsm from jenkins.ovirt.org,  but found that 
they did'n work. Vdsmd cycles and corrupted my multipath.conf. 

error is in 

/usr/share/vdsm/storage/multipath.py

this is the diff with my py

# diff multipath.py.bad multipath.py
88,89c88,89
<             first = mpathconf[0]
<             second = mpathconf[1]
---
>             first = mpathconf.split('\n', 1)[0]
>             second = mpathconf.split('\n', 1)[1]

--
_______________________________________________
Users mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to