
24 Apr
2012
24 Apr
'12
11:26 a.m.
Could you check if this fixes your problem? http://gerrit.ovirt.org/3863 Thanks, -- Federico ----- Original Message -----
From: ovirt@qip.ru To: users@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]