Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPU:rmmod unsupported modules before doing in place upgrade #4170

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading