You will have to wait for/use updated RPMs, or first uninstall the RPMs
and then install from the .tar.gz.
regards,
iustin
On 2012/03/03 1:11, Randy Rodriguez wrote:
> So, I tried both rpm -Uvh and rpm -ivh on the new .rpm file and gnt-cluster --version still shows me 2.4.5, even after running /usr/lib/ganeti/tools/cfgupgrade --verbose
> What am I doing wrong?
I think that your system have both .tar.gz and RPM files.
Please try the followings.
- remove .rpm based files
# rpm -e ganeti
- search ganeti code files (installed from .tar.gz) and remove them
# /etc/cron.daily/mlocate.cron
# locate ganeti | grep python
/usr/lib/python2.6/site-packages/ganeti
/usr/lib/python2.6/site-packages/ganeti/__init__.py
...
or
/usr/local/lib/python2.6/site-packages/ganeti
/usr/local/lib/python2.6/site-packages/ganeti/__init__.py
...
# rm /usr/lib/python2.6/site-packages/ganeti -rf
# rm /usr/local/lib/python2.6/site-packages/ganeti -rf
- install .rpm
# rpm -ivh ganeti-2.5.0.rc5-1.el6.noarch.rpm
Regards,
--
Jun Futagawa
On 2012/03/03 5:19, Mart�n Beauchamp wrote:
> Hey Jun,
>
> Thanks for continuing to make life easier for the Redhat folks!
You are welcome.
Thanks to the Ganeti development team!
Jun Futagawa