Dear OpenNebula developers

We have upgraded our ONE testbed from 4.8 to 4.10 and we found a few issues during the migration. (We are using SL 7 in our tests and we have upgraded to the latest ONE beta version available from http://downloads.opennebula.org/repo/4.10/CentOS/7/x86_64/)

The first one, when we try to upgrade mariadb database:

$ onedb upgrade -v -S localhost -u oneadmin -p xxxxxx -d opennebula

we get an error message because mysql gem is not installed, this gem is not installed by "/usr/share/one/install_gems" script either, so the workaround is to install the new packages, in our case:

# yum install gcc mariadb-devel ruby-devel
# gem install mysql

after that the script works, but we can't use special characters in our password, this is an known issue (http://docs.opennebula.org/4.10/release_notes/release_notes/upgrade_46.html#known-issues) but is not fixed yet.

except those two issues everything went well during the update :-), it's possible to include the required ONE gems into a rpm package and include it into OpenNebula Centos7 repo? that will help a lot to sites that are using configuration management software like Quattor or Puppet, and about the special characters issue, do you know if this issue will be fixed soon?


Thanks in advance!
Alvaro





_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to