Ovirt 学习笔记
1. Ovirt-node 修改 IP 地址后重启,IP 又改变
原因:vdsm 服务在重启时更新网桥配置文件 ifcfg-ovirtmgmt,需修改 vdsm 配置文件
vi /var/lib/vdsm/persistence/netconf/nets/ovirtmgmt
"ipaddr": "修改 IP 地址",
2. 部署了 self-hosted engine 的 node 节点重启后无法启动 ovirt-ha-agent 服务
报错提示:
The hosted engine configuration has not been retrieved from shared storage. Please ensure that ovirt-ha-agent is running and the storage server is reachable there is an issue with the ovirt-ha-agent service, or with the storage, or both.
原因:配置了 glusterfs 共享存储,存储没有启动成功,无法挂载。执行以下命令查看 volume 状态
#gluster volume status all
Status of volume: export
Gluster process TCP Port RDMA Port Online Pid
------------------------------------------------------------------------------
Brick node1:/glusterfs/export 49152 0 Y 14749
Task Status of Volume export
------------------------------------------------------------------------------
There are no active volume tasks
Status of volume: gfs1
Gluster process TCP Port RDMA Port Online Pid
------------------------------------------------------------------------------
Brick node1:/glusterfs/database 49153 0 Y 14780
Task Status of Volume gfs1
------------------------------------------------------------------------------
There are no active volume tasks
Status of volume: iso
Gluster process TCP Port RDMA Port Online Pid
------------------------------------------------------------------------------
Brick node1:/glusterfs/iso 49154 0 Y 14823
Task Status of Volume iso
------------------------------------------------------------------------------
There are no active volume tasks
对没有在线的 volume 强制启动:
#gluster volume start gfs1 force
然后再启动 ovirt-ha-agent 服务
# systemctl start ovirt-ha-agent
3. ovirt 安装 Windows 无法认到硬盘,安装驱动后报 windows 0x80300001 错误
原因:需要先安装 Windows 的硬盘驱动,从 fedora 网站上 下载 virtio-win.iso ,virtio-win_amd64.vfd ,virtio-win_x86.vfd 上传到 ovirt 上的 iso 域内,在安装 windows 系统是加载 VirtIO 驱动:
- 点击 Compute → Virtual Machines.
- 点击 Run → Run Once.
- 打开 Boot Options 菜单
- 选择 Attach CD 下拉框并选择 windows 安装的 iso 文件
- 将 CD-ROM 设置为第一启动引导项
- 配置其他需要的 Run Once 选项
- 点击 OK.
启动进入 Windows 安装后,提示认不到硬盘,需要加载驱动,这时把光盘更换成 virtio-win.iso 后就能加载正确的驱动,对硬盘进行格式化。
这时会提示 windows 0x80300001 错误,这时因为光盘已被更改成 virtio-win.iso,这时候把光盘更改会 windows 安装光盘就可以。
注意:更换光盘一定要通过下图的操作
这个可以更换到原来的 windows 安装光盘,通过控制台上的文件——>更换设备, 根本找不到 原来的 windows 安装 dvd,我卡在这一块一个月,晕死!!
4. ovirt 配置 vlan 网络
ovirt 节点主机是多网卡的服务器,其中一个网卡所接网线是 Trunk 模式。首先进入 oVirt 管理台,新建网络:
点击左边目录选择网络 ——> 网络,点击新建,新建逻辑网络
输入名称,勾选启用 vlan 标签,填写 vlan 标签值,选择确定保存
按照这个方法创建多个 vlan
在主机网络上将逻辑网络添加给对应绑定网卡。点击左边目录计算——>主机,点击主机名称,选择网络接口
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
上一篇: Jupyter Lab 学习——新一代的在线笔记本
下一篇: MyBatis 介绍和使用
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论