Skip to content

Commit

Permalink
Add rmmod command for in place upgrade from RHEL 9 to RHEL 10
Browse files Browse the repository at this point in the history
Signed-off-by: Miriam Deng <[email protected]>
  • Loading branch information
MiriamDeng committed Jan 15, 2025
1 parent 3accaae commit 26d0781
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 @@ -33,6 +33,8 @@
check_rhel_ver = "cut -f1-2 -d. /etc/redhat-release | sed 's/[^0-9]//g'"
RHEL.8:
rmmod_module = "rmmod ip_set;rmmod nft_compat"
RHEL.9:
rmmod_module = "rmmod ip_set"
s390,s390x:
# no need to check in host, and we don't support RHEL.7.9 as the
# host on s390x
Expand Down

0 comments on commit 26d0781

Please sign in to comment.