Virtuozzo OnApp 5.5.0-65 Update
This update was released on Jan 10, 2018.
| Key | Release Notes | Affects Version/s |
|---|---|---|
| CORE-11277 | Improved the auto-backup scheduling procedure so that a new backup is not scheduled if another backup is in a queue. | |
| CORE-11282 | Implemented the MKS console for vCenter virtual servers in the same way the corresponding console is implemented for vCloud Director virtual servers. | |
| CORE-11310 | Updated the permissions check during VS creation so that the See all compute resources and See all compute resource zones permissions are no longer checked. | |
| CORE-11335 | Updated the rom and rom-sql components in order to remove the possibility of internal errors on the Dashboard page. | |
| INSTALLER-316 | Added the new RPM packages for the mod_proxy_wstunnel_wmks Apache module for the WMKS console proxying for vCenter. | |
| INSTALLER-317 | Implemented configuration changes for the mod_proxy_wstunnel_wmks Apache module for the WMKS console proxying for vCenter. | |
| CORE-11290 | Fixed the issue when vCD L2 statistics were not collected if there were no booted virtual servers in vCenter. | 5.5 |
CORE-11361 | Fixed the issue when vCD L2 statistics were not available in the stats_runner.log file accessed via SSH. | 5.5 |
| CORE-11330 | Fixed the issue when during the vApp recompose the default IP address allocation mode was DHCP instead of Static IP Pool. | 5.5 |
| CORE-11315 | Fixed the issue when a user group label was not displayed completely in the User Group menu during the user creation and update. | 5.5 |
| CORE-11274 | Fixed the issue when limits on CPU and RAM compute resources defined in a user billing plan were not correctly applied during the vCD VS editing. | 5.4-5.5 |
Patch Installation
To apply the patch into Control Panel (running 5.5.0 version):
Update Virtuozzo OnApp YUM repository file:
1# rpm -Uvh http://rpm.repo.onapp.com/repo/onapp-repo-5.5.noarch.rpmRun the Control panel installer:
1# /onapp/onapp-cp-install/onapp-cp-install.sh
Patch Installation for Clouds with High Availability Control Panel
To apply the patch for clouds with the High Availability Control Panel run the following commands on all Control Panel servers:
Disable managing resources on all nodes by running the following command once on any of the nodes:
1# crm configure property maintenance-mode=trueUpdate Virtuozzo OnApp YUM repository file:
1# rpm -Uvh http://rpm.repo.onapp.com/repo/onapp-repo-5.5.noarch.rpmRun the Control panel installer:
1# /onapp/onapp-cp-install/onapp-cp-install.shSwitch all nodes back online by running the following command once on any of the nodes:
1# crm configure property maintenance-mode=falseEnsure that the lsyncd service is not started during the whole CP upgrade procedure. In separate consoles, connect to all three CP servers and run the following command:
1watch -n 0.1 /etc/init.d/lsyncd stop