[Users] error in multipath.py
Federico Simoncelli
fsimonce at redhat.com
Tue Apr 24 10:26:53 UTC 2012
Could you check if this fixes your problem?
http://gerrit.ovirt.org/3863
Thanks,
--
Federico
----- Original Message -----
> From: ovirt at qip.ru
> To: users at 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]
More information about the Users
mailing list