1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344
|
Libvirt virt driver OS distribution support matrix
==================================================
This page documents the libvirt versions present in the various distro versions
that OpenStack Nova aims to be deployable with.
.. note::
This document was previously hosted on the OpenStack wiki:
https://wiki.openstack.org/wiki/LibvirtDistroSupportMatrix
Libvirt minimum version change policy
-------------------------------------
At the start of each Nova development cycle this matrix will be consulted to
determine if it is viable to drop support for any end-of-life or otherwise
undesired distro versions. Based on this distro evaluation, it may be possible
to increase the minimum required version of libvirt in Nova, and thus drop some
compatibility code for older versions.
When a decision to update the minimum required libvirt version is made, there
must be a warning issued for one cycle. This is achieved by editing
``nova/virt/libvirt/driver.py`` to set ``NEXT_MIN_LIBVIRT_VERSION``.
For example:
.. code::
NEXT_MIN_LIBVIRT_VERSION = (X, Y, Z)
This causes a deprecation warning to be emitted when Nova starts up warning the
admin that the version of libvirt in use on the host will no longer be
supported in the subsequent release.
After a version has been listed in ``NEXT_MIN_LIBVIRT_VERSION`` for one release
cycle, the corresponding actual minimum required libvirt can be updated by
setting
.. code::
MIN_LIBVIRT_VERSION = (X, Y, Z)
At this point of course, an even newer version might be set in
``NEXT_MIN_LIBVIRT_VERSION`` to repeat the process....
An email should also be sent at this point to the
``openstack-discuss@lists.openstack.org`` mailing list as a courtesy raising
awareness of the change in minimum version requirements in the upcoming
release, for example:
http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019849.html
There is more background on the rationale used for picking minimum versions in
the operators mailing list thread here:
http://lists.openstack.org/pipermail/openstack-operators/2015-May/007012.html
QEMU minimum version change policy
----------------------------------
After choosing a minimum libvirt version, the minimum QEMU version is
determined by looking for the lowest QEMU version from all the distros that
support the decided libvirt version.
``MIN_{LIBVIRT,QEMU}_VERSION`` and ``NEXT_MIN_{LIBVIRT,QEMU}_VERSION`` table
----------------------------------------------------------------------------
.. list-table:: OpenStack Nova libvirt/QEMU Support Matrix
* - OpenStack Release
- Nova Release
- ``MIN_LIBVIRT_VERSION``
- ``NEXT_MIN_LIBVIRT_VERSION``
- ``MIN_QEMU_VERSION``
- ``NEXT_MIN_QEMU_VERSION``
* - Havana
- 2013.2.0
- 0.9.6
- 0.9.6
-
-
* - Icehouse
- 2014.1
- 0.9.6
- 0.9.11
-
-
* - Juno
- 2014.2.0
- 0.9.11
- 0.9.11
-
-
* - Kilo
- 2015.1.0
- 0.9.11
- 0.9.11
-
-
* - Liberty
- 12.0.0
- 0.9.11
- 0.10.2
-
-
* - Mitaka
- 13.0.0
- 0.10.2
- 1.2.1
-
-
* - Newton
- 14.0.0
- 1.2.1
- 1.2.1
- 1.5.3
- 1.5.3
* - Ocata
- 15.0.0
- 1.2.1
- 1.2.9
- 1.5.3
- 2.1.0
* - Pike
- 16.0.0
- 1.2.9
- 1.3.1
- 2.1.0
- 2.5.0
* - Queens
- 17.0.0
- 1.2.9
- 1.3.1
- 2.1.0
- 2.5.0
* - Rocky
- 18.0.0
- 1.3.1
- 3.0.0
- 2.5.0
- 2.8.0
* - Stein
- 19.0.0
- 3.0.0
- 4.0.0
- 2.8.0
- 2.11.0
* - Train
- 20.0.0
- 3.0.0
- 4.0.0
- 2.8.0
- 2.11.0
* - Ussuri
- 21.0.0
- 4.0.0
- 5.0.0
- 2.11.0
- 4.0.0
* - Victoria
- 22.0.0
- 5.0.0
- 6.0.0
- 4.0.0
- 4.2.0
* - Wallaby
- 23.0.0
- 6.0.0
- 7.0.0
- 4.2.0
- 5.2.0
* - Xena
- 24.0.0
- 6.0.0
- 7.0.0
- 4.2.0
- 5.2.0
* - Yoga
- 25.0.0
- 6.0.0
- 7.0.0
- 4.2.0
- 5.2.0
* - Zed
- 26.0.0
- 6.0.0
- 7.0.0
- 4.2.0
- 5.2.0
* - 2023.1 Antelope
- 27.0.0
- 6.0.0
- 7.0.0
- 4.2.0
- 5.2.0
* - 2023.2 Bobcat
- 28.0.0
- 7.0.0
- 8.0.0
- 5.2.0
- 6.2.0
* - 2024.1 Caracal
- 29.0.0
- 7.0.0
- 8.0.0
- 5.2.0
- 6.2.0
* - 2024.2 Dalmatian
- 30.0.0
- 7.0.0
- 8.0.0
- 5.2.0
- 6.2.0
* - 2025.1 Epoxy
- 31.0.0
- 8.0.0
- 10.0.0
- 6.2.0
- 8.2.2
OS distribution versions
------------------------
.. warning:: This section may become a bit outdated.
This table provides information on a representative sample of OS distros and
the version of libvirt/QEMU/libguestfs that they ship. This is **NOT** intended
to be an exhaustive list of distros where OpenStack Nova can run - it is
intended to run on any Linux distro that can satisfy the minimum required
software versions. This table merely aims to help identify when minimum
required versions can be reasonably updated without losing support for
important OS distros.
.. list-table:: Distro libvirt/QEMU Support Table
* - OS Distro
- GA date
- Libvirt
- QEMU/KVM
- libguestfs
* - **CentOS Stream**
-
-
-
-
* - 8
- Provided by the advanced-virtualization module as of 2021-11-18.
- 7.0.0-14
- 5.2.0-16
- 1.44.0-2
* - 9
- As of 2025-02-27.
- 10.10.0
- 9.1.0
- 1.50.1
* - **Debian**
-
-
-
-
* - 11.x (Bullseye) ("stable")
- 2021-10-09
- 7.0.0
- 5.2
- 1.42.0
* - 12.x (Bookworm)
- 2023-06-10
- 9.0.0
- 7.2.0
- 1.48.6
* - 13.x (Trixie) ("testing")
- No GA date as of 2025-02-27
- 11.0.0
- 9.2.1
- 1.54.0
* - **RHEL**
-
-
-
-
* - 8.2
- 2020-04-28
- 6.0.0-17.2
- 4.2.0-19
- 1.40.2-22
* - 8.3
- 2020-10-29
- 6.0.0-25.5
- 4.2.0-29
- 1.40.2-24
* - 8.4
- 2021-05-18
- 7.0.0-8
- 5.2.0-10
- 1.44.0-2
* - 8.5
- 2021-11-09
- 7.6.0-6
- 6.0.0-33
- 1.44.0-3
* - **SLES**
-
-
-
-
* - 15 (SP2)
- 2020
- 6.0.0
- 4.2.1
- 1.38.0
* - 15 (SP3)
- 2021
- 7.1.0
- 5.2.0
- 1.38.0
* - **Ubuntu**
-
-
-
-
* - 20.04 (Focal Fossa LTS)
- 2020-04-23
- 6.0.0
- 4.2
- 1.40.2
* - 21.04 (Hirsute Hippo)
- 2021-04-22
- 7.0.0
- 5.2
- 1.44.1
* - 22.04 (Jammy Jellyfish)
- 2022-04-21
- 8.0.0
- 6.2
- 1.44.2
* - 24.04 (Noble Numbat)
- 2024-04-25
- 10.0.0
- 8.2.2
- 1.52.0
.. NB: maintain alphabetical ordering of distros, followed by oldest released
versions first
|