[Users] error in multipath.py

ovirt at qip.ru ovirt at qip.ru
Tue Apr 24 06:54:58 UTC 2012


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]

--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20120424/7d143e39/attachment-0001.html>


More information about the Users mailing list