Virtuozzo OnApp 5.4.0-84 Update
| Release Notes | Affects Version/s |
|---|---|
| Added possibility to add the secondary disks for VSs using the XFS file system. | |
| Fixed the issue when disk was created with zero size during full disk migration. | 5.4 |
| Fixed the issue which occurred during flushing Integrated Storage cache. | 5.4 |
Patch Installation
To apply the patch into Control Panel (running 5.4.0 version):
Run the Control panel installer:
1# /onapp/onapp-cp-install/onapp-cp-install.shRun the following on compute resources and backup servers:
1yum install xfsprogs
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=trueRun 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 /etc/init.d/lsyncd stop