@@ -35,19 +35,26 @@ This will update the software packages, which were previously bundled in the sys
3535agent.zip and cloud-scripts.tgz and restart the services that are present in the /var/cache/cloud/enabled_svcs file
3636in the System VMs.
3737
38+ .. note ::
39+ The System VM template has been upgrade to Debian 12.x in Apache CloudStack 4.20.0.0.
40+ Due to it, the memory size of default system offerings has been changed to 512 MiB.
41+ If you use custom system offerings, please check the memory size of the offerings.
42+ If memory size is small (for example 256 MiB), the System VMs and virtual routers might have the "kernel panic" issue on boot.
43+
3844.. note ::
3945
4046 The following services will be restarted once a system VM is live patched:
4147
42- +---------------------+-------------------------------+
43- | **System VM ** | **Services ** |
44- +---------------------+-------------------------------+
45- | SSVM | cloud, apache2, portmap |
46- +---------------------+-------------------------------+
47- | CPVM | cloud |
48- +---------------------+-------------------------------+
49- | VRs | haproxy, apache2, dnsmasq |
50- +---------------------+-------------------------------+
48+ +---------------------+-------------------------------+---------------------------------------------------+
49+ | **System VM ** | **Services ** | **Note ** |
50+ +---------------------+-------------------------------+---------------------------------------------------+
51+ | SSVM | cloud, apache2, portmap | |
52+ +---------------------+-------------------------------+---------------------------------------------------+
53+ | CPVM | cloud | |
54+ +---------------------+-------------------------------+---------------------------------------------------+
55+ | VRs | haproxy, apache2, dnsmasq | Please set setting `minreq.sysvmtemplate.version ` |
56+ | | | to proper value before live-patching |
57+ +---------------------+-------------------------------+---------------------------------------------------+
5158
5259 With respect to VRs, a Network restart without cleanup is initiated to during live patching to ensure all rules
5360 are re-applied.
@@ -64,12 +71,12 @@ Following matrix lists the versions of CloudStack that support live patching.
6471 +---------------------+-------------------------+--------------------------------+------------------------------------------+
6572 | **ACS Version ** | **Upgrade Version ** | **Live Patching Support ** | **Reason / Comment ** |
6673 +---------------------+-------------------------+--------------------------------+------------------------------------------+
67- | <=4.13 | 4.17 + | No | Update in the openJDK version |
74+ | <=4.15 | 4.20 + | No | Debian 10 (buster) is EOL on 2024-06-30 |
6875 +---------------------+-------------------------+--------------------------------+------------------------------------------+
69- | 4.14 | 4.17+ |Yes | May notice some issue with remove access |
70- | | | | VPN due to older version of Strongswan |
76+ | >=4.16 | 4.19 | Yes | N/A |
7177 +---------------------+-------------------------+--------------------------------+------------------------------------------+
72- | >=4.15 | 4.17+ |Yes | N/A |
78+ | >=4.16 | 4.20 | Yes | May notice some issues due to Debian |
79+ | | | | upgrade from 11(bullseye) to 12(bookworm)|
7380 +---------------------+-------------------------+--------------------------------+------------------------------------------+
7481
7582In addition to the support for live patching, users still have the facility to follow the legacy workflow
0 commit comments