Virtuozzo OnApp 5.5.0-83 Update
- This update was released on Mar 5, 2018.
- The ‘Migrate and Reboot’ upgrade option is available for Linux virtual servers only. Migration from Xen 4.6 to Xen 4.4 is not supported.
- If you are running Windows and/or FreeBSD VSs on Xen compute resources, these VSs should be shut down prior to the upgrade.
| Key | Release Notes | Affects Version/s |
|---|---|---|
| INSTALLER-332 | Added ability to skip disabling iptables during installation or update. | |
CORE-10309 | Fixed the issue when it was impossible to assign IPv6 address to a user via UI and API. | 5.5 |
| CORE-11734 | Fixed the issue when free used disk size was the sum of all storage profiles from the particular DataStoreZone, despite the fact that they related to different organizations. | 5.0-5.5 |
| CORE-11792 | Fixed the issue when the vApp was provisioned with the default network adapter type instead of the network adapter type defined in the template during the vApp deployment. | 5.5 |
| CORE-11794 | Fixed the issue with Windows provisioning on XEN compute resources. | 5.5 |
Patch Installation
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