Known Issues and Limitations¶
Known Issues¶
These known issues will be addressed in future versions of vOneCloud.
Importing vms from EC2 provides a wrong CPU value¶
CPU consumption shown in vOneCloud is 100x the real value
Error during upgrades if Proxy is configured¶
There is a problem when upgrading from 1.2.x if proxy is configured that requires a manual intervention. Upgrade normally, and you will see that the start job has failed. Login to the vOneCloud console as explained here, and execute the following commands:
echo export http_proxy=<yourproxy> > /etc/profile.d/proxy.sh
source /etc/profile.d/proxy.sh
gem install mysql --no-ri --no-rdoc
sudo -u oneadmin onedb upgrade -u oneadmin -p oneadmin -d opennebula
/usr/lib/one/vonecloud-control-center/scripts/opennebula-server.sh restart
Found more?¶
If you find any new issue, please let us know in the Community Questions section of the vOneCloud Support Portal.
Limitations¶
These limitations will be addressed in future versions of vOneCloud:
Limitation | Description |
VM Unsupported Operations | The following operations are only supported from vCenter: - Attach/detach disk to a running VM - Migrate VM to different ESX clusters |
No spaces in Clusters | VMware Clusters with space in their names are not supported |
No proxy support for SoftLayer | If vOneCloud is running behind a corporate http proxy, the SoftLayer hybrid connectors won’t be available |
No auth proxy support for Azure | Azure driver only supports proxies without authentication. That is, without username and password. |
No FILES support in context | Contextualization in vOneCloud does not support passing files to Virtual Machines |
Cannot import “one-” VMs | VMs deployed by another instance of vOneCloud, or machines named with a leading “one-” cannot be imported again |
vCenter password length | Cannot be more than 22 characters |
Browser support | Internet Explorer (>= 9), Firefox (> 3.5) and Chrome browsers are supported. Oher browsers, including Safari, are not supported and may not work well. |
If you find any new limitation, feel free to add a feature request in Community - Feature Request section of the vOneCloud Support Portal.