Could you check if this fixes your problem?
http://gerrit.ovirt.org/3863
Thanks,
--
Federico
----- Original Message -----
From: ovirt(a)qip.ru
To: users(a)ovirt.org
Sent: Tuesday, April 24, 2012 8:54:58 AM
Subject: [Users] error in multipath.py
i tried the latest releases of vdsm from jenkins . ovirt .org, but
found that they did'n work. V dsm d 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 = mpath conf [0]
< second = mpath conf [1]
---
> first = mpath conf .split('\n', 1)[0]
> second = mpath conf .split('\n', 1)[1]