Virtuozzo OnApp 5.5.0-87 Update
This version of a Control Panel and CloudBoot update was released on Apr 4, 2018. The information below refers to the release notes and upgrade instructions for the Control Panel. For information on the CloudBoot release notes and upgrade instructions, refer to Virtuozzo OnApp 5.5 Patch 5 CloudBoot Update.
| Key | Release Notes | Affects Version/s |
|---|---|---|
CORE-11875 | Reimplemented the logic for deactivating the wrong activated logical volumes to skip virtual servers that are locked during hot migration. | |
| CORE-10912 | Fixed the issue when the VS was not responding when building a Windows 2016/10 VS with the CPU topology enabled. | 5.0-5.5 |
CORE-11101 | Fixed the issue when the user dashboard showed unlimited vCD resources even though limits were set in Resource Pool. | 5.5 |
| CORE-11415 | Fixed the issue when monthly bills data was not displayed for vCD groups but available for users of these groups. | 5.5 |
| CORE-9580 | Fixed the issue when the VS wizard confirmation step did not reflect the instance package parameters. | 5.0-5.5 |
| CORE-11868 | Fixed the issue when CP increased failure_count without postponing in case of pending or running backup on VS. | 5.5 |
| CORE-11929 | Fixed the issue when replication was set up incorrectly if VS had multiple disks. | 5.5 |
| CORE-11923 | Fixed the issue when it was impossible to resize VS on XEN compute resources if the Max Memory limit was exceeded. | 5.5 |
| CORE-7960 | Fixed the issue when orphaned backups appeared after changing an owner with empty backups_action. | 5.2-5.5 |
Patch Installation
- The instructions below are relevant if you already run Virtuozzo OnApp 5.5.0 version. If you are upgrading from Virtuozzo OnApp 5.4.x. version, run the full upgrade procedure. For more information, refer to the Upgrade Guide.
- You do not need to update static compute resources if you already run Virtuozzo OnApp 5.5.0-83 version. If you run a version that is prior to 5.5.0-75, please perform the Upgrade Static Compute Resources.
Upgrade Control Panel Server
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.rpmUpdate the Control Panel installer package:
1# yum update onapp-cp-installRun the Control Panel installer:
1# /onapp/onapp-cp-install/onapp-cp-install.shAt the end of the update, you need to reply ‘yes’ when the system offers to download ISOs and images. This is required to install version 6.9 recovery images.
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.shAt the end of the update, you need to reply ‘yes’ when the system offers to download ISOs and images. This is required to install version 6.9 recovery images.
Switch 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