#!/bin/bash
#
# Copyright (c) 2019-2022 Oracle and/or its affiliates. All rights reserved.
# Licensed under the GNU General Public License Version 3 as shown at https://www.gnu.org/licenses/gpl-3.0.txt.

dnf module disable container-tools -y
dnf install conmon-2.1.3-8.el8 -y
dnf config-manager --set-enabled ol8_kvm_appstream
dnf module reset virt -y
dnf module enable virt:kvm_utils3 -y
dnf install qemu-kvm-7.2.0 -y
dnf module enable container-tools -y
# install virtiofsd from OCNE BFS
dnf install virtiofsd-1.8.0 -y