2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-09-09 22:46:43 +00:00
Files
xcat-core/docs/source/overview/support_matrix.rst
T
Vinícius Ferrão 79cddca53e docs(riscv64): document Ubuntu 24.04 and 26.04 support
The guides said riscv64 covered EL10 only, and the riscv64 page listed
Ubuntu as unsupported. Both support matrices now carry the architecture for
Ubuntu, and the riscv64 page describes the Ubuntu paths: the loader copycd
builds from the media, the installer needing none of the accommodations
EL10 requires, the ports archive the packages come from, and a management
node running on riscv64. The 26.04 media need the RVA23 profile, which is
recorded as a limitation.

Signed-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>
2026-09-08 22:01:31 -03:00

25 lines
2.1 KiB
ReStructuredText

Operating System & Hardware Support Matrix
==========================================
+-------+-------+-------+-----+-------+--------+--------+--------+----------+----------+
| | Power | Power | zVM | Power | x86_64 | x86_64 | x86_64 | aarch64 | riscv64 |
| | | LE | | KVM | | KVM | Esxi | | |
+=======+=======+=======+=====+=======+========+========+========+==========+==========+
|RHEL | yes | yes | yes | yes | yes | yes | yes | yes | yes |
| | | | | | | | | | |
+-------+-------+-------+-----+-------+--------+--------+--------+----------+----------+
|SLES | yes | yes | yes | yes | yes | yes | yes | no | no |
| | | | | | | | | | |
+-------+-------+-------+-----+-------+--------+--------+--------+----------+----------+
|Ubuntu | no | yes | no | yes | yes | yes | yes | no | yes |
| | | | | | | | | | |
+-------+-------+-------+-----+-------+--------+--------+--------+----------+----------+
|CentOS | no | no | no | no | yes | yes | yes | no | no |
| | | | | | | | | | |
+-------+-------+-------+-----+-------+--------+--------+--------+----------+----------+
|Windows| no | no | no | no | yes | yes | yes | no | no |
| | | | | | | | | | |
+-------+-------+-------+-----+-------+--------+--------+--------+----------+----------+
riscv64 support covers EL10 (Rocky Linux 10 and the RHEL 10 RISC-V developer preview) and Ubuntu 24.04 and 26.04, on nodes that boot through UEFI firmware and grub2. Both stateful and stateless nodes are supported, and the management node itself can run on riscv64. See :doc:`/guides/admin-guides/manage_clusters/riscv64/index` for details.