当前位置:网站首页>set up ovn based sr-iov test env (by quqi99)
set up ovn based sr-iov test env (by quqi99)
2022-07-22 09:01:00 【quqi99】
作者:张华 发表于:2021-05-16
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本版权声明
前一篇关于sr-iov与ovn的文章是:
sr-iov: https://blog.csdn.net/quqi99/article/details/53488243
ovn: https://blog.csdn.net/quqi99/article/details/114375273
准备机器
在maas中得找到有个支持sr-iov的机器用于测试。
有时候maas中显示一个NIC不在线,实际上在deploy后登录进入使用’ip addr show '看到它是up的,那么如何判断一个NIC是否已经在机房插了网线呢?答案是:
ethtool eno50 |grep ‘Link detected’
这样,找到两台机器(duduo, crustle)来用于sr-iov测试。接着是需要在maas中给机器设置grub.
# make sure sr-iov grub configuration has been in bot crustle and duduo
# Per-node kernel boot options
# https://github.com/CanonicalLtd/maas-docs/blob/master/en/nodes-kernel-options.md
# https://maas.io/docs/snap/2.9/cli/maas-tags
sudo apt-get install
边栏推荐
- Understanding of continue in C language (fishing_1)
- QT notes - drag lines and movement of qtablewidget
- A survey of network defense decision-making methods based on attack defense game
- It took two hours to find the bug about scrollto scrolling the distance from offsettop to the top
- Summary of front-line Internet P7 interview questions - Supplementary
- "Review of software engineering in Wuhan University of technology" Chapter 6 | coding specification
- Fabric.js 居中元素
- vmware虚拟机和vsphere相互迁移
- 43. String multiplication
- 一线互联网P7面试题总结---补充中
猜你喜欢
随机推荐
开源dns软件PowerDNS BIND9 mydns
按结构体某一元素排序的小程序(fishing_3)
2022-07-21: given a string STR and a positive number k, you can divide STR into multiple substrings at will, in order to find that in a certain division scheme, there are as many palindrome substrings
arguments
pm的报警告:“npm WARN config global --global, --local are deprecated
Fabric. JS centered element
反射+注解+泛型
creating vlan over openstack (by quqi99)
「武汉理工大学 软件工程复习」第二章 | 软件过程模型
Fabric. JS centered element
Codeforces Round #805 (Div. 3)(8/8)
It took two hours to find the bug about scrollto scrolling the distance from offsettop to the top
【Rust】Rust 语言基础 | 学习语言都应该快速得出印象
Reflection + annotation + generics
数据湖(十八):Flink与Iceberg整合SQL API操作
「武汉理工大学 软件工程复习」第三章 | 软件需求
力扣解法汇总1175-质数排列
「武汉理工大学 软件工程复习」第五章 | 软件体系结构
力扣解法汇总1089-复写零
力扣解法汇总558- 四叉树交集