Virtuozzo OnApp 5.2 Update
| Release Notes | Affects Version/s |
|---|---|
| Fixed the issue with billing statistics calculation for the time zones that use uneven UTC offsets (i.e. zones that differ by 30, 45, etc. minutes from the usual one-hour time zone interval). | 5.2 |
Patch Installation
To apply the patch into Control Panel (running 5.2.0 version), run the following commands:
Stop Monit and all related to Virtuozzo OnApp Control Panel services:
1# for service in monit httpd onapp onapp-licensing; do service $service stop; doneUpdate the required package(s):
1# yum update rubygem-onapp-utilsStart services, which were stopped on the first step:
1# for service in monit httpd onapp onapp-licensing; do service $service start; done
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=trueStop all related to Virtuozzo OnApp Control Panel services:
1# for service in httpd onapp onapp-licensing; do service $service stop; doneUpdate the required package(s):
1# yum update rubygem-onapp-utilsStart services, which were stopped on the first step:
1# for service in httpd onapp onapp-licensing; do service $service start; doneSwitch all nodes back online by running the following command once on any of the nodes:
1# crm configure property maintenance-mode=false