Skip to content

Commit

Permalink
IPU:rmmod unsupported modules before doing in place upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Miriam Deng <[email protected]>
  • Loading branch information
MiriamDeng committed Oct 9, 2024
1 parent cec3e30 commit cc92f52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qemu/tests/cfg/in_place_upgrade.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@
stop_yum_update = "rm -rf /var/run/yum.pid"
check_repo_list = "yum repolist enabled"
check_rhel_ver = "cut -f1-2 -d. /etc/redhat-release | sed 's/[^0-9]//g'"
rmmod_8to9 = "rmmod ip_set;rmmod nft_compat"
s390,s390x:
# no need to check in host, and we don't support RHEL.7.9 as the
# host on s390x
rmmod_8to9 = "rmmod ip_set"
device_cio_free_check_cmd = "systemctl status device_cio_free"
# com_install = "yes" installing leapp from compose
# com_install = "no" installing leapp from upstream
Expand Down

0 comments on commit cc92f52

Please sign in to comment.