🔧 fix(TSG-8505): 内核升级为5.4.159

为解决小概率情况下iavf网卡初始化时内核崩溃问题,内核升级为5.4.159

https://jira.geedge.net/browse/TSG-8505
This commit is contained in:
songyanchao
2021-11-16 02:37:29 -05:00
committed by 付明卫
parent f0731f2bd3
commit 0969ce1a19
7 changed files with 5 additions and 5 deletions

View File

@@ -17,4 +17,4 @@
state: present
- name: "update depmod"
shell: depmod -v 5.4.113-1.el7.elrepo.x86_64
shell: depmod -v 5.4.159-1.el7.elrepo.x86_64

View File

@@ -19,7 +19,7 @@
tags: template
- name: "update depmod"
shell: depmod -v 5.4.113-1.el7.elrepo.x86_64
shell: depmod -v 5.4.159-1.el7.elrepo.x86_64
- name: "set eth_pf"
template:

View File

@@ -19,7 +19,7 @@
tags: template
- name: "update depmod"
shell: depmod -v 5.4.113-1.el7.elrepo.x86_64
shell: depmod -v 5.4.159-1.el7.elrepo.x86_64
- name: "set eth_pf"
template:

View File

@@ -54,4 +54,4 @@
shell: sed -i 's/#UseDNS yes/UseDNS no/g' /etc/ssh/sshd_config
- name: "update initramfs"
shell: dracut --force -v /boot/initramfs-5.4.113-1.el7.elrepo.x86_64.img 5.4.113-1.el7.elrepo.x86_64
shell: dracut --force -v /boot/initramfs-5.4.159-1.el7.elrepo.x86_64.img 5.4.159-1.el7.elrepo.x86_64

View File

@@ -9,7 +9,7 @@
yum_config=$1
target=$2
projectdir=$3
kernel_version="5.4.113-1.el7.elrepo.x86_64"
kernel_version="5.4.159-1.el7.elrepo.x86_64"
set -ex