Sign in
Sign up
Explore
Enterprise
Education
Search
Help
Terms of use
About Us
Explore
Enterprise
Education
Gitee Premium
Gitee AI
AI teammates
Sign in
Sign up
Fetch the repository succeeded.
Open Source
>
Other
>
Operation System
&&
Donate
Please sign in before you donate.
Cancel
Sign in
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
Watch
Unwatch
Watching
Releases Only
Ignoring
30
Star
71
Fork
382
openEuler
/
qemu
Code
Issues
38
Pull Requests
13
Wiki
Insights
Pipelines
Service
Quality Analysis
Jenkins for Gitee
Tencent CloudBase
Tencent Cloud Serverless
悬镜安全
Aliyun SAE
Codeblitz
SBOM
Don’t show this again
Update failed. Please try again later!
Remove this flag
Content Risk Flag
This task is identified by
as the content contains sensitive information such as code security bugs, privacy leaks, etc., so it is only accessible to contributors of this repository.
使用bond物理设备创建macvtap设备时KVM虚拟机网络不通
Backlog
#I78WGP
Bug
名洋数字
Opened this issue
2023-05-28 15:07
【标题描述】使用bond物理设备创建macvtap设备时KVM虚拟机网络不通 【环境信息】 硬件信息: 1) 裸机场景提供出问题的硬件信息; Manufacturer: Inspur Product Name: SA5212M4 2) 虚机场景提供虚机XML文件或者配置信息 软件信息: 1) OS版本及分支 **[root@app-stage1 ~]# cat /etc/os-release ** NAME="openEuler" VERSION="22.03 (LTS-SP1)" ID="openEuler" VERSION_ID="22.03" PRETTY_NAME="openEuler 22.03 (LTS-SP1)" ANSI_COLOR="0;31" 2) 内核信息 [root@app-stage1 ~]# uname -a Linux app-stage1 5.10.0-136.30.0.106.oe2203sp1.x86_64 #1 SMP Thu Apr 27 13:53:15 CST 2023 x86_64 x86_64 x86_64 GNU/Linux 3) 发现问题的组件版本信息 [root@app-stage1 ~]# rpm -qa | grep virt-manager virt-manager-common-2.1.0-6.oe2203sp1.noarch virt-manager-2.1.0-6.oe2203sp1.noarch [root@app-stage1 ~]# rpm -qa | grep libvirt libvirt-6.2.0-49.oe2203sp1.x86_64 python3-libvirt-6.2.0-5.oe2203sp1.x86_64 libvirt-glib-4.0.0-2.oe2203sp1.x86_64 libvirt-libs-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-core-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-disk-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-gluster-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-iscsi-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-mpath-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-scsi-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-nodedev-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-nwfilter-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-secret-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-qemu-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-rbd-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-network-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-config-network-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-logical-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-interface-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-iscsi-direct-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-kvm-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-config-nwfilter-6.2.0-49.oe2203sp1.x86_64 libvirt-bash-completion-6.2.0-49.oe2203sp1.x86_64 libvirt-client-6.2.0-49.oe2203sp1.x86_64 [root@app-stage1 ~]# rpm -qa | grep qemu qemu-hw-usb-host-6.2.0-65.oe2203sp1.x86_64 qemu-block-curl-6.2.0-65.oe2203sp1.x86_64 qemu-img-6.2.0-65.oe2203sp1.x86_64 libvirt-daemon-driver-qemu-6.2.0-49.oe2203sp1.x86_64 qemu-block-iscsi-6.2.0-65.oe2203sp1.x86_64 qemu-6.2.0-65.oe2203sp1.x86_64 如果有特殊组网,请提供网络拓扑图 物理机有两个网卡(eth0和eth1),做了bond,设备号bond0,创建KVM虚拟机时,使用bond0创建macvtap设备。 【问题复现步骤】 具体操作步骤 创建KVM虚拟机时,使用bond0创建macvtap设备。虚拟机启动后看网络是否连通。 出现概率(是否必现,概率性错误) 100% 【预期结果】 网络通。CentOS 8, CentOS 9等其他操作系统均无问题。 【实际结果】 网络不通 【附件信息】 比如系统message日志/组件日志、dump信息、图片等
【标题描述】使用bond物理设备创建macvtap设备时KVM虚拟机网络不通 【环境信息】 硬件信息: 1) 裸机场景提供出问题的硬件信息; Manufacturer: Inspur Product Name: SA5212M4 2) 虚机场景提供虚机XML文件或者配置信息 软件信息: 1) OS版本及分支 **[root@app-stage1 ~]# cat /etc/os-release ** NAME="openEuler" VERSION="22.03 (LTS-SP1)" ID="openEuler" VERSION_ID="22.03" PRETTY_NAME="openEuler 22.03 (LTS-SP1)" ANSI_COLOR="0;31" 2) 内核信息 [root@app-stage1 ~]# uname -a Linux app-stage1 5.10.0-136.30.0.106.oe2203sp1.x86_64 #1 SMP Thu Apr 27 13:53:15 CST 2023 x86_64 x86_64 x86_64 GNU/Linux 3) 发现问题的组件版本信息 [root@app-stage1 ~]# rpm -qa | grep virt-manager virt-manager-common-2.1.0-6.oe2203sp1.noarch virt-manager-2.1.0-6.oe2203sp1.noarch [root@app-stage1 ~]# rpm -qa | grep libvirt libvirt-6.2.0-49.oe2203sp1.x86_64 python3-libvirt-6.2.0-5.oe2203sp1.x86_64 libvirt-glib-4.0.0-2.oe2203sp1.x86_64 libvirt-libs-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-core-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-disk-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-gluster-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-iscsi-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-mpath-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-scsi-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-nodedev-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-nwfilter-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-secret-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-qemu-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-rbd-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-network-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-config-network-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-logical-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-interface-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-iscsi-direct-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-driver-storage-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-kvm-6.2.0-49.oe2203sp1.x86_64 libvirt-daemon-config-nwfilter-6.2.0-49.oe2203sp1.x86_64 libvirt-bash-completion-6.2.0-49.oe2203sp1.x86_64 libvirt-client-6.2.0-49.oe2203sp1.x86_64 [root@app-stage1 ~]# rpm -qa | grep qemu qemu-hw-usb-host-6.2.0-65.oe2203sp1.x86_64 qemu-block-curl-6.2.0-65.oe2203sp1.x86_64 qemu-img-6.2.0-65.oe2203sp1.x86_64 libvirt-daemon-driver-qemu-6.2.0-49.oe2203sp1.x86_64 qemu-block-iscsi-6.2.0-65.oe2203sp1.x86_64 qemu-6.2.0-65.oe2203sp1.x86_64 如果有特殊组网,请提供网络拓扑图 物理机有两个网卡(eth0和eth1),做了bond,设备号bond0,创建KVM虚拟机时,使用bond0创建macvtap设备。 【问题复现步骤】 具体操作步骤 创建KVM虚拟机时,使用bond0创建macvtap设备。虚拟机启动后看网络是否连通。 出现概率(是否必现,概率性错误) 100% 【预期结果】 网络通。CentOS 8, CentOS 9等其他操作系统均无问题。 【实际结果】 网络不通 【附件信息】 比如系统message日志/组件日志、dump信息、图片等
Comments (
6
)
Sign in
to comment
Status
Backlog
Backlog
已挂起
Fixing
Confirmed
Done
Accepted
Canceled
Assignees
Not set
Labels
sig/Virt
Not set
Projects
Unprojected
Unprojected
Milestones
No related milestones
No related milestones
Pull Requests
None yet
None yet
Successfully merging a pull request will close this issue.
Branches
No related branch
Branches (61)
Tags (366)
master
qemu-8.2.0
openEuler-20.03-LTS-Next
qemu-6.2.0
riscv
openEuler-20.03-LTS-SP1
staging
staging-8.2
staging-7.2
staging-8.1
stable-8.1
stable-7.2
stable-8.0
staging-8.0
block
qemu-6.2.0-hotupgrade
openEuler-20.03-LTS
stable-7.2-staging
stable-8.0-staging
qemu-5.0.0-dpu
qemu-4.1.0
stable-6.1
stable-6.0
stable-6.0-staging
openEuler-21.03
qemu-4.1-4.2
openEuler-20.09
stable-5.0
openEuler-RISCV
stable-4.2
stable-4.1
stable-4.0
stable-3.1
stable-3.0
stable-2.12
stable-2.11
stable-2.10
stable-2.9
stable-2.8
stable-2.7
stable-2.6
stable-2.5
stable-2.4
stable-2.3
stable-2.2
stable-2.1
stable-2.0
stable-1.7
stable-1.6
stable-1.5
stable-1.4
stable-1.3
stable-1.2
stable-1.1
stable-1.0
stable-0.15
stable-0.14
stable-0.13
stable-0.12
stable-0.11
stable-0.10
v8.1.4
v7.2.8
v8.2.0
v8.2.0-rc4
v8.2.0-rc3
v8.2.0-rc2
v8.2.0-rc1
v7.2.7
v8.1.3
v8.2.0-rc0
v8.1.2
v8.1.1
v7.2.6
v8.0.5
v8.1.0
v8.1.0-rc4
v8.1.0-rc3
v7.2.5
v8.0.4
v8.1.0-rc2
v8.1.0-rc1
v8.1.0-rc0
v8.0.3
v7.2.4
trivial-patches-pull-request
v8.0.2
v8.0.1
v7.2.3
v7.2.2
v8.0.0
v8.0.0-rc4
v8.0.0-rc3
v7.2.1
v8.0.0-rc2
v8.0.0-rc1
v8.0.0-rc0
v7.2.0
v7.2.0-rc4
v7.2.0-rc3
v7.2.0-rc2
v7.2.0-rc1
v7.2.0-rc0
v7.1.0
v7.1.0-rc4
v7.1.0-rc3
v7.1.0-rc2
v7.1.0-rc1
v7.1.0-rc0
v7.0.0
v7.0.0-rc4
v7.0.0-rc3
v7.0.0-rc2
v7.0.0-rc1
v7.0.0-rc0
v6.1.1
v6.2.0
v6.2.0-rc4
v6.2.0-rc3
v6.2.0-rc2
v6.2.0-rc1
v6.2.0-rc0
v6.0.1
v6.1.0
v6.1.0-rc4
openEuler-20.03-LTS-SP2
v6.1.0-rc3
v6.1.0-rc2
v6.1.0-rc1
v6.1.0-rc0
v6.0.0
v6.0.0-rc5
v6.0.0-rc4
v6.0.0-rc3
v6.0.0-rc2
v6.0.0-rc1
v6.0.0-rc0
v5.2.0
v5.2.0-rc4
v5.2.0-rc3
v5.2.0-rc2
v5.2.0-rc1
v5.2.0-rc0
openEuler-20.09-20200929
v5.0.1
v5.1.0
v5.1.0-rc3
v5.1.0-rc2
v5.1.0-rc1
v5.1.0-rc0
v4.2.1
v5.0.0
v5.0.0-rc4
v5.0.0-rc3
v5.0.0-rc2
v5.0.0-rc1
v5.0.0-rc0
v4.2.0
v4.2.0-rc5
v4.2.0-rc4
v4.2.0-rc3
v4.2.0-rc2
v4.1.1
v4.2.0-rc1
v4.2.0-rc0
v4.0.1
v3.1.1.1
v4.1.0
v4.1.0-rc5
v4.1.0-rc4
v3.1.1
v4.1.0-rc3
v4.1.0-rc2
v4.1.0-rc1
v4.1.0-rc0
v4.0.0
v4.0.0-rc4
v3.0.1
v4.0.0-rc3
v4.0.0-rc2
v4.0.0-rc1
v4.0.0-rc0
v3.1.0
v3.1.0-rc5
v3.1.0-rc4
v3.1.0-rc3
v3.1.0-rc2
v3.1.0-rc1
v3.1.0-rc0
v3.0.0
v3.0.0-rc4
v2.12.1
v3.0.0-rc3
v3.0.0-rc2
v3.0.0-rc1
v3.0.0-rc0
v2.11.2
v2.12.0
v2.12.0-rc4
v2.12.0-rc3
v2.12.0-rc2
v2.12.0-rc1
v2.12.0-rc0
v2.11.1
v2.10.2
v2.11.0
v2.11.0-rc5
v2.11.0-rc4
v2.11.0-rc3
v2.11.0-rc2
v2.11.0-rc1
v2.11.0-rc0
v2.10.1
v2.9.1
v2.10.0
v2.10.0-rc4
v2.10.0-rc3
v2.10.0-rc2
v2.10.0-rc1
v2.10.0-rc0
v2.8.1.1
v2.9.0
v2.9.0-rc5
v2.9.0-rc4
v2.9.0-rc3
v2.8.1
v2.9.0-rc2
v2.9.0-rc1
v2.9.0-rc0
v2.7.1
v2.8.0
v2.8.0-rc4
v2.8.0-rc3
v2.8.0-rc2
v2.8.0-rc1
v2.8.0-rc0
v2.6.2
v2.7.0
v2.7.0-rc5
v2.7.0-rc4
v2.6.1
v2.7.0-rc3
v2.7.0-rc2
v2.7.0-rc1
v2.7.0-rc0
v2.6.0
v2.5.1.1
v2.6.0-rc5
v2.6.0-rc4
v2.6.0-rc3
v2.6.0-rc2
v2.6.0-rc1
v2.6.0-rc0
v2.5.1
v2.5.0
v2.5.0-rc4
v2.5.0-rc3
v2.5.0-rc2
v2.5.0-rc1
v2.5.0-rc0
v2.4.1
v2.4.0.1
v2.3.1
v2.4.0
v2.4.0-rc4
v2.4.0-rc3
v2.4.0-rc2
v2.4.0-rc1
v2.4.0-rc0
v2.3.0
v2.3.0-rc4
v2.3.0-rc3
v2.3.0-rc2
v2.3.0-rc1
v2.3.0-rc0
v2.2.1
v2.1.3
v2.2.0
v2.2.0-rc5
v2.2.0-rc4
v2.2.0-rc3
v2.2.0-rc2
v2.2.0-rc1
v2.2.0-rc0
v2.1.2
v2.1.1
v2.0.2
v2.0.1
v2.1.0
v2.1.0-rc5
v2.1.0-rc4
v2.1.0-rc3
v1.7.2
v2.1.0-rc2
v2.1.0-rc1
v2.1.0-rc0
v2.0.0
v2.0.0-rc3
v2.0.0-rc2
v2.0.0-rc1
v2.0.0-rc0
v1.7.1
v1.6.2
v1.7.0
v1.7.0-rc2
v1.7.0-rc1
v1.7.0-rc0
v1.6.1
v1.5.3
v1.6.0
v1.6.0-rc3
v1.6.0-rc2
v1.6.0-rc1
v1.6.0-rc0
v1.5.2
v1.5.1
v1.4.2
v1.5.0
v1.5.0-rc3
v1.5.0-rc2
v1.5.0-rc1
v1.5.0-rc0
v1.4.1
v1.4.0
v1.4.0-rc2
v1.4.0-rc1
v1.4.0-rc0
v1.3.1
v1.2.2
v1.3.0
v1.3.0-rc2
v1.3.0-rc1
v1.3.0-rc0
v1.2.1
v1.1.2
v1.2.0
v1.2.0-rc3
v1.2.0-rc2
v1.2.0-rc1
v1.2.0-rc0
v1.1.1
v1.1.0
v1.1.0-rc4
v1.1.0-rc3
v1.1-rc2
v1.1.0-rc2
v1.1-rc1
v1.1-rc0
v1.0.1
v1.0
v1.0-rc4
v1.0-rc3
v1.0-rc2
v1.0-rc1
v1.0-rc0
v0.15.1
v0.15.0
v0.15.0-rc2
v0.15.0-rc1
v0.15.0-rc0
v0.14.1
v0.14.0
v0.14.0-rc2
v0.14.0-rc1
v0.14.0-rc0
v0.13.0
v0.13.0-rc3
v0.13.0-rc2
v0.13.0-rc1
v0.13.0-rc0
v0.12.5
v0.12.4
v0.12.3
v0.12.2
v0.12.1
v0.12.0
v0.12.0-rc2
v0.12.0-rc1
v0.12.0-rc0
v0.11.1
v0.11.0
v0.11.0-rc2
v0.11.0-rc1
v0.10.6
v0.11.0-rc0
v0.10.5
v0.10.4
v0.10.3
release_0_10_2
v0.10.2
release_0_10_1
v0.10.1
release_0_10_0
v0.10.0
release_0_9_1
v0.9.1
release_0_9_0
v0.9.0
release_0_8_2
v0.8.2
release_0_8_1
v0.8.1
release_0_7_1
v0.7.1
release_0_7_0
v0.7.0
release_0_6_1
v0.6.1
release_0_6_0
v0.6.0
release_0_5_1
v0.5.1
v0.5.0
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.0
v0.2.0
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.1
v0.1.0
initial
Planed to start   -   Planed to end
-
Top level
Not Top
Top Level: High
Top Level: Medium
Top Level: Low
Priority
Not specified
Serious
Main
Secondary
Unimportant
Duration
(hours)
参与者(1)
C
1
https://gitee.com/openeuler/qemu.git
git@gitee.com:openeuler/qemu.git
openeuler
qemu
qemu
Going to Help Center
Search
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register