Blivet returns the unit size as an object (blivet.size) in blivet version >= 0.61.14 which is available in F21. We thought that using size object will be more clearer; because it provides unit type and some more functionality to change from one unit to another easily. But unfortunately the lower version in F20 just return the size in MiB (not an object).
I will fix this issue by sending a patch to vdsm to check the unit type of the device and fetch the value accordingly and remove any buildRequire version for the python-blivet package in the spec file. So that it can be build and work in F20 Regards, Tim ----- Original Message ----- > From: "Sandro Bonazzola" <[email protected]> > To: "Francesco Romani" <[email protected]>, "Dan Kenigsberg" > <[email protected]> > Cc: "Timothy Asir" <[email protected]>, "Bala.FA" <[email protected]>, > [email protected] > Sent: Thursday, March 19, 2015 5:17:15 PM > Subject: Re: [ovirt-devel] Broken dependency for VDSM > > Il 19/03/2015 12:08, Francesco Romani ha scritto: > > ----- Original Message ----- > >> From: "Dan Kenigsberg" <[email protected]> > >> To: "Sandro Bonazzola" <[email protected]>, "Timothy Asir" > >> <[email protected]>, "Bala.FA" <[email protected]> > >> Cc: [email protected] > >> Sent: Thursday, March 19, 2015 12:06:22 PM > >> Subject: Re: [ovirt-devel] Broken dependency for VDSM > >> > >> On Thu, Mar 19, 2015 at 09:00:27AM +0100, Sandro Bonazzola wrote: > >>> Hi, > >>> a recent change introduced a dependency on python-blivet >= 0.61.14 which > >>> is not available at least on Fedora 20 > >>> > >>> Please provide the required package or ask fedora maintainer to backport > >>> to > >>> Fedora 20. > >>> http://koji.fedoraproject.org/koji/packageinfo?packageID=15389 > >> > >> The faulty patch is > >> > >> gluster: add createBrick verb > >> https://gerrit.ovirt.org/35498 > >> > >> Timothy, please make sure that Vdsm builds again on f20. The bare > >> minimum is > >> > >> -%if 0%{?rhel} > 6 || 0%{?fedora} > >> +%if 0%{?rhelf 0%{?rhel} > 6 || 0%{?fedora} > >> +%if 0%{?rhel} > 6 || 0%{?fedora} > 20 > >> BuildRequires: python-blivet >= 0.61.14 > > > > Please also note that centos 7 ships > > > > python-blivet-0.18.34-1.el7.noarch > > CentOS 7.1 deliver 0.61.0.26 so it's not satisfied in CentOS 7.1 as well. > http://mirror.centos.org/centos/7/cr/x86_64/Packages/python-blivet-0.61.0.26-1.el7.noarch.rpm > > > > > > Bests, > > > > > -- > Sandro Bonazzola > Better technology. Faster innovation. Powered by community collaboration. > See how it works at redhat.com > _______________________________________________ Devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/devel
