On Wed, 23 Feb 2022, Adam Xu wrote:
How can we convert centos 8 to centos 8 stream? Thanks.
dnf install centos-release-stream
dnf swap centos-{linux,stream}-repos
dnf distro-sync
Note that the last command is effectively a yum update that syncs your
packages with all of the installed repos, so make sure you install the
latest ovirt-release44 package with the working mirror URLs before you run
it, or you might end up with some (or all) oVirt packages removed.