Skip to content

Commit 5705527

Browse files
authored
Merge pull request #4251 from MiriamDeng/fix_ip_set
2 parents 0fab4bf + 6b3fd52 commit 5705527

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

qemu/tests/cfg/in_place_upgrade.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
stop_yum_update = "rm -rf /var/run/yum.pid"
3232
check_repo_list = "yum repolist enabled"
3333
check_rhel_ver = "cut -f1-2 -d. /etc/redhat-release | sed 's/[^0-9]//g'"
34-
RHEL.8:
35-
rmmod_module = "rmmod ip_set;rmmod nft_compat"
34+
rmmod_module = "rmmod ip_set"
35+
x86_64:
36+
RHEL.8:
37+
rmmod_module += ";rmmod nft_compat"
3638
s390,s390x:
3739
# no need to check in host, and we don't support RHEL.7.9 as the
3840
# host on s390x
39-
RHEL.8:
40-
rmmod_module = "rmmod ip_set"
4141
device_cio_free_check_cmd = "systemctl status device_cio_free"
4242
# com_install = "yes" installing leapp from compose
4343
# com_install = "no" installing leapp from upstream

0 commit comments

Comments
 (0)