Virtuozzo OnApp 5.0.0-87 Update
| Release Notes | Affects Version/s |
|---|---|
Added ability to accelerate HTTPs traffic. For HTTPS acceleration in Virtuozzo OnApp version 5.0, you need to install the CloudBoot Update. | |
| Added ability for customers to add their own java script files. | |
| Reduced frequent flush messages for rspamd logs. | 5.0, 5.1, 5.2, 5.3 |
| Fixed the issue when degraded vdisks appeared after VS creation on XEN4 compute resources. | 4.2, 5.0 |
| Fixed the issue when VS created from ISO could not boot from other ISO. | 4.2 |
| Fixed the issue when IPSec VPN Tunnel was created with wrong type. | 5.3 |
| Fixed an error which occurred when user tried to open SAML provider metadata without being logged in. | 5.0, 5.1, 5.2, 5.3 |
| Fixed the issue when creation of Windows 2016 VS with KMS license type failed. | 5.2, 5.3 |
| Fixed the issue with licensing client restart button in the UI. | 5.0 |
| Fixed the issue when CentOS 6.9 openssl version 1.0.1e-57 used SHA1 instead of MD5. | 5.1, 5.2, 5.3, 5.4 |
| Fixed the issue when transaction remained in "Pending" "scheduled" forever due to DB-level race-condition. | 5.0, 5.1, 5.2, 5.3 |
Patch Installation
To apply the patch to Control Panel (running 5.0.0 version), run the following commands:
Update the Control Panel installer:
1# yum update onapp-cp-installRun the Control Panel installer:
1# /onapp/onapp-cp-install/onapp-cp-install.sh
Update the compute resources using the following instructions:
Make sure your compute resource is visible and online in the Control Panel.
Update your server OS components (if required):
For XEN compute resource:
1bash# /onapp/onapp-hv-install/onapp-hv-xen-install.sh -yFor KVM compute resource:
1bash# /onapp/onapp-hv-install/onapp-hv-kvm-install.sh -y
Run compute resource installer:
For XEN compute resource:
1bash# /onapp/onapp-hv-install/onapp-hv-xen-install.shFor KVM compute resource:
1bash# /onapp/onapp-hv-install/onapp-hv-kvm-install.shReboot XEN compute resource, which is running on CentOS 6.x, after upgrade to 4.4.3 XEN version.
Reboot static compute resources.
For KVM compute resources only: the kernel package update is a part of the “Upgrade Static Compute Resources” default procedure. If the kernel package was upgraded, reboot KVM compute resources to use the new kernel package.
Patch Installation for Clouds with High Availability Control Panel
To apply the patch for clouds with High Availability Control Panel enabled:
Switch the cloud to maintenance mode at Control Panel > Sysadmin Tools > Control Panel Maintenance. Run the following commands on all three Control Panel servers:
Upgrade the Virtuozzo OnApp installer package:
1# yum -y update onapp-cp-installRun the Control Panel installer:
1# /onapp/onapp-cp-install/onapp-cp-install.sh
After you have successfully run the previous commands on all Control Panel servers, issue the following two commands on one of the CP servers:
Switch all nodes back online by running the following command once on any of the nodes:
1# crm configure property maintenance-mode=falseEnable file synchronization on all nodes by running the following command once on any of the nodes:
1# crm resource start lsyncd-clusterEnsure that the lsyncd service is not started during the whole CP upgrade procedure.
1# watch /etc/init.d/lsyncd.stop